Wireshark-commits: [Wireshark-commits] rev 35416: /trunk-1.4/ /trunk-1.4/epan/dfilter/: semcheck.c
From: gerald@xxxxxxxxxxxxx
Date: Fri, 07 Jan 2011 01:31:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35416 User: gerald Date: 2011/01/06 05:31 PM Log: Copy over revisions from the trunk: ------------------------------------------------------------------------ r35091 | etxrab | 2010-12-01 09:34:26 -0800 (Wed, 01 Dec 2010) | 3 lines Changed paths: M /trunk/radius/README.radius_dictionary M /trunk/radius/dictionary.ascend Delegated-IPv6-Prefix(123) is shown incorrect as X-Ascend-Call-Attempt-Limit(123) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5455 ------------------------------------------------------------------------ r35097 | morriss | 2010-12-01 15:12:46 -0800 (Wed, 01 Dec 2010) | 7 lines Changed paths: M /trunk/epan/dissectors/packet-sccp.c From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 : The packet-sccp.c has a bug in the declared valid ranges of the SSN and DPC values in the user table used to match to a subdissector. The SSN range is 16 bits rather than 8 (not really an issue) but the DPC range is 16 bits rather than 24 - so many traces cannot be matched by this table. ------------------------------------------------------------------------ r35128 | sfisher | 2010-12-06 09:30:08 -0800 (Mon, 06 Dec 2010) | 8 lines Changed paths: M /trunk/epan/emem.c Fix bug #5463 (and likely others) so that ep_strbuf_new() no longer truncates newly created and copied strings. The problem was that strlen() (which returns a length not counting the NULL terminator) was being mixed with functions that do malloc() (which need to allocate memory large enough to inculde the NULL string terminator). ------------------------------------------------------------------------ r35151 | wmeier | 2010-12-07 15:27:11 -0800 (Tue, 07 Dec 2010) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-mp2t.c Init fragment_table and reassembly table every "session" rather than just once in proto_register...() ------------------------------------------------------------------------ r35153 | etxrab | 2010-12-07 22:32:04 -0800 (Tue, 07 Dec 2010) | 2 lines Changed paths: M /trunk/epan/reassemble.c Reassemble.c leaks memory for GLIB > 2.8 Free fragment data and fragment keys in fragment_table when neccessary. reassembled_table remains to be fixed. ------------------------------------------------------------------------ r35154 | etxrab | 2010-12-08 00:26:40 -0800 (Wed, 08 Dec 2010) | 1 line Changed paths: M /trunk/epan/reassemble.c fragment_free_key to be used only if Glib >= 2.10 ------------------------------------------------------------------------ r35155 | etxrab | 2010-12-08 01:12:03 -0800 (Wed, 08 Dec 2010) | 2 lines Changed paths: M /trunk/epan/reassemble.c reassemble.c: In function 'free_all_fragments': reassemble.c:222: warning: unused variable 'key' ------------------------------------------------------------------------ r35156 | etxrab | 2010-12-08 03:25:22 -0800 (Wed, 08 Dec 2010) | 2 lines Changed paths: M /trunk/epan/reassemble.c Mark parameter as unused. reassemble.c:220: warning: unused parameter 'key_arg' ------------------------------------------------------------------------ r35175 | wmeier | 2010-12-10 19:22:09 -0800 (Fri, 10 Dec 2010) | 4 lines Changed paths: M /trunk/epan/reassemble.c Fix bug #5477: fuzz-test failure found by using G_SLICE=debug-blocks. Essentially: doing g_slice_free with the wrong 'type' for the data to be freed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5477 ------------------------------------------------------------------------ r35176 | wmeier | 2010-12-10 20:11:31 -0800 (Fri, 10 Dec 2010) | 2 lines Changed paths: M /trunk/epan/reassemble.c Rework some comments. ------------------------------------------------------------------------ r35194 | jake | 2010-12-15 23:25:01 -0800 (Wed, 15 Dec 2010) | 4 lines Changed paths: M /trunk/epan/dissectors/packet-gsm_a_gm.c Fix for bug 5475: Track dissection properly of Packet Flow Identifier IE to avoid Extraneous Data reporting. ------------------------------------------------------------------------ r35216 | sake | 2010-12-17 17:16:11 -0800 (Fri, 17 Dec 2010) | 5 lines Changed paths: M /trunk/epan/dissectors/packet-ssl-utils.c M /trunk/epan/dissectors/packet-ssl-utils.h M /trunk/epan/dissectors/packet-ssl.c Add support for the TLSv1.2 format of the CertificateRequest handshake message. (see: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5485 ) ------------------------------------------------------------------------ r35228 | martinm | 2010-12-20 03:26:50 -0800 (Mon, 20 Dec 2010) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-catapult-dct2000.c From Papan Kumar Singh (bug 5504 & 5505): Add missing break so that PDCP-LTE direction is set properly. ------------------------------------------------------------------------ r35241 | jake | 2010-12-21 13:29:47 -0800 (Tue, 21 Dec 2010) | 12 lines Changed paths: M /trunk/epan/dissectors/packet-cigi.c From daulis0@xxxxxxxxx: There are 2 parts to the CIGI protocol. 1) Host to IG messages and 2) IG to Host messages. Currently, Host to IG messages are parsed correctly, but IG to Host messages show Malformed Packet (or may not even detect as CIGI at all) Some of the protocol format is different between versions. The "Minor Version" is used by the dissector to separate the differences, but this field is in a different location in the IG Control Packet (Host to IG message) vs the Start of Frame Packet (IG to Host message). Attached patch to correct this. ------------------------------------------------------------------------ r35247 | jake | 2010-12-22 12:24:51 -0800 (Wed, 22 Dec 2010) | 3 lines Changed paths: M /trunk/gtk/rtp_stream_dlg.c Fix for bug 5513: Prepare filter must take Fwd and Rev part in combined filter. ------------------------------------------------------------------------ Copy over manually: ------------------------------------------------------------------------ r35115 | morriss | 2010-12-03 14:59:16 -0800 (Fri, 03 Dec 2010) | 5 lines Changed paths: M /trunk/epan/dfilter/semcheck.c Fix a problem noticed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5380#c2 : Don't attempt to use a BASE_CUSTOM field's 'strings' field as a value_string: it's not, it's a pointer to a function. ------------------------------------------------------------------------ Update the release notes. Directory: /trunk-1.4/epan/dfilter/ Changes Path Action +11 -0 semcheck.c Modified Directory: /trunk-1.4/epan/dissectors/ Changes Path Action +1 -0 packet-catapult-dct2000.c Modified +23 -3 packet-cigi.c Modified +3 -2 packet-gsm_a_gm.c Modified +9 -3 packet-mp2t.c Modified +2 -2 packet-sccp.c Modified +19 -0 packet-ssl-utils.c Modified +2 -0 packet-ssl-utils.h Modified +137 -3 packet-ssl.c Modified Directory: /trunk-1.4/docbook/ Changes Path Action +57 -16 release-notes.xml Modified (5 files not shown)
- Prev by Date: [Wireshark-commits] rev 35415: /trunk-1.4/ /trunk-1.4/plugins/asn1/: packet-asn1.c /trunk-1.4/epan/dissectors/: packet-dhcpv6.c packet-ieee80211.c packet-infiniband.c packet-per.c packet-sip.c /trunk-1.4/docbook/: ...
- Next by Date: [Wireshark-commits] rev 35417: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_common.h packet-gtpv2.c packet-nas_eps.c
- Previous by thread: [Wireshark-commits] rev 35415: /trunk-1.4/ /trunk-1.4/plugins/asn1/: packet-asn1.c /trunk-1.4/epan/dissectors/: packet-dhcpv6.c packet-ieee80211.c packet-infiniband.c packet-per.c packet-sip.c /trunk-1.4/docbook/: ...
- Next by thread: [Wireshark-commits] rev 35417: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_common.h packet-gtpv2.c packet-nas_eps.c
- Index(es):