Since we had quite a few changes recently, here's another release candidate for the upcoming netsniff-ng 0.5.9. I'd like to give these changes some testing and if everything turns out to be fine, we would release 0.5.9 in 2-3 weeks. Thus, please make sure you submit/push any pending changes you'd like to see in the release and please all give it some good testing. As alway, the changelog is below.
Thanks! --- netsniff-ng 0.5.9-rc4 has been released to the public (http://netsniff-ng.org/). It can be fetched via Git: git clone git://github.com/netsniff-ng/netsniff-ng.git git checkout v0.5.9-rc4 Or via HTTP from one of our mirrors: http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.5.9-rc4.tar.gz http://mirror.distanz.ch/netsniff-ng/netsniff-ng-0.5.9-rc4.tar.gz http://github.com/netsniff-ng/netsniff-ng/archive/v0.5.9-rc4.tar.gz The release can be verified via Git (see README): git tag -v v0.5.9-rc4 Major high-level changes since the last release are: 1) Restore tpacket v2 capturing functionality. Thanks to Mike Reeves for his help with testing these changes. By Tobias Klauser. 2) Add option --no-sock-mem to trafgen to disable adjusting socket memory (analogous to the iexisting netsniff-ng option of the same name). By Jesper Dangaard Brouer. 3) Check for correct linktype in netlink dissector. By Daniel Borkmann. 4) Add build flag for sparse static checking and fix some of the reported warnings. By Tobias Klauser. Contributions since last release: 15 Tobias Klauser 2 Jesper Dangaard Brouer 1 Daniel Borkmann Git changelog since last release: Tobias Klauser (15): netsniff-ng: Restore tpacket v2 capturing netsniff-ng: Only use TPACKET_V3 if HAVE_TPACKET3 is defined netsniff-ng: Clean up HAVE_TPACKET3 #ifdefs netsniff-ng: Properly wrap usage of all tpacket v3 structs netsniff-ng: Use correct parameters to show_frame_hdr() netsniff-ng: Protect all access to tpacket v3 structs and constants (this time for real) dissectors: Remove unnecessary includes of dissector_eth.h build: Add build flag to enable sparse checking of C source files netsniff-ng: Conditionally define POLLRDNORM where it is used geoip: Use NULL instead of integer to initialize pointers conf: oui: update oui.conf dissectors: Include protos.h in some dissectors for protocol ops declaration zsh: trafgen: Add new command line option -A/--no-sock-mem dissectors: 80211_mac_hdr: Remove usage of binary constants netsniff-ng 0.5.9-rc4 Jesper Dangaard Brouer (2): trafgen: add option to not adjust system socket mem during testrun trafgen: minor fix to help text for option "--no-sock-mem" Daniel Borkmann (1): dissector: check for correct netlink linktype -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
