From f8b4f34276ce70ee5de25d9c265d15981cc0232e Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 8 Nov 2005 08:53:55 +0000 Subject: add a comment to keep the dissector in sync with the wiki rename functions 0x10 and 0x11 to follow the names in the wiki svn path=/trunk/; revision=16434 --- epan/dissectors/packet-smb2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c index 1c5b87110b..716ef600bf 100644 --- a/epan/dissectors/packet-smb2.c +++ b/epan/dissectors/packet-smb2.c @@ -3,6 +3,7 @@ * * See http://wiki.ethereal.com/SMB2 for documentation of * this protocol. + * If you edit this file, keep the wiki updated as well. * * $Id: packet-smb2.c 16113 2005-10-04 10:23:40Z guy $ * @@ -372,8 +373,8 @@ const value_string smb2_cmd_vals[] = { { 0x0D, "unknown-0x0D" }, { 0x0E, "Find" }, { 0x0F, "unknown-0x0F" }, - { 0x10, "GetFileInfo" }, - { 0x11, "SetFileInfo" }, + { 0x10, "GetInfo" }, + { 0x11, "SetInfo" }, { 0x12, "unknown-0x12" }, { 0x13, "unknown-0x13" }, { 0x14, "unknown-0x14" }, -- cgit v1.2.3