aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-29 08:05:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-29 08:05:07 +0000
commitbd53574582d294c3d8ea5877cf384b19eede4e95 (patch)
tree7d2124066541ba6d1d3e4893f01a5281fd154fad /packet-osi.c
parent4c3f7873fa8b46f374ce66e1ed6f50b3fe2959ee (diff)
Add WCP to the list of Ethernet types in "etype_vals[]", and add
"compressed" to the list of NLPIDs in "nlpid_vals[]". Use "nlpid_vals" for the Frame Relay NLPID field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3206 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 06ea30267e..53c7bc5274 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.39 2001/01/09 06:31:39 guy Exp $
+ * $Id: packet-osi.c,v 1.40 2001/03/29 08:05:06 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -218,6 +218,7 @@ const value_string nlpid_vals[] = {
{ NLPID_ISO9542X25_ESIS, "ESIS (X.25)" },
{ NLPID_ISO10030, "ISO 10030" },
{ NLPID_ISO11577, "ISO 11577" },
+ { NLPID_COMPRESSED, "Data compression protocol" },
{ NLPID_IP, "IP" },
{ NLPID_PPP, "PPP" },
{ 0, NULL },