http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21627
User: guy
Date: 2007/04/30 07:24 PM
Log:
Add a header that redefines g_array_index() to throw in a "void *" cast
to work around the "data" field of a GArray being a guint8 *, and
defines a g_array_data() macro to extract that field and cast it to void
*.
Use that header where needed.
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -3 packet-radius.c Modified
+3 -21 packet-rmt-lct.c Modified
+2 -18 packet-rmt-norm.c Modified
+1 -0 packet-rpc.c Modified
+5 -4 packet-xml.c Modified
Directory: /trunk/epan/
Changes Path Action
+1 -0 Makefile.common Modified
+38 -0 garrayfix.h Added