http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31596
User: gerald
Date: 2010/01/20 02:54 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r31498 | wmeier | 2010-01-11 07:26:39 -0800 (Mon, 11 Jan 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
Fix Bug 4183: "Wireshark can't decrypt WPA(2)-PSK when passphrase is 63 bytes".
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4183
------------------------------------------------------------------------
r31499 | etxrab | 2010-01-11 08:14:26 -0800 (Mon, 11 Jan 2010) | 2 lines
Changed paths:
M /trunk/asn1/pkcs12/packet-pkcs12-template.c
M /trunk/epan/dissectors/packet-dmp.c
M /trunk/epan/dissectors/packet-ldss.c
M /trunk/epan/dissectors/packet-pkcs12.c
M /trunk/epan/dissectors/pidl/mapi/request.cnf.c
M /trunk/epan/dissectors/pidl/mapi/response.cnf.c
Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3917
------------------------------------------------------------------------
r31522 | tuexen | 2010-01-13 13:31:24 -0800 (Wed, 13 Jan 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-sctp.c
Display correct chunk type for unknown chunks.
------------------------------------------------------------------------
r31524 | gerald | 2010-01-13 17:22:00 -0800 (Wed, 13 Jan 2010) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-lwres.c
Fix several buffer overflows found by babi babi. Replace a lot of manual
fetching and displaying with proto_tree_add_item().
Use get_dns_name() instead of lwres_get_dns_name(), which fixes a separate
issue.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r31472 | sfisher | 2010-01-09 12:15:02 -0800 (Sat, 09 Jan 2010) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-bjnp.c
Change col_set_str() call to col_add_str() since the string being passed
to it is freed right afterwards. This fixes an issue reported to
wireshark-users by Ershov Pavel on Jan 9, 2010 (in the U.S.).
------------------------------------------------------------------------
r31560 | guy | 2010-01-18 15:21:13 -0800 (Mon, 18 Jan 2010) | 8 lines
Changed paths:
M /trunk/doc/README.developer
Rewrite the bit about null vs. non-null "tree" dissector arguments a
bit, so as not to imply that there's some form of global "mode"
Wireshark is in when it passes a null or non-null pointer (there isn't),
and to explicitly note that there is *no* guarantee about the value of
"tree" on the first call to the dissector. (I.e., please do not build a
mental model of how Wireshark works in that regard, and write your
dissector based on that mental model - you *will* be wrong.)
------------------------------------------------------------------------
r31534 | stig | 2010-01-15 05:40:14 -0800 (Fri, 15 Jan 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-fip.c
Change col_set_str() call to col_add_str() since the string being passed
can be a ep_alloc from val_to_str().
------------------------------------------------------------------------
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+1 -1 packet-bjnp.c Modified
+1 -1 packet-dmp.c Modified
+3 -1 packet-fip.c Modified
+1 -1 packet-ieee80211.c Modified
+1 -1 packet-ldss.c Modified
+78 -280 packet-lwres.c Modified
+1 -1 packet-pkcs12.c Modified
+3 -3 packet-sctp.c Modified
Directory: /trunk-1.2/doc/
Changes Path Action
+12 -18 README.developer Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+25 -8 release-notes.xml Modified
(3 files not shown)