More <stdarg.h> cleanup; some are real bugs, some are just "don't do
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 May 2010 02:25:13 +0000 (02:25 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 May 2010 02:25:13 +0000 (02:25 +0000)
commitc053fa94ab082986dade8fe214e4964986193f85
tree53fd93c58d394cdf6782babb1b96014b926a8509
parentd65445deecae59393ab3aaf75639d798c8a38104
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32963 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/dcerpc/idl2wrs.c
epan/proto.c
tools/lemon/lemon.c
trigcap.c