aboutsummaryrefslogtreecommitdiff
path: root/pcap-airpcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-airpcap.c')
-rw-r--r--pcap-airpcap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pcap-airpcap.c b/pcap-airpcap.c
index b2161dbc..6a9d5d6a 100644
--- a/pcap-airpcap.c
+++ b/pcap-airpcap.c
@@ -772,12 +772,6 @@ airpcap_activate(pcap_t *p)
if (p->snapshot <= 0 || p->snapshot > MAXIMUM_SNAPLEN)
p->snapshot = MAXIMUM_SNAPLEN;
- if (p->snapshot < 96)
- /*
- * NIT requires a snapshot length of at least 96.
- */
- p->snapshot = 96;
-
/*
* If the buffer size wasn't explicitly set, default to
* AIRPCAP_DEFAULT_KERNEL_BUFFER_SIZE.