aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-08 19:32:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-08 19:32:05 +0000
commitb36bb24bfef199afe0f45aec4916adefd3c77502 (patch)
tree445b03cc0553cd59e4e068b52f02edc55e19340c /ppptypes.h
parenteb9ce84c59465aad94621dde620673a867077122 (diff)
OSI network layer over PPP support, fix to P2P ISIS processing, and ISIS
hostname TLV support, from Hannes Gredler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3271 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ppptypes.h')
-rw-r--r--ppptypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppptypes.h b/ppptypes.h
index 0e09b7f30b..6fa5345f67 100644
--- a/ppptypes.h
+++ b/ppptypes.h
@@ -1,7 +1,7 @@
/* ppptypes.h
* Defines PPP packet types.
*
- * $Id: ppptypes.h,v 1.6 2001/03/15 09:11:01 guy Exp $
+ * $Id: ppptypes.h,v 1.7 2001/04/08 19:32:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,7 @@
*/
#define PPP_IP 0x21 /* Internet Protocol */
+#define PPP_OSI 0x23
#define PPP_AT 0x29 /* AppleTalk Protocol */
#define PPP_IPX 0x2b /* IPX protocol */
#define PPP_VJC_COMP 0x2d /* VJ compressed TCP */