summaryrefslogtreecommitdiff
path: root/netsniff-ng
diff options
context:
space:
mode:
Diffstat (limited to 'netsniff-ng')
-rw-r--r--netsniff-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile
index c89d32b..bc5e032 100644
--- a/netsniff-ng/Makefile
+++ b/netsniff-ng/Makefile
@@ -77,7 +77,7 @@ endif
netsniff-ng-eflags = $(shell pkg-config --cflags libnl-3.0) \
$(shell pkg-config --cflags libnl-genl-3.0) \
- -DHAVE_DISSECTOR_PROTOS -DNEED_TCPDUMP_LIKE_FILTER
+ -DNEED_TCPDUMP_LIKE_FILTER
netsniff-ng-confs = ether.conf \
tcp.conf \
class='commit-msg'>Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/device-mapper/dm-uevent.txt')