gpt4 book ai didi

linux - 沙鲨 : child process exited abnormally

转载 作者:太空宇宙 更新时间:2023-11-04 04:11:48 26 4
gpt4 key购买 nike

当我们执行以下命令时,即使我在 Tshark 捕获中具有相应的值,我也会收到以下错误。

% tshark -r /root/capture.enc -R "icmpv6.option.type == 3"
tshark: Neither "icmpv6.option.type" nor "3" are field or protocol names. child process exited abnormally
%

有人可以帮我吗?

这是数据包(仅 ICMPv6 部分)

ICMPv6 Option (Prefix information : 2001:abcd:2:ffff::/64)
    Type: Prefix information (3)
    Length: 4 (32 bytes)
    Prefix Length: 64

最佳答案

tshark: Neither "icmpv6.option.type" nor "3" are field or protocol names

TShark 的说法是正确的。然而,“icmpv6.opt.type”一个字段名称,所以你想要

tshark -r /root/capture.enc -R "icmpv6.opt.type == 3"

“子进程异常退出”表示存在错误 - 在这种情况下,TShark 应该只报告不正确的读取过滤器。请将“子进程异常退出”错误报告为the Wireshark Bugzilla上的错误.

关于linux - 沙鲨 : child process exited abnormally,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18760721/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com