Wireshark-commits: [Wireshark-commits] rev 27234: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-d
Date: Thu, 15 Jan 2009 01:33:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27234

User: gerald
Date: 2009/01/14 05:33 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r25279 | gerald | 2008-05-12 12:41:32 -0700 (Mon, 12 May 2008) | 3 lines
 Changed paths:
    M /trunk/capture_opts.c
    M /trunk/trigcap.c
 
 If we have pcap_open, call it instead of pcap_open_live, otherwise we might
 crash. The changes to trigcap.c haven't been tested, but _should_ work.
 
 ------------------------------------------------------------------------
 r26202 | wmeier | 2008-09-15 11:48:28 -0700 (Mon, 15 Sep 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dis.c
 
 proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. 
 
 ------------------------------------------------------------------------
 r27030 | kukosa | 2008-12-16 22:50:09 -0800 (Tue, 16 Dec 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ssl-utils.c
 
 - fix RSA key import for GNUTLS 2.5.x and newer
 - more debug info
 ------------------------------------------------------------------------
 r27038 | jake | 2008-12-17 11:27:19 -0800 (Wed, 17 Dec 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-udp.c
 
 From Didier Gautheron:
 If udp summary is not set dissector doesn't test for udp/udplite in proto_tree_add_item
 ------------------------------------------------------------------------
 r27045 | jmayer | 2008-12-18 00:17:27 -0800 (Thu, 18 Dec 2008) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dhcpv6.c
 
 Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDN
 option, which are currently being sent by MS Vista dhcpv6 clients.
 
 ------------------------------------------------------------------------
 r27061 | jake | 2008-12-19 06:35:55 -0800 (Fri, 19 Dec 2008) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-ptp.c
 
 One last snprintf.
 ------------------------------------------------------------------------
 r27064 | gerald | 2008-12-19 16:07:21 -0800 (Fri, 19 Dec 2008) | 4 lines
 Changed paths:
    M /trunk/epan/filesystem.c
    M /trunk/gtk/rtp_analysis.c
    M /trunk/wiretap/netscreen.c
 
 From babi: Fix three overflows (bugs 3150 and 3151).
 
 From me: Use a #define for the RTP analysis field name lengths.
 
 ------------------------------------------------------------------------
 r27073 | jake | 2008-12-21 10:49:20 -0800 (Sun, 21 Dec 2008) | 2 lines
 Changed paths:
    M /trunk/gtk/rtp_player.c
 
 When destroying the RTP player make sure to terminate the use of PortAudio library.
 At least that is what the documentation says.
 ------------------------------------------------------------------------
 r27095 | jake | 2008-12-23 09:39:19 -0800 (Tue, 23 Dec 2008) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-wps.c
 
 From Gursel Mutlu:
 WPS defines usage of UUID values for both enrollee and registrar. They are both
 16-byte values as defined in RFC 4122 for UUID. Current code on SVN repository
 dissectors these values as they are 8 bytes long.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path                  Action
  +9 -2      packet-dhcpv6.c       Modified
  +5 -2      packet-dis.c          Modified
  +0 -4      packet-ptp.c          Modified
  +40 -10    packet-ssl-utils.c    Modified
  +1 -1      packet-udp.c          Modified
  +6 -2      packet-wps.c          Modified

Directory: /trunk-1.0/docbook/
  Changes    Path                 Action
  +33 -6     release-notes.xml    Modified

Directory: /trunk-1.0/epan/
  Changes    Path            Action
  +1 -1      filesystem.c    Modified

Directory: /trunk-1.0/gtk/
  Changes    Path              Action
  +11 -10    rtp_analysis.c    Modified
  +12 -0     rtp_player.c      Modified


(3 files not shown)