This is a quick question for linux c programming raw sockets. If I wanted to just listen to any interface with a raw socket, must I actually bind to an ip address or interfa
If you meant to capture the traffic on a interface, you can use libpcap.