发布于 2018-10-17 20:21:18
有各种各样的方法,我会处理这个问题。
如果包不多,或者是一次性更改,我非常喜欢WireEdit,TraceWrangler是另一个GUI选项。
否则,如果您有编程经验,有两个选项是斯卡皮(python)和PcapPlusPlus(C++)。这个PcapPlusPlus链接可能已经足够说明您想要做什么了,只要您有很少的编程经验,您就可以做您想做的事情。
最后,我发现了位捻,它是一个较旧的应用程序,但具有-f d选项。
-f flags
Control flags. Possible characters for flags are:
- : remove all flags
r : set the reserved flag
d : set the don’t fragment flag
m : set the more fragment flag
Example: -f d
If any of the flags is specified, all original flags are
removed automatically.https://unix.stackexchange.com/questions/476052
复制相似问题