Wireshark Openflow 支持不起作用

Wireshark Openflow 支持不起作用

我安装了mininetOpenflow 来查看其运行情况。但是,当我wireshark使用apt-get和 提供的脚本进行安装时mininet,我得到了同样的错误:

$ sudo wireshark
21:18:34          Warn Could not compile "of" in colorfilters file.
"of" is neither a field nor a protocol name.
$ wireshark
21:18:49          Warn Could not compile "of" in colorfilters file.
"of" is neither a field nor a protocol name.

我确实无法使用该过滤器。

答案1

Wireshark 是正确的;“of”实际上既不是字段也不是协议名称。

但是,“openflow”是,对于 Openflow-v4 特定字段,“openflow_v4”和对于 Openflow-v5 特定字段,“openflow_v5”也是。请确保您拥有 Wireshark 1.12 或更高版本(早期版本没有Openflow 支持),并修复颜色过滤器以使用正确的字段和协议名称。

相关内容