http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24713
User: gerald
Date: 2008/03/22 05:36 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r24678 | stig | 2008-03-17 16:30:37 -0700 (Mon, 17 Mar 2008) | 2 lines
Changed paths:
M /trunk/tshark.c
Allow tshark to print custom columns.
------------------------------------------------------------------------
r24679 | stig | 2008-03-17 16:40:00 -0700 (Mon, 17 Mar 2008) | 2 lines
Changed paths:
M /trunk/file.c
Allow custom columns when printing.
------------------------------------------------------------------------
r24680 | stig | 2008-03-17 16:59:49 -0700 (Mon, 17 Mar 2008) | 2 lines
Changed paths:
M /trunk/epan/libwireshark.def
Export get_column_custom_field from libwireshark.
------------------------------------------------------------------------
r24682 | stig | 2008-03-17 17:11:52 -0700 (Mon, 17 Mar 2008) | 3 lines
Changed paths:
M /trunk/file.c
Bah, committed the wrong file.
Second try on allow custom columns when printing.
------------------------------------------------------------------------
r24687 | sfisher | 2008-03-17 22:01:18 -0700 (Mon, 17 Mar 2008) | 4 lines
Changed paths:
M /trunk/gtk/follow_tcp.c
Finish fixing bug #1138: Follow TCP Streams gets stream direction wrong ...
------------------------------------------------------------------------
r24693 | stig | 2008-03-18 18:02:55 -0700 (Tue, 18 Mar 2008) | 3 lines
Changed paths:
M /trunk/epan/oids.c
Avoid calling some free() on WIN32 on memory that may be allocated in
another heap. This is a temporary solution.
------------------------------------------------------------------------
Directory: /trunk-1.0/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
+12 -0 oids.c Modified
Directory: /trunk-1.0/gtk/
Changes Path Action
+4 -5 follow_tcp.c Modified
Directory: /trunk-1.0/
Changes Path Action
+1 -1 file.c Modified
+8 -1 tshark.c Modified