From 885670183dcf0f7ca39424a0f6ff9c6c1401b2ef Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 11 Mar 2007 04:35:23 +0000 Subject: From Sepherosa Ziehau: additional filter operations for 802.11 frame types. Modified to add ieee80211.h from FreeBSD, rather than depending on the OS supplying the header, and to support all 802.11 radio header types. Clean up some link-layer type checks and the messages for failing those checks. --- scanner.l | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scanner.l') diff --git a/scanner.l b/scanner.l index 4f40124f..dc5a6615 100644 --- a/scanner.l +++ b/scanner.l @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.108 2007-02-08 07:15:27 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.109 2007-03-11 04:35:24 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -247,6 +247,9 @@ protochain { gateway return GATEWAY; +type return TYPE; +subtype return SUBTYPE; + less return LESS; greater return GREATER; byte return CBYTE; -- cgit v1.2.3