Wireshark-commits: [Wireshark-commits] rev 32599: /trunk/ /trunk/epan/dissectors/: packet-isakmp.c
Date: Thu, 29 Apr 2010 15:23:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32599

User: morriss
Date: 2010/04/29 08:23 AM

Log:
 Make a variable a guint8* instead of a char* since it a) holds TVB data and b) matches what tvb_new_child_real_data() wants for its 2nd argument.  This cleans up a warning from the Sun compiler.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-isakmp.c    Modified
  +4 -4      packet-spnego.c    Modified

Directory: /trunk/asn1/spnego/
  Changes    Path                        Action
  +4 -4      packet-spnego-template.c    Modified