aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bpdu.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-08 21:20:23 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-08 21:20:23 +0000
commit73729dd8b83228150a1912b667527e6ecc03b63b (patch)
tree9ced3f167464b39bd9614fb8381f1e7b710c39ab /packet-bpdu.c
parent93b7dfe367d120769558547ef506c5392c2e842d (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. svn path=/trunk/; revision=791
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");
}