The abbreviation for a protocol is generally all-lower-case, as it's
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 8 Oct 1999 21:20:23 +0000 (21:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 8 Oct 1999 21:20:23 +0000 (21:20 +0000)
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

packet-bpdu.c

index c2f4f70272bb63ba0d4676010fbefdea99f018d0..4e863953ee8df11c2bd30194101dcd96619aac58 100644 (file)
@@ -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");
 }