aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ppptypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-13 19:04:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-13 19:04:53 +0000
commit4cd9a0af17119dc7bc11dad596b61378ce375295 (patch)
treeee0f31f658b0aac6b965cb8d461f932298483d16 /epan/ppptypes.h
parent9e0bf22525f961212c33d74c6dda57aa4d3d754f (diff)
The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;
it's not the "Bridge Control Protocol", and the packets aren't "BPDU"s in the sense of Spanning Tree Protocol packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25732 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/ppptypes.h')
-rw-r--r--epan/ppptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ppptypes.h b/epan/ppptypes.h
index 65a28d9ef2..7d6078e3ff 100644
--- a/epan/ppptypes.h
+++ b/epan/ppptypes.h
@@ -41,7 +41,7 @@
#define PPP_IPX 0x2b /* IPX protocol */
#define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
#define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */
-#define PPP_BPDU 0x31 /* Bridging PDU (spanning tree BPDU?) */
+#define PPP_BCP 0x31 /* Bridging Control Protocol */
#define PPP_ST 0x33 /* Stream Protocol (ST-II) */
#define PPP_VINES 0x35 /* Banyan Vines */
#define PPP_AT_EDDP 0x39 /* AppleTalk EDDP */