Wireshark-commits: [Wireshark-commits] rev 33704: /trunk-1.2/epan/ /trunk-1.2/epan/dissectors/: pac

Date: Tue, 03 Aug 2010 21:28:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33704

User: morriss
Date: 2010/08/03 02:28 PM

Log:
 Revert rev 33697: it's not necessary (check_col() is NOT necessary in the 1.2
 trunk after all).
 
 Instead, put back the check_col() calls in col_append_fstr() and
 col_append_sep_fstr().
 
 This fixes (the right way) the crash reported in
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5072 .
 
 (This bug has only been there since 1.2.10.)

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path             Action
  +3 -4      packet-sctp.c    Modified

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