Wireshark-commits: [Wireshark-commits] rev 52623: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 15 Oct 2013 16:41:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52623

User: cturney
Date: 2013/10/15 04:41 PM

Log:
 Reorder all of the bitmask trees according to its endianess from highest to lowest order bit.
 These consist of the following bitmask fields: 
 [packet-smb.c] 'Create Flags', 'Access Mask', 'File Attributes', 'Share Access', 'Create Options',
                'Security Flags', 'Optional Support'(in TreeConnect AndX responses), and "Quota Flags"
 [packet-smb2.c] 'Flags', 'Session Flags', 'Security mode', and 'Interface Capabilities'.
 
 [packet-smb.c] Made the tfs_file_attribute_xxx true_false_string values less verbose and more compact.
 
 [packet-smb2.c] Changed all references to "RMDA" to RDMA".
 
 [packet_smb.c] In dissect_qfi_SMB_FILE_NETWORK_OPEN_INFO() (GetInfo response) changed "Unknown Field"
                to "Reserved" (See capture 'DMtrace2.cap' frame 20023).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +138 -146  packet-smb.c     Modified
  +25 -21    packet-smb2.c    Modified