aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-08 01:03:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-08 01:03:19 +0000
commitcbbc6faa26a8ed1e8bd132109a8926ec66fbf037 (patch)
treebbeb2ae2ad8076165470e3738633c1e36916e42a /ppptypes.h
parentac01ac4b25db5c49fa324fecaca7a9502ee3cb9b (diff)
BACP and BAP support in PPP dissector, from Motonori Shindo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4356 f5534014-38df-0310-8fa8-9805f1628bb7
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 */