summaryrefslogtreecommitdiff
path: root/packet-smb-pipe.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-27 08:42:26 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-27 08:42:26 +0000
commitdee3661ce3ef3bf62bfae8ce784fa4370f0e836f (patch)
tree9a85db5791652ce41651aab2da3022a57c052ee2 /packet-smb-pipe.c
parent37f355caf5bda433ae8ac49e545591ba4667dd32 (diff)
downloadwireshark-dee3661ce3ef3bf62bfae8ce784fa4370f0e836f.tar.gz
Label the protocol as the "Microsoft Windows Lanman Remote API
Protocol", not just the "Microsoft Windows Lanman Protocol"; LAN Manager had a number of protocols layered atop SMB, and this is the one used for remote execution of various APIs. svn path=/trunk/; revision=3872
Diffstat (limited to 'packet-smb-pipe.c')
-rw-r--r--packet-smb-pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c
index 49983b9d38..1a4da40b9f 100644
--- a/packet-smb-pipe.c
+++ b/packet-smb-pipe.c
@@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
* significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and
* Guy Harris 2001
*
- * $Id: packet-smb-pipe.c,v 1.31 2001/08/11 17:17:42 guy Exp $
+ * $Id: packet-smb-pipe.c,v 1.32 2001/08/27 08:42:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1871,7 +1871,7 @@ register_proto_smb_pipe(void)
proto_smb_lanman = proto_register_protocol(
- "Microsoft Windows Lanman Protocol", "LANMAN", "lanman");
+ "Microsoft Windows Lanman Remote API Protocol", "LANMAN", "lanman");
proto_register_field_array(proto_smb_lanman, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));