http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40426
User: gerald
Date: 2012/01/10 09:18 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r40387 | cmaynard | 2012-01-05 09:29:27 -0800 (Thu, 05 Jan 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-udp.c
Use length field from UDP header as the pseudo-header's UDP length field instead of using the reported_len. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6711
------------------------------------------------------------------------
r40423 | alagoutte | 2012-01-10 05:59:27 -0800 (Tue, 10 Jan 2012) | 5 lines
Changed paths:
M /trunk/pcapio.c
From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6719
pcapio.c: bug in libpcap_write_interface_description_block
The attached patch fixes a copy_and_paste error in the code of the function libpcap_write_interface_description_block(): strlen(name) instead of strlen(filter).
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+2 -2 packet-udp.c Modified
Directory: /trunk-1.4/docbook/
Changes Path Action
+11 -0 release-notes.xml Modified
Directory: /trunk-1.4/
Changes Path Action
+2 -2 pcapio.c Modified