http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53020
User: gerald
Date: 2013/11/01 04:24 PM
Log:
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.
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+2 -2 packet-btsdp.c Modified
+1 -1 packet-irc.c Modified
Directory: /trunk-1.10/docbook/
Changes Path Action
+8 -0 release-notes.asciidoc Modified
Directory: /trunk-1.10/epan/
Changes Path Action
+3 -3 packet.c Modified