From 95a65071137ffd632f422ace705c5b0d557a3c65 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 17 Jan 2019 17:16:04 +0100 Subject: [PATCH] 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 --- tcpdump.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpdump.be0 b/tcpdump.be0 index 952999cb6..2b7986a82 100755 --- a/tcpdump.be0 +++ b/tcpdump.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tcpdump-4.1.1-0 +# BEE_VERSION tcpdump-4.9.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)