Skip to content

A handy VLAN (802.1Q) tag sniffer using libpcap

License

Notifications You must be signed in to change notification settings

orgtechservice/snifftags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snifftags

A handy VLAN (IEEE 802.1Q) tag sniffer using libpcap

Dependencies

To compile snifftags in minimal configuration you need to install the following packages (Ubuntu 20.04 LTS):

  • cmake
  • libpcap-dev
  • libtclap-dev
sudo apt install cmake libpcap-dev libtclap-dev