aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-08 19:32:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-08 19:32:05 +0000
commit376056336cb799d511ef653ab433687414f8a807 (patch)
tree445b03cc0553cd59e4e068b52f02edc55e19340c /ppptypes.h
parent69a945b5cefcb4b0ad3c1fd8486981fa5babe733 (diff)
OSI network layer over PPP support, fix to P2P ISIS processing, and ISIS
hostname TLV support, from Hannes Gredler. svn path=/trunk/; revision=3271
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 */