Skip to content

Next generation tcpdump and udpdump.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rikonaka/xxpdump-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxpdump-rs

The classic packet capture software tcpdump is outdated.

My reasons are as follows:

  • it does not support remote capture
  • it does not support the management of local historical files
  • it does not support automatic file upload to the server
  • and more...

libpcap

Why not use libpcap to capture packets?

When capturing from the "any" device, or from one of those other devices, in Linux, the libpcap doesn't supply the link-layer header for the real "hardware protocol" like Ethernet, but instead supplies a fake link-layer header for this pseudo-protocol. The reference 1 and reference 2.

libpcap problem

I have tried running the software from root, but the pseudo header still exists, so I gave up using the pcap library and turned to writing my own.

About

Next generation tcpdump and udpdump.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages