Wireshark-commits: [Wireshark-commits] rev 41972: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-h
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41972
User: gerald
Date: 2012/04/06 10:43 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r41876 | etxrab | 2012-04-01 02:20:35 -0700 (Sun, 01 Apr 2012) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-h263.c
At least 4 bytes is required to check PSC, fixes bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6996
r41937 | guy | 2012-04-04 12:13:39 -0700 (Wed, 04 Apr 2012) | 6 lines
Changed paths:
M /trunk/dumpcap.c
Work around WinPcap bug wherein pcap_open() returns -1 without putting
an error message into errbuf (the bug has been reported to
winpcap-bugs).
Should fix bug 6922.
------------------------------------------------------------------------
r41941 | guy | 2012-04-04 12:46:45 -0700 (Wed, 04 Apr 2012) | 2 lines
Changed paths:
M /trunk/dumpcap.c
Fix tpo.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r41914 | gerald | 2012-04-03 17:47:21 -0700 (Tue, 03 Apr 2012) | 9 lines
Changed paths:
M /trunk/packaging/nsis/Makefile.nmake
M /trunk/packaging/nsis/wireshark.nsi
Add and update a bunch of Programs and Features-related registry
keys. Sort the keys by name. Calculate the installation size after all
of the files have been installed and add that in the "EstimatedSize"
key. Fix the display icon. Add a hint about our target platform. Add
version information.
We now look like a grown-up application in the Programs and Features
control panel.
------------------------------------------------------------------------
r41938 | guy | 2012-04-04 12:26:07 -0700 (Wed, 04 Apr 2012) | 2 lines
Changed paths:
M /trunk/dumpcap.c
Work around that WinPcap bug for another pcap_open() call.
------------------------------------------------------------------------
r41967 | gerald | 2012-04-05 15:10:53 -0700 (Thu, 05 Apr 2012) | 7 lines
Changed paths:
M /trunk/ipmap.html
M /trunk/ui/gtk/hostlist_table.c
Instead of loading our coordinates from a separate text file via
OpenLayers.Layer.Text, insert them into a JSON array and load them using
OpenLayers.Layer.Vector + OpenLayers.Format.GeoJSON. This should fix the
endpoint map feature on modern browsers.
Switch OpenStreetMap to a simpler map from OSGeo.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+7 -0 packet-h263.c Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+18 -28 release-notes.xml Modified
Directory: /trunk-1.6/gtk/
Changes Path Action
+70 -36 hostlist_table.c Modified
Directory: /trunk-1.6/packaging/nsis/
Changes Path Action
+4 -0 Makefile.nmake Modified
+34 -10 wireshark.nsi Modified
Directory: /trunk-1.6/
Changes Path Action
+24 -2 dumpcap.c Modified
+79 -20 ipmap.html Modified