]> The Tcpdump Group git mirrors - libpcap/blobdiff - scanner.l
From Patrick Marie <[email protected]>: add support for port ranges
[libpcap] / scanner.l
index f03d04e78a797f19436c13c17f914f21cbe91766..0c6fad50bab207521f0fa29e52eadfccf72ae3da 100644 (file)
--- 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.99 2004-06-16 08:20:28 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.100 2005-04-19 04:25:01 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -234,6 +234,7 @@ host                return HOST;
 net            return NET;
 mask           return NETMASK;
 port           return PORT;
+portrange      return PORTRANGE;
 proto          return PROTO;
 protochain     {
 #ifdef NO_PROTOCHAIN