Wireshark-commits: [Wireshark-commits] rev 27934: /trunk-1.0/ /trunk-1.0/asn1/ansi_map/: packet-ansi_map-template.c /trunk-1.0/epan/dissectors/: packet-acn.c packet-ansi_map.c packet-cpha.c packet-gsm_map.c packet-gsm_map.h ...
From:
gerald@xxxxxxxxxxxxx
Date: Thu, 02 Apr 2009 17:34:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27934
User: gerald
Date: 2009/04/02 10:34 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r26827 | stig | 2008-11-23 06:28:36 -0800 (Sun, 23 Nov 2008) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-acn.c
From Bill Florac (bug 3048):
Calling proto_tree_add_int_format() with a unsigned value can cause dissection
failure. Correctly switched to proto_tree_add_uint_format().
------------------------------------------------------------------------
r27083 | wmeier | 2008-12-22 06:03:00 -0800 (Mon, 22 Dec 2008) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-cpha.c
Best guess fix for missing initializer in array of string pointers;
Issue reported by Chris Maynard in Bug #2813.
------------------------------------------------------------------------
r27379 | etxrab | 2009-02-05 10:09:00 -0800 (Thu, 05 Feb 2009) | 3 lines
Changed paths:
M /trunk/asn1/ansi_map/packet-ansi_map-template.c
M /trunk/epan/dissectors/packet-ansi_map.c
From Michael Lum:
ANSI MAP digits type decode and bitmask corrections
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3233
------------------------------------------------------------------------
r27383 | etxrab | 2009-02-05 13:26:40 -0800 (Thu, 05 Feb 2009) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-ipvs-syncd.c
From Sven Wegener:
- The size element has been in network byte order since october 2004.
- Someone mixed up the TCP and UDP protocol numbers.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3236
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
Copy over the following revisions with manual intervention:
------------------------------------------------------------------------
r25043 | lego | 2008-04-15 05:12:20 -0700 (Tue, 15 Apr 2008) | 3 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-snmp.c
It is useless in a Protocol Analyzer to avoid the user to have a password shorter than 8 chars.
------------------------------------------------------------------------
r26802 | rbalint | 2008-11-18 05:39:26 -0800 (Tue, 18 Nov 2008) | 3 lines
Changed paths:
M /trunk/tap-rtp-common.c
Fix determining clock rate for dynamic payload types.
This fixes bug 3067.
------------------------------------------------------------------------
r26808 | rbalint | 2008-11-18 09:09:11 -0800 (Tue, 18 Nov 2008) | 2 lines
Changed paths:
M /trunk/tap-rtp-common.c
Fix alphabetical order of dynamic payload type mime types.
------------------------------------------------------------------------
r27311 | etxrab | 2009-01-27 12:25:28 -0800 (Tue, 27 Jan 2009) | 1 line
Changed paths:
M /trunk/asn1/gsmmap/packet-gsmmap-template.c
M /trunk/epan/dissectors/packet-gsm_map.c
Handle V3 SendRoutingInfoRes where the tag[3] is missing.
------------------------------------------------------------------------
r27396 | jake | 2009-02-08 23:10:46 -0800 (Sun, 08 Feb 2009) | 7 lines
Changed paths:
M /trunk/epan/column-utils.c
M /trunk/epan/column.c
M /trunk/file.c
M /trunk/gtk/main_menu.c
Make "Copy as Filter" on the packet list actually work.
Up till now every packet in the packet list got a copy of the pointer to the filter expressions for
the last packets' columns. Hence any 'Copy as Filter" on a column got the expression of the last
packet in the packet list. Instead every packet needs to get a pointer to the filter expressions
for its own columns. This requires making a copy of the filter expressions themselves.
Since this is a bug in 1.0 as well the GLIB1 code is provided for backporting, which can later be dropped from the development tree.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/asn1/ansi_map/
Changes Path Action
+12 -2 packet-ansi_map-template.c Modified
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+16 -15 packet-acn.c Modified
+15 -5 packet-ansi_map.c Modified
+4 -0 packet-cpha.c Modified
+84 -66 packet-gsm_map.c Modified
+1 -1 packet-gsm_map.h Modified
+3 -3 packet-ipvs-syncd.c Modified
+3 -5 packet-snmp.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+49 -8 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+2 -2 column-utils.c Modified
+3 -0 column.c Modified
(6 files not shown)