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 33530: /trunk-1.4/epan/ /trunk-1.4/epan/dissectors/: pac

Date: Wed, 14 Jul 2010 23:52:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33530

User: gerald
Date: 2010/07/14 04:52 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33472 | morriss | 2010-07-07 19:54:26 -0700 (Wed, 07 Jul 2010) | 8 lines
 Changed paths:
    M /trunk/epan/column-utils.c
 
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when adding
 2nd info column):
 
 Duplicate col_do_append_sep_va_fstr()'s code into col_append_fstr() and
 col_append_sep_fstr() (and remove col_do_append_sep_va_fstr()) because we need
 to call va_start() and va_end() after each call to g_vsnprintf().  (This is a
 followon to rev 32961.)
 ------------------------------------------------------------------------
 r33481 | gerald | 2010-07-09 13:27:02 -0700 (Fri, 09 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gmhdr.c
 
 Check our field lengths. Should fix the recent randpkt errors.
 ------------------------------------------------------------------------
 r33483 | jake | 2010-07-10 02:47:20 -0700 (Sat, 10 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-smb.c
 
 Fix for bug 4993:
 Mac support flags are little endian too.
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path              Action
  +14 -0     packet-gmhdr.c    Modified
  +1 -1      packet-smb.c      Modified

Directory: /trunk-1.4/epan/
  Changes    Path              Action
  +48 -34    column-utils.c    Modified