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

Date: Wed, 16 Jul 2008 08:08:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25753

User: guy
Date: 2008/07/16 01:08 AM

Log:
 The second argument to g_ptr_array_add() is the pointer to add, not a
 pointer to that pointer - unlike g_array_append_vals, which takes a
 pointer to an array of values and a count of the number of values in the
 array.

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