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

Date: Wed, 27 Nov 2013 16:30:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53614

User: wmeier
Date: 2013/11/27 04:30 PM

Log:
 - Create/use several extended value_strings
   (sort associated value_string arrays as needed);
 
 - Use new VALUE_STRING_LIST mechanism/macros to
   create enums and value_string arrays for:
     WERR_errors, DOS_errors, SRV_errors, and HRD_errors;
 
 - Declare certain global value_string arrays as static (local)
   and use global extended value_strings to reference same;
     (e.g., ms_coiuntry_codes value_string_array)
 
 - Rename SMBE_... defs used in several different value_string arrays
   to prevent potential name collisions:
    ( e.g., for SRV_errors: SMBE_... ==> SMBE_SRV_...)
    Done for value_string arrays: DOS_errors, SRV_errors, HRD_errors;
 
 - WERR_errors value_string array:
     Note that WERR associated defs no longer exist in the latest samba doserr.h.
     (The WERR_errors defs were originally generated from the samba doserr.h).
     For now: WERR_errors kept as is.
 
 - ToDo: Fix PIDL-generated dcerpc dissectors to use NT_errors_ext
         and WERR_errors_ext extended value_strings.
 
 - Add editor modelines to a few files.
 
 - Make whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path                         Action
  +2 -2      packet-dcerpc-browser.c      Modified
  +1 -1      packet-dcerpc-messenger.c    Modified
  +7 -7      packet-dcerpc-netlogon.c     Modified
  +2 -2      packet-dcerpc-nt.c           Modified
  +2 -2      packet-dcerpc-spoolss.c      Modified
  +2 -2      packet-dcerpc-svcctl.c       Modified
  +2 -2      packet-dcerpc-tapi.c         Modified
  +2 -2      packet-dcerpc-trksvr.c       Modified
  +3 -3      packet-kerberos.c            Modified
  +22 -9     packet-smb-pipe.c            Modified
  +304 -291  packet-smb.c                 Modified


(4 files not shown)