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

Date: Wed, 21 Feb 2007 20:21:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20895

User: sahlberg
Date: 2007/02/21 08:21 PM

Log:
 add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
 
 use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it.
 eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +20 -1     packet-dcerpc-nt.c    Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +1 -0      packet.c         Modified
  +3 -0      packet_info.h    Modified