aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-24 19:49:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-24 19:49:04 +0000
commitc2c12e372834cb4f3c615c3f357b601c371efd4c (patch)
tree5c4c5d90f9b6ee7b4817cc1b09824497d190e2ee /packet-osi.c
parentdcf1d4752af59b2ce5fce161c14cba8803694ad9 (diff)
From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7191 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-osi.c')
-rw-r--r--packet-osi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-osi.c b/packet-osi.c
index ea8886a8e0..e431a55868 100644
--- a/packet-osi.c
+++ b/packet-osi.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
- * $Id: packet-osi.c,v 1.58 2003/01/26 19:35:24 deniel Exp $
+ * $Id: packet-osi.c,v 1.59 2003/02/24 19:49:03 guy Exp $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -124,6 +124,7 @@ const value_string nlpid_vals[] = {
{ NLPID_ISO11577, "ISO 11577" },
{ NLPID_COMPRESSED, "Data compression protocol" },
{ NLPID_IP, "IP" },
+ { NLPID_SNDCF, "SubNetwork Dependent Convergence Function"},
{ NLPID_IP6, "IPv6" },
{ NLPID_PPP, "PPP" },
{ 0, NULL },