Skip to content

EstebanBorai/netutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netutil

This crate relies on Netinet libraries available in most Linux distributions.

Requirements

  • Make sure Netinet libraries are available in your system
  • Clang as bindgen leverages libclang to preprocess, parse, and type check C and C++ header files. Rust Bindgen Requirements

Running Examples

You must build the binary first and the execute it with sudo in order to allow the socket connection implementation

cargo build && sudo ./target/debug/packet_sniffer

References