ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

Date: Thu, 29 Jun 2006 08:08:38 GMT
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