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

Date: Thu, 29 Apr 2010 14:58:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32598

User: morriss
Date: 2010/04/29 07:58 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-iscsi.c    Modified