http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25591
User: gerald
Date: 2008/06/24 01:45 PM
Log:
Another try for 1.0.1pre1.
Copy over revisions from the trunk:
------------------------------------------------------------------------
r24683 | stig | 2008-03-17 17:48:24 -0700 (Mon, 17 Mar 2008) | 2 lines
Changed paths:
M /trunk/file.c
Allow custom columns in export as CSV and PSML.
------------------------------------------------------------------------
r25579 | morriss | 2008-06-24 10:57:44 -0700 (Tue, 24 Jun 2008) | 1 line
Changed paths:
M /trunk/Makefile.am
M /trunk/epan/Makefile.am
Fix *NIX builds where we need our own inet_pton.c or inet_ntop.c . This should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2607
------------------------------------------------------------------------
r25584 | gerald | 2008-06-24 12:08:54 -0700 (Tue, 24 Jun 2008) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-rmi.c
Noam Rathus discovered that the RMI dissector was using g_strlcpy
incorrectly, which could lead to information disclosure or worse. Use
tvb_format_text instead. This lets us get rid of a character array and
avoids feeding raw packet data to the GUI.
------------------------------------------------------------------------
r25586 | gerald | 2008-06-24 12:18:21 -0700 (Tue, 24 Jun 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-rmi.c
Highlight the whole hostname, even if we've truncated it in the display.
------------------------------------------------------------------------
Fix a logic error in make-version.pl. Make pcap_list_datalinks and
pcap_set_datalink mandatory on Windows. Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+7 -9 packet-rmi.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+13 -0 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+10 -2 Makefile.am Modified
Directory: /trunk-1.0/
Changes Path Action
+18 -0 Makefile.am Modified
+3 -3 capture-wpcap.c Modified
+10 -4 file.c Modified
+1 -1 make-version.pl Modified