Wireshark-commits: [Wireshark-commits] rev 38869: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-b

Date: Fri, 02 Sep 2011 20:22:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38869

User: gerald
Date: 2011/09/02 01:22 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r38583 | gerald | 2011-08-17 09:47:04 -0700 (Wed, 17 Aug 2011) | 5 lines
   Changed paths:
      M /trunk/wsutil/privileges.c
 
   From Gisle Vanem: Make sure our SetProcessDEPPolicyHandler typedef
   matches the documentation.
 
   I also verified that DEP is still enabled on Win32 using Process Explorer.
   ------------------------------------------------------------------------
   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
   ------------------------------------------------------------------------
   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.
   ------------------------------------------------------------------------
   r38737 | stig | 2011-08-25 12:01:05 -0700 (Thu, 25 Aug 2011) | 3 lines
   Changed paths:
      M /trunk/epan/wslua/init_wslua.c
 
   Do case insensitive search for lua scripts to load.
   Skip files starting with . also on windows, as the home directory
   may be mounted from a server with a proper filesystem.
   ------------------------------------------------------------------------
   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.
   ------------------------------------------------------------------------
 
   r38807 | etxrab | 2011-08-30 11:34:19 -0700 (Tue, 30 Aug 2011) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-csn1.c
 
   From Lei Chen:
   fix the wrong display of CSN_BIT under CSN_UNION.
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6287
   ------------------------------------------------------------------------
   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
   ------------------------------------------------------------------------
   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.
   ------------------------------------------------------------------------
   r38844 | guy | 2011-09-01 12:58:25 -0700 (Thu, 01 Sep 2011) | 2 lines
   Changed paths:
      M /trunk/wiretap/libpcap.c
      M /trunk/wiretap/pcap-common.c
      M /trunk/wiretap/pcap-common.h
      M /trunk/wiretap/pcapng.c
 
   Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().
   ------------------------------------------------------------------------
   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)
   ------------------------------------------------------------------------
   r38840 | guy | 2011-09-01 02:43:10 -0700 (Thu, 01 Sep 2011) | 8 lines
   Changed paths:
      M /trunk/wiretap/5views.c
      M /trunk/wiretap/airopeek9.c
      M /trunk/wiretap/btsnoop.c
      M /trunk/wiretap/buffer.c
      M /trunk/wiretap/buffer.h
      M /trunk/wiretap/catapult_dct2000.c
      M /trunk/wiretap/commview.c
      M /trunk/wiretap/daintree-sna.c
      M /trunk/wiretap/erf.c
      M /trunk/wiretap/etherpeek.c
      M /trunk/wiretap/eyesdn.c
      M /trunk/wiretap/file_access.c
      M /trunk/wiretap/i4btrace.c
      M /trunk/wiretap/ipfix.c
      M /trunk/wiretap/iptrace.c
      M /trunk/wiretap/k12.c
      M /trunk/wiretap/k12text.l
      M /trunk/wiretap/lanalyzer.c
      M /trunk/wiretap/libpcap.c
      M /trunk/wiretap/mime_file.c
      M /trunk/wiretap/mpeg.c
      M /trunk/wiretap/netmon.c
      M /trunk/wiretap/netscaler.c
      M /trunk/wiretap/nettl.c
      M /trunk/wiretap/network_instruments.c
      M /trunk/wiretap/netxray.c
      M /trunk/wiretap/ngsniffer.c
      M /trunk/wiretap/packetlogger.c
      M /trunk/wiretap/pcap-common.c
      M /trunk/wiretap/pcap-common.h
      M /trunk/wiretap/pcapng.c
      M /trunk/wiretap/radcom.c
      M /trunk/wiretap/snoop.c
      M /trunk/wiretap/visual.c
      M /trunk/wiretap/wtap-int.h
      M /trunk/wiretap/wtap.h
 
   Use guint8 rather than guchar for raw octets and pointers to arrays of
   same.
 
   Add to wiretap/pcap-common.c a routine to fill in the pseudo-header for
   ATM (by looking at the VPI, VCI, and packet data, and guessing) and
   Ethernet (setting the FCS length appropriately).  Use it for both pcap
   and pcap-ng files.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path                       Action
  +49 -2     packet-bgp.c               Modified
  +10 -10    packet-btl2cap.c           Modified
  +1 -1      packet-csn1.c              Modified
  +1 -1      packet-dcerpc-drsuapi.c    Modified
  +1 -1      packet-dcerpc-drsuapi.h    Modified
  +3 -2      packet-dcerpc.c            Modified
  +2 -2      packet-dcom.c              Modified
  +3183 -3183 packet-fix.h               Modified
  +1 -1      packet-giop.c              Modified
  +1 -1      packet-gsm_a_rr.c          Modified
  +13 -13    packet-gvcp.c              Modified


(62 files not shown)