-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93ec4b6
to
463aeb5
Compare
"libpcap: Update version from 1.0.0 to 1.9.0" contains more changes than one would expect from the commit message.I don't really care, you are the purist :-) |
The current version is from 2011, so update to the current version. The change-log is available [online][1]. 1. Additionally, remove the unneeded hacks. It builds and installs just fine without any changes. 2. Disable Bluetooth support, as it causes build failures, and we do not need it, [1]: https://www.tcpdump.org/libpcap-changes.txt
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
463aeb5
to
95a6507
Compare
On 01/17/19 18:28, Donald Buczek wrote:
"libpcap: Update version from 1.0.0 to 1.9.0" contains more changes
than one would expect from the commit message.I don't really care,
you are the purist :-)
Good point. I updated the commit message.
|
I've installed it on the distmaster. |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was only a static library libpcap before, so no program is linked against a dynamic library.
Tested on sigusr2.