aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bpdu.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 21:20:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 21:20:23 +0000
commite7a45f5678a815afa9edded2a26939251a0d7932 (patch)
tree9ced3f167464b39bd9614fb8381f1e7b710c39ab /packet-bpdu.c
parenta2f911f7a7e7c3bdc14cabf27c9e7155c1c3de56 (diff)
The abbreviation for a protocol is generally all-lower-case, as it's
used as a display filter to match all packets that contain data for that protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@791 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-bpdu.c')
-rw-r--r--packet-bpdu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-bpdu.c b/packet-bpdu.c
index c2f4f70272..4e863953ee 100644
--- a/packet-bpdu.c
+++ b/packet-bpdu.c
@@ -1,7 +1,7 @@
/* packet-bpdu.c
* Routines for BPDU (Spanning Tree Protocol) disassembly
*
- * $Id: packet-bpdu.c,v 1.1 1999/10/08 20:50:38 guy Exp $
+ * $Id: packet-bpdu.c,v 1.2 1999/10/08 21:20:23 guy Exp $
*
* Copyright 1999 Christophe Tronche <ch.tronche@computer.org>
*
@@ -156,5 +156,5 @@ void dissect_bpdu(const u_char *pd, int offset, frame_data *fd, proto_tree *tree
void
proto_register_bpdu(void)
{
- proto_bpdu = proto_register_protocol("Spanning Tree Protocol", "STP");
+ proto_bpdu = proto_register_protocol("Spanning Tree Protocol", "stp");
}