Skip to content

vleesvlieg/rtcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • define lib traits
  • tpacketv3
  • packet_mmap
  • async

Structure

rtcap-lib

Defines traits for a modular traffic capture architecture.

rtcap

Contains implementations of the traits in rtcap-lib. (mio, tokio, mmap, iovec). This lib can be used to create a concrete capturing application. Use crate features to enable certain items (features = ["tpacket", "mmap", "tokio"])

rtcap-bin

CLI tool for capturing

rtcap-tests

Integration tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages