Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 32963: /trunk/ /trunk/epan/dissectors/dcerpc/: idl2wrs.c

Date: Wed, 26 May 2010 02:25:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32963

User: guy
Date: 2010/05/25 07:25 PM

Log:
 More <stdarg.h> cleanup; some are real bugs, some are just "don't do
 va_start and va_end unless you're actually going to use the va_list"
 (those bring the va_start and va_end closer to the use point, which
 makes it a little more obvious that we're using <stdarg.h> correctly and
 makes it a little harder to use it incorrectly).

Directory: /trunk/epan/dissectors/dcerpc/
  Changes    Path          Action
  +7 -3      idl2wrs.c     Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -5      proto.c       Modified

Directory: /trunk/tools/lemon/
  Changes    Path          Action
  +1 -1      lemon.c       Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -2      trigcap.c     Modified