Skip to content

YangLi0306/PCAP_Parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PCAP_Parsing

Simple parsing of PCAP traffic files

Simple parsing of pcap files using C/C++, parsing the source/destination IP address, source/destination port, transport layer protocol, HTTP, SSL/TLS, DNS protocol, ARP and ICMP for each packet

Environment

  • Ubuntu 18.04
  • libpcap
  • gcc

Run

gcc readpcap.c -o readpcap -lpcap  
./readpcap 

About

Simple parsing of PCAP traffic files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages