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 32961: /trunk/epan/ /trunk/epan/: column-utils.c

Date: Wed, 26 May 2010 02:01:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32961

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

Log:
 Once you've used a va_list, you can't use it again until you
 reinitialize it with va_start().  (Yes, there are platforms where
 reusing the va_arg fails, e.g. Mac OS X on x86-64.)

Directory: /trunk/epan/
  Changes    Path              Action
  +6 -6      column-utils.c    Modified