Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40426: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-u

Date: Tue, 10 Jan 2012 17:18:27 GMT
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