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
This commit is contained in:
Ronnie Sahlberg 2005-11-08 08:53:55 +00:00
parent b46a5611ed
commit f8b4f34276
1 changed files with 3 additions and 2 deletions

View File

@ -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" },