aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-14 04:11:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-14 04:11:06 +0000
commit6a3884a0f24fdf1ccd3a6cc9b66354d1581dd869 (patch)
tree25ceae4506e877d8d4b4ee39dc6945d87e55f374 /packet-smb-mailslot.c
parent84468c8076d0ac198fc417203014d32847bd1cd9 (diff)
Use "SMB", not "Smb"; it stands for "Server Message Block".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1631 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-mailslot.c')
-rw-r--r--packet-smb-mailslot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-mailslot.c b/packet-smb-mailslot.c
index 06fb653967..be328160e9 100644
--- a/packet-smb-mailslot.c
+++ b/packet-smb-mailslot.c
@@ -2,7 +2,7 @@
* Routines for smb mailslot packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-mailslot.c,v 1.1 2000/02/14 04:02:08 guy Exp $
+ * $Id: packet-smb-mailslot.c,v 1.2 2000/02/14 04:11:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -179,7 +179,7 @@ register_proto_smb_mailslot( void){
};
proto_smb_msp = proto_register_protocol(
- "Smb MailSlot Protocol", "Mailslot");
+ "SMB MailSlot Protocol", "Mailslot");
proto_register_subtree_array(ett, array_length(ett));
}