aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-08 01:03:19 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-08 01:03:19 +0000
commit3af8644daca58a2072331a1941b7c8b1b4d49d1f (patch)
treebbeb2ae2ad8076165470e3738633c1e36916e42a /ppptypes.h
parent9f3b7f5ffd8553cb890f46890c9cd85855a41519 (diff)
BACP and BAP support in PPP dissector, from Motonori Shindo.
svn path=/trunk/; revision=4356
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 e46467827b..1a5901462e 100644
--- a/ppptypes.h
+++ b/ppptypes.h
@@ -1,7 +1,7 @@
/* ppptypes.h
* Defines PPP packet types.
*
- * $Id: ppptypes.h,v 1.9 2001/08/05 10:09:38 guy Exp $
+ * $Id: ppptypes.h,v 1.10 2001/12/08 01:03:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -57,5 +57,7 @@
#define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */
#define PPP_EAP 0xc227 /* Extensible Authentication Protocol */
#define PPP_CBCP 0xc029 /* Callback Control Protocol */
+#define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */
+#define PPP_BAP 0xc02d /* Bandwidth Allocation Protocol */
#endif /* ppptypes.h */