summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/scanner.l
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-08-21 20:01:08 +0000
committerpst <pst@FreeBSD.org>1996-08-21 20:01:08 +0000
commit624cf51a56f60de14c441f503a12de6a89001f9c (patch)
treebaf87663b1bebe77fd7548e07a2b3bb94cd45ec8 /contrib/libpcap/scanner.l
parenta9ea88b748a36504648eb9ae3a195fc7b1790176 (diff)
downloadFreeBSD-src-624cf51a56f60de14c441f503a12de6a89001f9c.zip
FreeBSD-src-624cf51a56f60de14c441f503a12de6a89001f9c.tar.gz
Add support for ISO CLNP/ES-IS/IS-IS.
These changes have been also sent back to LBL for inclusion in next release. Submitted by: Tony Li <tli@jnx.com>
Diffstat (limited to 'contrib/libpcap/scanner.l')
-rw-r--r--contrib/libpcap/scanner.l6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libpcap/scanner.l b/contrib/libpcap/scanner.l
index 641466f..741ca7d 100644
--- a/contrib/libpcap/scanner.l
+++ b/contrib/libpcap/scanner.l
@@ -100,6 +100,12 @@ sca return SCA;
moprc return MOPRC;
mopdl return MOPDL;
+iso return ISO;
+esis return ESIS;
+es-is return ESIS;
+isis return ISIS;
+is-is return ISIS;
+
host return HOST;
net return NET;
mask return MASK;
OpenPOWER on IntegriCloud