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

Date: Mon, 18 Jan 2010 21:37:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31556

User: wmeier
Date: 2010/01/18 01:37 PM

Log:
 Fix gcc -Wshadow warnings. 
 [And therefore fixing a benign bug where memory was allocated for sizeof(*p) rather than sizeof(p)].

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +15 -15    packet-ipx.c    Modified