Skip to content

Python3 script to convert tcpdump output to hexdump. You can then import the output file into wireshark.

Notifications You must be signed in to change notification settings

yuti01/tcpdump2hexdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

tcpdump2hexdump

Python3 script to convert tcpdump output to hexdump.

You can then import the output file into wireshark and then save it as pcap or pcapng file.

It is useful when you can't use the -w option of tcpdump.

To get the hex output from tcpdump, use -XX option to print the hex content of the packets (including ethernet and ip headers).

Ex: tcpdump -i eth0 -XX -c 250

!! Before you execute the script modify the paths of the input and output files !!

About

Python3 script to convert tcpdump output to hexdump. You can then import the output file into wireshark.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages