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 31276: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-t

Date: Tue, 15 Dec 2009 19:34:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31276

User: gerald
Date: 2009/12/15 11:34 AM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r31252 | sake | 2009-12-12 17:10:55 -0800 (Sat, 12 Dec 2009) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-tcp.c
    M /trunk/epan/follow.c
    M /trunk/epan/follow.h
 
 Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no 
 check whether a packet belonged to the correct tcp stream (when there 
 are multiple streams in the tracefile with the samen ip addresses and 
 tcp ports.
 ------------------------------------------------------------------------
 r31255 | jake | 2009-12-13 05:47:36 -0800 (Sun, 13 Dec 2009) | 1 line
 Changed paths:
    M /trunk/docbook/developer-guide.xml
    M /trunk/docbook/wsdg_src/WSDG_chapter_build_intro.xml
    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
 
 Update platform support, build and packaging information.
 ------------------------------------------------------------------------
 r31256 | jake | 2009-12-13 11:22:28 -0800 (Sun, 13 Dec 2009) | 1 line
 Changed paths:
    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
 
 Add description on running and debugging your own build of Wireshark.
 ------------------------------------------------------------------------
 r31257 | jake | 2009-12-13 14:10:37 -0800 (Sun, 13 Dec 2009) | 1 line
 Changed paths:
    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
 
 Update the library references.
 ------------------------------------------------------------------------
 r31258 | wmeier | 2009-12-13 19:01:47 -0800 (Sun, 13 Dec 2009) | 2 lines
 Changed paths:
    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
 
 Fix XML error (I hope) ...
 ------------------------------------------------------------------------
 r31259 | jake | 2009-12-14 02:09:06 -0800 (Mon, 14 Dec 2009) | 1 line
 Changed paths:
    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
 Cleanup tapping section.
 ------------------------------------------------------------------------
 r31263 | jake | 2009-12-14 06:39:32 -0800 (Mon, 14 Dec 2009) | 1 line
 Changed paths:
    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
 
 Update details about building and installing.
 ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 ------------------------------------------------------------------------
 r31250 | jake | 2009-12-12 00:39:38 -0800 (Sat, 12 Dec 2009) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-vnc.c
 
 From Yaniv Kaul:
 VNC dissector fails to dissect properly the authentication used by the older
 VNC protocol. Specifically, the part about version 3.3 in section 6.2 of the 
 protocol was ignored / not properly implemented.
 ------------------------------------------------------------------------
 r31254 | etxrab | 2009-12-13 02:05:35 -0800 (Sun, 13 Dec 2009) | 3 lines
 Changed paths:
    M /trunk/gtk/rtp_analysis.c
 
 From Andreas Heise:
 Fix different duration format beteen directions.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4327
 ------------------------------------------------------------------------
 r31275 | gerald | 2009-12-15 11:29:21 -0800 (Tue, 15 Dec 2009) | 7 lines
 Changed paths:
    M /trunk/capture-wpcap.c
    M /trunk/capture.c
    M /trunk/gtk/main.c
 
 Behave more gracefully if WinPcap isn't installed. Don't assert if
 we call pcap_open or pcap_open_live when WinPcap isn't loaded - just
 return NULL. Don't display the "NPF driver isn't running" dialog if
 we're capturing from stdin or a file.
 
 Fix a cut-and-paste error in capture_pcap_linktype_list.
 ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path            Action
  +2 -1      packet-tcp.c    Modified
  +44 -20    packet-vnc.c    Modified

Directory: /trunk-1.2/docbook/
  Changes    Path                   Action
  +1 -5      developer-guide.xml    Modified
  +14 -0     release-notes.xml      Modified

Directory: /trunk-1.2/epan/
  Changes    Path          Action
  +8 -3      follow.c      Modified
  +2 -2      follow.h      Modified

Directory: /trunk-1.2/gtk/
  Changes    Path              Action
  +1 -1      rtp_analysis.c    Modified

Directory: /trunk-1.2/
  Changes    Path               Action
  +7 -3      capture-wpcap.c    Modified

Directory: /trunk-1.2/docbook/wsdg_src/
  Changes    Path                            Action
  +4 -3      WSDG_chapter_build_intro.xml    Modified
  +20 -13    WSDG_chapter_dissection.xml     Modified
  +70 -28    WSDG_chapter_env_intro.xml      Modified


(3 files not shown)