Wireshark-commits: [Wireshark-commits] rev 27973: /trunk-1.0/ /trunk-1.0/asn1/ansi_map/: ansi_map.asn /trunk-1.0/plugins/asn1/: packet-asn1.c /trunk-1.0/epan/dissectors/: packet-ansi_map.c packet-bacapp.c packet-bgp.c packet-ieee80211.c ...
From:
gerald@xxxxxxxxxxxxx
Date: Mon, 06 Apr 2009 18:00:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27973
User: gerald
Date: 2009/04/06 11:00 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r27424 | stig | 2009-02-11 03:04:30 -0800 (Wed, 11 Feb 2009) | 3 lines
Changed paths:
M /trunk/epan/uat.c
The uat files can be saved before any other preferences, so try creating
the personal configuration directory if saving the uat file fails.
------------------------------------------------------------------------
r27469 | etxrab | 2009-02-16 21:54:04 -0800 (Mon, 16 Feb 2009) | 3 lines
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
From Michael Lum:
ANSI MAP fix for missing MEID/MSC ID number in RegNot
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3255
------------------------------------------------------------------------
r27482 | stig | 2009-02-18 02:07:29 -0800 (Wed, 18 Feb 2009) | 2 lines
Changed paths:
M /trunk/asn1/ldap/ldap.cnf
M /trunk/epan/dissectors/packet-ldap.c
Added one more string_or_null.
------------------------------------------------------------------------
r27529 | jake | 2009-02-23 14:07:19 -0800 (Mon, 23 Feb 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-bgp.c
Fix for bug 3247:
Incorrect index adjustment causes failure to dissect multiple capabilities in optional parameters.
------------------------------------------------------------------------
r27531 | jake | 2009-02-23 22:37:45 -0800 (Mon, 23 Feb 2009) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
From Jerry Kotland:
There's a slight error with one of the 802.11n SM Power Save labels.
Currently, when SM Power save == 3, the label is "SM enabled".
According to 802.11n Draft 2.07 it should be "SM Power Save disabled".
------------------------------------------------------------------------
r27550 | jake | 2009-02-25 21:42:55 -0800 (Wed, 25 Feb 2009) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
From Didier Gautheron:
ECWmin and ECWmax in the Beacon WME Information Element are not displayed correctly.
They appear as equal each to the other. It should be: byte2 & 0x0f, (byte2 & 0xf0) >> 4.
------------------------------------------------------------------------
r27624 | jake | 2009-03-06 11:25:49 -0800 (Fri, 06 Mar 2009) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-bacapp.c
From Steve Karg:
BACnet TimeSync message of 12:20 was displayed as 12:20 AM.
It should have displayed as 12:20 PM.
------------------------------------------------------------------------
Copy over revisions with manual intervention:
------------------------------------------------------------------------
r27458 | wmeier | 2009-02-15 14:03:17 -0800 (Sun, 15 Feb 2009) | 3 lines
Changed paths:
M /trunk/tshark.c
For tshark -b -S -w: close files after reading them; fixes bug #3172;
Also: Do a bit of cleanup on related code.
------------------------------------------------------------------------
r27470 | etxrab | 2009-02-16 21:56:12 -0800 (Mon, 16 Feb 2009) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-bacapp.c
From Steve Karg:
BACnet PrivateTransferError shows malformed packet.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3257
------------------------------------------------------------------------
r27478 | gerald | 2009-02-17 15:15:35 -0800 (Tue, 17 Feb 2009) | 4 lines
Changed paths:
M /trunk/asn1/ldap/ldap.cnf
M /trunk/epan/dissectors/packet-ldap.c
M /trunk/epan/libwireshark.def
M /trunk/epan/strutil.c
M /trunk/epan/strutil.h
Add a string utility function "string_or_null" which can be used to
guarantee a non-null string value. Use it in the LDAP dissector. Fixes
the crash on Windows (and other platforms) reported in bug 3262.
------------------------------------------------------------------------
r27484 | gerald | 2009-02-18 12:27:16 -0800 (Wed, 18 Feb 2009) | 8 lines
Changed paths:
M /trunk/packaging/nsis/wireshark.nsi
Make the dialog that confirms uninstalling the previous version of
Wireshark default to "yes" for silent installs. Add silent default
actions for other dialogs. Don't do so for error messages, since we
probably want the user to see those no matter what. Fixes bug 3260.
Switch back to using the uninstaller icon (which got clobbered 2 weeks
after it was introduced in 2007).
------------------------------------------------------------------------
r27507 | jake | 2009-02-22 04:22:28 -0800 (Sun, 22 Feb 2009) | 5 lines
Changed paths:
M /trunk/plugins/asn1/packet-asn1.c
From Robert Groenenberg:
As of version 0.99.8, there has been an annoying problem in the ASN.1 dissector:
when using a 'type table' which discribes the ASN.1 syntax of the traced packets,
wireshark would crash on the very first packet. The cause for the crash is an out-of-
boundry write, detected by g_free().
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/asn1/ansi_map/
Changes Path Action
+4 -0 ansi_map.asn Modified
Directory: /trunk-1.0/plugins/asn1/
Changes Path Action
+1 -1 packet-asn1.c Modified
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+2 -0 packet-ansi_map.c Modified
+30 -12 packet-bacapp.c Modified
+1 -1 packet-bgp.c Modified
+2 -2 packet-ieee80211.c Modified
+37 -43 packet-ldap.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+70 -2 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
+8 -0 strutil.c Modified
+7 -0 strutil.h Modified
(4 files not shown)