unknown2/3 -> capturelen1/2
[metze/wireshark/wip.git] / NEWS
1
2                          Wireshark 1.11.3 Release Notes
3      __________________________________________________________________
4
5 What is Wireshark?
6
7    Wireshark is the world's most popular network protocol analyzer. It is
8    used for troubleshooting, analysis, development and education.
9      __________________________________________________________________
10
11 What's New
12
13   Bug Fixes
14
15    The following bugs have been fixed:
16      * "On-the-wire" packet lengths are limited to 65535 bytes. ([1]Bug
17        8808, ws-buglink:9390)
18      * "Follow TCP Stream" shows only the first HTTP req+res. ([2]Bug
19        9044)
20      * Files with pcap-ng Simple Packet Blocks can't be read. ([3]Bug
21        9200)
22
23   New and Updated Features
24
25    The following features are new (or have been significantly updated)
26    since version 1.11.2:
27      * Qt port:
28           + The Capture Interfaces dialog has been added.
29           + The Decode As dialog has been added.
30           + Several SCTP dialogs have been added.
31           + The statistics tree (the backend for many Statistics and
32             Telephony menu items) dialog has been added.
33
34    The following features are new (or have been significantly updated)
35    since version 1.11.1:
36      * Mac OS X packaging has been improved.
37
38    The following features are new (or have been significantly updated)
39    since version 1.11.0:
40      * Dissector output may be encoded as UTF-8. This includes TShark
41        output.
42      * Qt port:
43           + The Follow Stream dialog now supports packet and TCP stream
44             selection.
45           + A Flow Graph (sequence diagram) dialog has been added.
46           + The main window now respects geometry preferences.
47
48    The following features are new (or have been significantly updated)
49    since version 1.10:
50      * Wireshark now uses the Qt application framework. The new UI should
51        provide a significantly better user experience, particularly on Mac
52        OS X and Windows.
53      * A more flexible, modular memory manger (wmem) has been added. It
54        was available experimentally in 1.10 but is now mature and has
55        mostly replaced the old API.
56      * Expert info is now filterable and now requires a new API.
57      * The Windows installer now uninstalls the previous version of
58        Wireshark silently. You can still run the uninstaller manually
59        beforehand if you wish to run it interactively.
60      * The "Number" column shows related packets and protocol conversation
61        spans (Qt only).
62      * When manipulating packets with editcap using the -C <choplen>
63        and/or -s <snaplen> options, it is now possible to also adjust the
64        original frame length using the -L option.
65      * You can now pass the -C <choplen> option to editcap multiple times,
66        which allows you to chop bytes from the beginning of a packet as
67        well as at the end of a packet in a single step.
68      * You can now specify an optional offset to the -C option for
69        editcap, which allows you to start chopping from that offset
70        instead of from the absolute packet beginning or end.
71      * "malformed" display filter has been renamed to "_ws.malformed". A
72        handful of other filters have been given the "_ws." prefix to note
73        they are Wireshark application specific filters and not dissector
74        filters.
75
76   New Protocol Support
77
78    802.1AE Secure tag, ASTERIX, ATN, BT 3DS, CARP, Cisco MetaData, ELF
79    file format, EXPORTED PDU, FINGER, HTTP2, IDRP, ILP, Kafka, Kyoto
80    Tycoon binary protocol, MBIM, MiNT, MP4 / ISOBMFF file format, NXP
81    PN532 HCI, OpenFlow, Picture Transfer Protocol Over IP, QUIC (Quick UDP
82    Internet Connections), SEL RTAC (Real Time Automation Controller)
83    EIA-232 Serial-Line Dissection, Sippy RTPproxy, STANAG 4607, STANAG
84    5066 DTS, STANAG 5066 SIS, Tinkerforge, UDT, URL Encoded Form Data,
85    WHOIS, and Wi-Fi Display
86
87   Updated Protocol Support
88
89    Too many protocols have been updated to list here.
90
91   New and Updated Capture File Support
92
93    Netscaler 2.6, STANAG 4607, and STANAG 5066 Data Transfer Sublayer
94      __________________________________________________________________
95
96 Getting Wireshark
97
98    Wireshark source code and installation packages are available from
99    [4]http://www.wireshark.org/download.html.
100
101   Vendor-supplied Packages
102
103    Most Linux and Unix vendors supply their own Wireshark packages. You
104    can usually install or upgrade Wireshark using the package management
105    system specific to that platform. A list of third-party packages can be
106    found on the [5]download page on the Wireshark web site.
107      __________________________________________________________________
108
109 File Locations
110
111    Wireshark and TShark look in several different locations for preference
112    files, plugins, SNMP MIBS, and RADIUS dictionaries. These locations
113    vary from platform to platform. You can use About->Folders to find the
114    default locations on your system.
115      __________________________________________________________________
116
117 Known Problems
118
119    Dumpcap might not quit if Wireshark or TShark crashes. ([6]Bug 1419)
120
121    The BER dissector might infinitely loop. ([7]Bug 1516)
122
123    Capture filters aren't applied when capturing from named pipes.
124    (ws-buglink:1814)
125
126    Filtering tshark captures with read filters (-R) no longer works.
127    ([8]Bug 2234)
128
129    The 64-bit Windows installer does not support Kerberos decryption.
130    ([9]Win64 development page)
131
132    Resolving ([10]Bug 9044) reopens ([11]Bug 3528) so that Wireshark no
133    longer automatically decodes gzip data when following a TCP stream.
134
135    Application crash when changing real-time option. ([12]Bug 4035)
136
137    Hex pane display issue after startup. ([13]Bug 4056)
138
139    Packet list rows are oversized. ([14]Bug 4357)
140
141    Summary pane selected frame highlighting not maintained. ([15]Bug 4445)
142
143    Wireshark and TShark will display incorrect delta times in some cases.
144    ([16]Bug 4985)
145
146    The 64-bit Mac OS X installer doesn't support Mac OS X 10.9 ([17]Bug
147    9242)
148      __________________________________________________________________
149
150 Getting Help
151
152    Community support is available on [18]Wireshark's Q&A site and on the
153    wireshark-users mailing list. Subscription information and archives for
154    all of Wireshark's mailing lists can be found on [19]the web site.
155
156    Official Wireshark training and certification are available from
157    [20]Wireshark University.
158      __________________________________________________________________
159
160 Frequently Asked Questions
161
162    A complete FAQ is available on the [21]Wireshark web site.
163      __________________________________________________________________
164
165    Last updated 2013-12-13 20:00:51 CET
166
167 References
168
169    1. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8808
170    2. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044
171    3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9200
172    4. http://www.wireshark.org/download.html
173    5. http://www.wireshark.org/download.html#thirdparty
174    6. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419
175    7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516
176    8. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234
177    9. https://wiki.wireshark.org/Development/Win64
178   10. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044
179   11. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528
180   12. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4035
181   13. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4056
182   14. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4357
183   15. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4445
184   16. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4985
185   17. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9242
186   18. http://ask.wireshark.org/
187   19. http://www.wireshark.org/lists/
188   20. http://www.wiresharktraining.com/
189   21. http://www.wireshark.org/faq.html