gpt4 book ai didi

python - 有没有一种有效的方法来获取 pyshark 中的字段偏移量

转载 作者:太空宇宙 更新时间:2023-11-03 21:12:59 25 4
gpt4 key购买 nike

是否有一种有效的方法来获取使用pyshark捕获的数据包中某些字段的偏移量?例如,我需要获取整个数据包或数据包中某些层 header 内源 IP 的偏移量。可能吗?

最佳答案

我能够解决我的问题。这是示例代码:

import pyshark

packets = pyshark.FileCapture(input_file=pcap_file_dir)
print(int(packets[0].ip.src.pos)) # Prints the offset of source IP

关于python - 有没有一种有效的方法来获取 pyshark 中的字段偏移量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54923429/

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