1 pyshark库 支持wireshark的解析等。 安装pyshark 1 pip install pyshark 2 dpkt库 这也是一个用于分析pcap文件的库,是所有分析pcap库中最快的一个。 官方参考文档: https://dpkt.readthedocs.io/en/latest/print_pack
1 pyshark库支持wireshark的解析等。 安装pyshark
2 dpkt库这也是一个用于分析pcap文件的库,是所有分析pcap库中最快的一个。 官方参考文档: https://dpkt.readthedocs.io/en/latest/print_packets.html https://dpkt.readthedocs.io/en/latest/examples.html#examples-in-dpkt-examples 安装
3 应用实例dpkt读pcap文件
获取每个数据包的ip地址
获取报文中的ip
修改报文中的源ip和目的
|
2019-06-18
2019-07-04
2021-05-23
2021-05-27
2021-05-27