Skip to content

Commit

Permalink
tcpdump: Update version from 4.1.1 to 4.9.2
Browse files Browse the repository at this point in the history
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
pmenzel committed Jan 17, 2019
1 parent 31c0cb5 commit 95a6507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdump.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 95a6507

Please sign in to comment.