diff options
| author | Gerald Combs <gerald@wireshark.org> | 2013-11-01 16:24:42 +0000 |
|---|---|---|
| committer | Gerald Combs <gerald@wireshark.org> | 2013-11-01 16:24:42 +0000 |
| commit | 478f6aa9bddfc6ba9200a3b15a138614c7ad1833 (patch) | |
| tree | 974d5607db2aacf54869e3bd6627942782f01ec7 /docbook | |
| parent | 42b710d375160bd81e6ad7e7ac132ad4505bac8a (diff) | |
| download | wireshark-478f6aa9bddfc6ba9200a3b15a138614c7ad1833.tar.gz wireshark-478f6aa9bddfc6ba9200a3b15a138614c7ad1833.tar.bz2 wireshark-478f6aa9bddfc6ba9200a3b15a138614c7ad1833.zip | |
Copy over revisions from the trunk:
------------------------------------------------------------------------
r52977 | eapache | 2013-10-29 18:42:11 -0700 (Tue, 29 Oct 2013) | 6 lines
Changed paths:
M /trunk/epan/packet.c
When adding an entry to a dissector string table, take a copy of the pattern
string (and pass g_free to g_hash_table_new_full to free it).
This means callers don't have to worry about the scope of the memory they pass
in, and fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9296
------------------------------------------------------------------------
r52859 | mmann | 2013-10-25 17:36:16 -0700 (Fri, 25 Oct 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-btsdp.c
Bluetooth: SDP: Fix PBAP features presentation. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9327)
From Michal Labedzki
------------------------------------------------------------------------
r53016 | pascal | 2013-11-01 08:48:57 -0700 (Fri, 01 Nov 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-irc.c
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9360 :
Fix IRC response command filter
------------------------------------------------------------------------
Update the release notes.
svn path=/trunk-1.10/; revision=53020
Diffstat (limited to 'docbook')
| -rw-r--r-- | docbook/release-notes.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index a2483123d4..9fa53ca8c5 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -119,6 +119,8 @@ instead of 1. (ws-buglink:9126[]) * PTP Dissector Wrongfully Reports Malformed Packet. (ws-buglink:9262[]) +* Wireshark lua dissector unable to load for media_type=application/octet-stream. (ws-buglink:9296[]) + * Wireshark crash when dissecting packet with NTLMSSP. (ws-buglink:9299[]) * Padding in uint64 field in DCERPC protocol wrongly reported. (ws-buglink:9300[]) @@ -129,6 +131,10 @@ instead of 1. (ws-buglink:9126[]) * The tshark summary line doesn't display the frame number or displays it sporadically. (ws-buglink:9317[]) +* Bluetooth: SDP improvements and minor fixes. (ws-buglink:9327[]) + +* Duplicate header field abbreviation breaks filter (example: irc.response.command). (ws-buglink:9360[]) + === New and Updated Features There are no new features in this release. @@ -142,6 +148,7 @@ There are no new protocols in this release. --sort-and-group-- 3GPP2 A11 +Bluetooth SDP BSSGP DCERPC DCERPC NDR @@ -153,6 +160,7 @@ Ethernet EtherNet/IP H.225 IEEE 802.15.4 +IRC NBAP NTLMSSP OpenWire |
