Wireshark-commits: [Wireshark-commits] rev 38902: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-b

Date: Tue, 06 Sep 2011 18:58:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38902

User: gerald
Date: 2011/09/06 11:58 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r38680 | etxrab | 2011-08-22 21:49:24 -0700 (Mon, 22 Aug 2011) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-btl2cap.c
 
   From Andrei Emeltchenko via Chris Maynard:
   btl2cap extended window shows wrong bit.
   Patch would not apply cleanly so added by hand.
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6257
   ------------------------------------------------------------------------
   r38723 | alagoutte | 2011-08-24 14:37:37 -0700 (Wed, 24 Aug 2011) | 8 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-bgp.c
 
   From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188
   In some BGP captures the AS_PATH attribute was decode wrong, if the asn length determines automatically
 
   From me:
   Fix some whitespace...
   Fix error: ‘for’ loop initial declarations are only allowed in C99 mode
   Replace unsigned by guint
   ------------------------------------------------------------------------
   r38728 | cmaynard | 2011-08-24 17:50:39 -0700 (Wed, 24 Aug 2011) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ndmp.c
 
   "Bytes left to read" is an unsigned quantity.  Changed FT_INT64 to FT_UINT64 as suggested by Rui Loura via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6262.
   ------------------------------------------------------------------------
   r38790 | guy | 2011-08-29 23:01:44 -0700 (Mon, 29 Aug 2011) | 7 lines
   Changed paths:
      M /trunk/wiretap/pcapng.c
 
   A zero snaplen means "snaplen unknown", as in "the file format from
   which we read the data to be written doesn't record the snapshot
   length".  A snapshot length of 0 in a pcap or pcap-ng file is not
   handled well by many programs reading those files; for pcap files, we
   write out WTAP_MAX_PACKET_SIZE as the snapshot length in that case, so
   do so for pcap-ng files as well.
   ------------------------------------------------------------------------
   r38792 | guy | 2011-08-30 01:09:40 -0700 (Tue, 30 Aug 2011) | 6 lines
   Changed paths:
      M /trunk/wiretap/pcap-common.c
 
   Handle multiple extension headers when calculating the pseudo-header
   length, and actually write out the extension headers when writing out
   the pseudo-header.
 
   Fixes bug 6265.
   ------------------------------------------------------------------------
   r38823 | etxrab | 2011-08-31 07:03:34 -0700 (Wed, 31 Aug 2011) | 2 lines
   Changed paths:
      M /trunk/gtk/rtp_stream_dlg.c
 
   COPY as CSV to clipboard from RTP stream analysis only copies 1st line many times.
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6279
   ------------------------------------------------------------------------
   r34079 | stig | 2010-09-08 03:29:06 -0700 (Wed, 08 Sep 2010) | 2 lines
   Changed paths:
      M /trunk/epan/column-utils.c
 
   Support negative values when viewing seconds with hours and minutes.
   ------------------------------------------------------------------------
   r38862 | stig | 2011-09-02 04:46:33 -0700 (Fri, 02 Sep 2011) | 1 line
   Changed paths:
      M /trunk/epan/column-utils.c
 
   Support negative nsecs when viewing seconds with hours and minutes.
   ------------------------------------------------------------------------
   r38865 | wmeier | 2011-09-02 11:00:10 -0700 (Fri, 02 Sep 2011) | 11 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rtps2.c
 
   Increase MAX_BITMAP_SIZE from 200 to 256.
   See: Bug 6276: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6276
 
   Verified in the Spec:
 
   The Real-time Publish-Subscribe Wire Protocol
   DDS Interoperability Wire Protocol
   Specification
   Version 2.1
   ------------------------------------------------------------------------
 
 
 Copy over by hand:
 
   ------------------------------------------------------------------------
   r38601 | alagoutte | 2011-08-18 06:43:24 -0700 (Thu, 18 Aug 2011) | 7 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-bgp.c
 
   From Ryan Hoffman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6122
   Malformed Packet in decode for BGP-AD (autodiscovery) update (RFC6074)
 
   From me:
   Add support of RFC6074 (BGP-AD) in BGP dissector.
   Both BGP-AD and VPLS-BGP (RFC4761) use the same AFI/SAFI, The NLRI length must be used as a demultiplexer. (See RFC6074  Section 7 : BGP-AD and VPLS-BGP Interoperability)
   ------------------------------------------------------------------------
   r38833 | guy | 2011-08-31 21:14:54 -0700 (Wed, 31 Aug 2011) | 11 lines
   Changed paths:
      M /trunk/wiretap/commview.c
 
   Set eth.fcs_len in the pseudo-header for Ethernet packets.
 
   Set the pseudo-header when doing the sequential read as well as when
   doing random reads.
 
   When writing packets to a CommView file, use a slightly less contorted
   way to get the year/month/day/hour/minute/second values.
 
   commview_dump() uses the pseudo_header argument; don't mark it as
   unused.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                Action
  +74 -6     packet-bgp.c        Modified
  +10 -10    packet-btl2cap.c    Modified
  +1 -1      packet-ndmp.c       Modified
  +1 -1      packet-rtps2.c      Modified

Directory: /trunk-1.4/docbook/
  Changes    Path                 Action
  +48 -0     release-notes.xml    Modified

Directory: /trunk-1.4/epan/
  Changes    Path              Action
  +112 -81   column-utils.c    Modified

Directory: /trunk-1.4/gtk/
  Changes    Path                Action
  +1 -0      rtp_stream_dlg.c    Modified

Directory: /trunk-1.4/wiretap/
  Changes    Path             Action
  +36 -27    commview.c       Modified
  +35 -3     pcap-common.c    Modified
  +2 -1      pcapng.c         Modified