From 0cfcec409fda893b478ec22c9b4c20dbe3426b4a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 14 Feb 2000 04:11:06 +0000 Subject: Use "SMB", not "Smb"; it stands for "Server Message Block". svn path=/trunk/; revision=1631 --- packet-smb-mailslot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-smb-mailslot.c') 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 * - * $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 @@ -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)); } -- cgit v1.2.3