【问题标题】:Wireshark Dissector :- Running autogen.sh and configure againWireshark Dissector :- 运行 autogen.sh 并再次配置
【发布时间】:2015-05-29 07:17:07
【问题描述】:

我正在尝试为wireshark 编写基本插件。 我按照

编写了基本的 # foo # dissector(packet-foo.c)

https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html

然后我按照

添加并修改了所有文件

doc/README.plugins

修改所有文件后运行 autogen.sh。
我在命令提示符下运行它,例如

C:\Development\Wireshark>./autogen.sh

它说

'.'不被识别为内部或外部命令, 可运行的程序或批处理文件。

** 我错过了什么吗? **

【问题讨论】:

    标签: wireshark-dissector


    【解决方案1】:

    我错过了什么吗?

    是的,您错过了这样一个事实,即 Windows 和 UN*Xes 是具有不同工具链和不同构建系统的不同操作系统,这意味着在 Windows 上不使用自动工具(automake、autoconf 等)。 :-)

    README.plugins 也缺少这个事实。 :-( 我已经提交了Wireshark bug 11236

    尝试在顶级目录中运行nmake -f Makefile.nmake

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-10-04
      • 1970-01-01
      相关资源
      最近更新 更多