Skip to content

通过pcap文件生成描述网络传输报文的文本文件

License

Notifications You must be signed in to change notification settings

BoneLee/pcap_to_txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcap_to_txt

通过DNS pcap文件生成描述DNS协议网络传输报文的文本文件


使用方法: python generate_metadata_from_pcap.py your-pcap-file-path metadata-save-dir

例如: python generate_metadata_from_pcap.py demo.pcap .

将在当前文件夹下生成demo.pcap.txt

注:使用前需要安装wireshark,因为底层本质上是使用tshark命令进行解析。

About

通过pcap文件生成描述网络传输报文的文本文件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages