aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
diff options
context:
space:
mode:
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));
}