http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18605
User: ulfl
Date: 2006/06/29 08:08 AM
Log:
the drep parameter of dissect_dcerpc_uuid_t() should be guint8 * instead of char * (just like all the other dissect_dcerpc_...() functions).
This should fix some "differ in signedness" warnings (and maybe will raise new ones, which should be fixed at the calling places then)
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-dcerpc.c Modified
+1 -1 packet-dcerpc.h Modified