Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 18935: /trunk/epan/ /trunk/epan/dissectors/: packet-dcer

Date: Wed, 16 Aug 2006 23:13:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18935

User: ulfl
Date: 2006/08/16 11:13 PM

Log:
 various UUID/GUID based changes.
 
 I think I've changed all corresponding appearances from FT_STRING to FT_GUID, so assert the FT_ type as it should only be a FT_GUID now.
 
 Add a generic implementation in guid_utils.h to have a way to store data about GUID to name resolving (something like value_string for e.g. int). It might be better to have a single registry for all GUID's of all dissectors and implement the GUID name resolving into the proto_tree_add... functions.

Directory: /trunk/epan/dissectors/
  Changes    Path                     Action
  +45 -14    packet-dcerpc-epm.c      Modified
  +92 -65    packet-dcerpc.c          Modified
  +2 -19     packet-dcom-cba.c        Modified
  +2 -2      packet-dcom-remact.c     Modified
  +1 -1      packet-dcom-remunkn.c    Modified
  +146 -78   packet-dcom.c            Modified
  +11 -3     packet-dcom.h            Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +2 -1      Makefile.common    Modified
  +88 -0     guid-utils.c       Added
  +19 -0     guid-utils.h       Modified