Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcpdump: Update version from 4.1.1 to 4.9.2
Rebuild tcpdump against libpcap 1.9.2, so that [the new syntax for opening a socket is used][1]. > "For compatibility with Linux 2.0, the obsolete socket(PF_INET, > SOCK_RAW, protocol) syntax is still supported to open a > packet(7) socket. This is deprecated and should be replaced by > socket(PF_PACKET, SOCK_RAW, protocol) instead. The main > difference is the new sockaddr_ll address structure for generic > link layer information instead of sockaddr_pkt." - ip(7) The change-log is available [online][2]. [1]: https://stackoverflow.com/questions/6060550/what-is-the-correct-replacement-for-pf-inet-sock-packet [2]: https://www.tcpdump.org/tcpdump-changes.txt
- Loading branch information