Sniffglue - Secure Multithreaded Bundle Sniffer
sniffglue is a network sniffer written inward rust. Network packets are parsed concurrently using a thread puddle to utilize all cpu cores. Project goals are that you lot tin sack run sniffglue securely on untrusted networks as well as that it must non crash when processing packets. The output should live equally useful equally possible yesteryear default. Usage sniffglue enp0s25 Installation There is an official packet available for archlinux: pacman -S sniffglue To construct from source, brand certain you lot accept libpcap as well as libseccomp installed, Debian/Ubuntu: libpcap-dev libseccomp-dev , Archlinux: libpcap libseccomp . cargo install sniffglue Protocols ethernet ipv4 ipv6 arp tcp udp icmp http tls dns dhcp cjdns eth beacons ssdp dropbox beacons 802.11 Docker You tin sack construct sniffglue equally a docker icon to debug container setups. The icon is currently close 11.1MB. It is recommended to force it to your ain registry. dock...