snidump
snidump copied to clipboard
This is a tcpdump-like program for printing TLS SNI and HTTP/1.1 Host fields in live or captured traffic.
Without this, compilation fails with ``` /usr/local/bin/ld: /tmp//cc1rco4B.o:(.bss+0x2080220): multiple definition of `istty_stdout'; /tmp//ccIaYcw6.o:(.bss+0x0): first defined here /usr/local/bin/ld: /tmp//cc1rco4B.o:(.bss+0x2080221): multiple definition of `istty_stderr'; /tmp//ccIaYcw6.o:(.bss+0x1): first defined here ``` ..at least on...
Not my change, but opening this here for visibility. Took me some minutes to find this myself, and then I noticed that someone already fixed it in a fork :)
Hi, I'm trying to show the mac address of the host in the line before the ip address. I'm not an experienced C programmer so maybe I'm not in the...
It would be great if snidump also supported IPv6.