aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-29 03:08:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-29 03:08:02 +0000
commitfbb370078fd9d6e4e80bcaeb95d62b8935236c5e (patch)
treed9e3998911d67232e5147122be66e4adf60aec5c /ppptypes.h
parentee0bdc5751046642dd0a121f03b567b4ab6ffb3d (diff)
From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043
SNA-over-PPP and SNA-over-LLC-over-PPP support. svn path=/trunk/; revision=5587
Diffstat (limited to 'ppptypes.h')
-rw-r--r--ppptypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppptypes.h b/ppptypes.h
index 48bb446630..328486ebc0 100644
--- a/ppptypes.h
+++ b/ppptypes.h
@@ -1,7 +1,7 @@
/* ppptypes.h
* Defines PPP packet types.
*
- * $Id: ppptypes.h,v 1.11 2002/01/03 20:30:32 guy Exp $
+ * $Id: ppptypes.h,v 1.12 2002/05/29 03:08:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,6 +40,8 @@
#define PPP_BPDU 0x31 /* Bridging PDU (spanning tree BPDU?) */
#define PPP_VINES 0x35 /* Banyan Vines */
#define PPP_MP 0x3d /* Multilink PPP */
+#define PPP_LLC 0x4b /* SNA over LLC */
+#define PPP_SNA 0x4d /* SNA */
#define PPP_IPV6 0x57 /* Internet Protocol Version 6 */
#define PPP_MUX 0x59 /* PPP Multiplexing */
#define PPP_COMP 0xfd /* compressed packet */