Skip to content

GreyManSoftware/PCAPtoJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCAPtoJSON

Well, I wonder what this program might do!

It takes a PCAP file and will print the key headers of the IP + TCP/UDP headers. Anything else is binned, although that would be easy to add in.

You need libpcap to compile against. Compiling is done as follows:

gcc pcaptojson -o pcaptojson -lpcap

run as follows:

./pcaptojson -r

cat packets | ./pcaptojson

Hope this is useful. Feel free to do whatever you want with this software. A mention is always nice, but don't come looking for me if everything explodes and catches fire :)

About

Converts a PCAP to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages