summaryrefslogtreecommitdiff
path: root/nlpid.c
diff options
context:
space:
mode:
authorhannes <hannes>2004-10-12 21:02:00 +0000
committerhannes <hannes>2004-10-12 21:02:00 +0000
commitecdfb8a72a918bd0762ebfc166234628a9bb892a (patch)
treec129bfed81095dcfdb215bb074dc96951fcd52ca /nlpid.c
parent5730fd122f2608f18f85c7c6f2965afa8ae3e697 (diff)
downloadtcpdump-ecdfb8a72a918bd0762ebfc166234628a9bb892a.tar.gz
add baseline FRF.15 (=fragmentation) support for frame-relay
Diffstat (limited to 'nlpid.c')
-rwxr-xr-xnlpid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nlpid.c b/nlpid.c
index d903c125..425ad953 100755
--- a/nlpid.c
+++ b/nlpid.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/nlpid.c,v 1.1 2004-10-07 14:53:10 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/nlpid.c,v 1.2 2004-10-12 21:02:00 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,6 +36,7 @@ struct tok nlpid_values[] = {
{ NLPID_ISIS, "IS-IS" },
{ NLPID_CONS, "CONS" },
{ NLPID_IDRP, "IDRP" },
+ { NLPID_MFR, "FRF.15" },
{ NLPID_IP, "IPv4" },
{ NLPID_X25_ESIS, "X25 ES-IS" },
{ NLPID_IP6, "IPv6" },