Wireshark-commits: [Wireshark-commits] rev 49399: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 18 May 2013 00:45:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49399

User: guy
Date: 2013/05/17 05:45 PM

Log:
 A "pointer to something" is a "void *", not a "char *".  Using "void *"
 avoids some alignment warnings from clang.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +2 -2      packet-9p.c    Modified