aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ppptypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-13 19:04:53 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-13 19:04:53 +0000
commit33c1d1206ea25bdd024971c10050a3b29c670cab (patch)
treeee0f31f658b0aac6b965cb8d461f932298483d16 /epan/ppptypes.h
parenta985d71ec1b03f3269c5005ad4a2d8fd2f161cf9 (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. svn path=/trunk/; revision=25732
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 */