aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2015-09-02Build 1.99.9.Gerald Combs1-9/+34
Change-Id: I6892f8ae21e927a6ab9281d952b96a54da94781e Reviewed-on: https://code.wireshark.org/review/10358 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-24Build 1.99.8.Gerald Combs1-13/+38
Change-Id: I30b5797579335e414295be3996878a30aaef7d6b Reviewed-on: https://code.wireshark.org/review/9772 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-06-18Build 1.99.7.Gerald Combs1-11/+24
Change-Id: Ia990ad2c9a56ef41b1ed82509afe18079bdc451f Reviewed-on: https://code.wireshark.org/review/8978 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-05-28Build 1.99.6.Gerald Combs1-13/+33
Change-Id: I8db40aea6c208d0badfc7d178b642328264e6c10 Reviewed-on: https://code.wireshark.org/review/8676 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-19Build 1.99.5.Gerald Combs1-1/+1
Change-Id: I50505b48db1f14523f36a19a5e8232caff1e712a Reviewed-on: https://code.wireshark.org/review/7765 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-19Build 1.99.4.Gerald Combs1-4/+11
Change-Id: Id2d98cc5def03fd54d69c54db4565c6ecd27c552 Reviewed-on: https://code.wireshark.org/review/7755 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-05Build 1.99.3.Gerald Combs1-10/+28
Change-Id: Ibf1ee5a11adb907c0d749763117fe291d92c47c7 Reviewed-on: https://code.wireshark.org/review/7548 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-04Build 1.99.2.Gerald Combs1-39/+60
Change-Id: If4a4fb9009da61bd67a8577f17c9e0dedcb6de6d Reviewed-on: https://code.wireshark.org/review/6955 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-01-20Add DNS stats to release-notesAlexis La Goutte1-6/+12
Remove in NEWS by gca174999 Change-Id: I000b7d6421db247dcafacfa73ef049e938d42cc5 Reviewed-on: https://code.wireshark.org/review/6650 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-01-12Add DJI UAV Drone Control Protocol to the list of new protocols.Jeff Morriss1-20/+19
(This change also brings NEWS up to date with release-notes.asciidoc) Change-Id: Ie61c27901947210ddf95bbb1bb8c36e489bc0c8c Reviewed-on: https://code.wireshark.org/review/6456 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-01-05Added DNS statistics supportDario Lombardo1-0/+6
This affects both the dissector (that has been added with a tap interface and a stats generator) and the UI (to recall the stats menu). Change-Id: I90658f7aa6707aa39bdd787a51b20fed4dbddc53 Reviewed-on: https://code.wireshark.org/review/6236 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-12-11CMake: Make it easier to generate the release notes & NEWS.Gerald Combs1-27/+25
Add convenience targets for generating the release notes and the NEWS file. Make sure we don't run multiple instances of a2x + AsciiDoc at the same time. Add the docbook directory to the build by default unless we're running Windows. Explain why we don't yet build docs on Windows. Make each docbook makefile target optional. Split the ENABLE_GUIDES option into ENABLE_HTML_GUIDES and ENABLE_PDF_GUIDES. Add a default "all_guides" target if either is on. Remove the Debian patch that hacked around the PDF requirement. Copy ws.css to the docbook build directory. Don't build PDF release notes. I'm not sure we ever used them and I don't want to install Java and FOP just to make a release. Change-Id: Ia2f710000c17f9e0b4b514fd373d9a5902889553 Reviewed-on: https://code.wireshark.org/review/5712 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-10Build 1.99.1.Gerald Combs1-8/+11
Change-Id: Ic6dcbfc880817ad4bcc07a21ec88d14c8c92df58 Reviewed-on: https://code.wireshark.org/review/5703 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-11-25Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)Joe Fowler1-1/+2
RFC draft http://www.ietf.org/id/draft-fox-tcpm-shared-memory-rdma-05.txt used as reference for packet dissection. A small change was made to packet-infiniband, to add the Queue Number to the info column. This allows for easy indentification of session traffic for a particular QP. Also: infiniband: tvb_length() --> tvb_captured_length() Bug: 10715 Change-Id: I774ceffaa5c271cb6a28ab4ed21e53cd42f2547b Reviewed-on: https://code.wireshark.org/review/5386 Petri-Dish: Bill Meier <wmeier@newsguy.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-11-14Dissector for elasticsearch protocolRyan Doyle1-1/+1
Provides dissection for the elasticsearch protocol. This includes full dissection of the multicast discovery protocol, the HTTP query interface and partial dissection of the binary protocol. Change-Id: I738fb498976e44fa05168c2bc3a7e842a9e96df9 Reviewed-on: https://code.wireshark.org/review/4948 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-10-28Add some new features to the list and regenerate NEWS.Jeff Morriss1-80/+82
Change-Id: I8d0897e63b44c8077b7488b8c8b7a3df0adf37a1 Reviewed-on: https://code.wireshark.org/review/4971 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-07Build 1.99.0.Gerald Combs1-70/+80
Change-Id: Idc813297e5e27680b13a6b81adcf18ae4ef4d4e4 Reviewed-on: https://code.wireshark.org/review/4523 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-10-02Some Release Notes cleanup.Jeff Morriss1-118/+43
- Don't list bugs which were fixed in 1.12 as being fixed in 1.99. (We probably should add some bugs to the bugs-fixed list.) - Remove new-features list for everything prior to 1.12 (so we only list improvements since 1.12). - Fix bug link to bug 1814. - Fix the wiki's URL (the wiki doesn't appear to support https today). - Remove bugs 4445 and 9242 from the Known Problems list: they've been fixed. Change-Id: Ideb9ddf24e429ee00c19ac975370aa4fe81e652b Reviewed-on: https://code.wireshark.org/review/4403 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-09-29Add KNXnetIP and DSR to the list of new-to-1.99 protocols. Add the former'sJeff Morriss1-10/+12
author to AUTHORS. Also mention support of nanosecond timestamps in PCAP-NG files. Change-Id: I31666de845240a311a8332cff42120d78d2d1474 Reviewed-on: https://code.wireshark.org/review/4367 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-09-04Update NEWS: Add S7 Communication dissector and the extcap interface.Jeff Morriss1-5/+9
Also add the S7 Communication dissector's author to AUTHORS. Mention that the Qt UI is now the default. Change-Id: Ie2629333fd48bbe1ce95052292336a4f8608ea17 Reviewed-on: https://code.wireshark.org/review/3988 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-08-25The timezone for generating the NEWS file timestamp was changed to UTCJoerg Mayer1-1/+2
Change-Id: I77187bf4738a20bcebd899e2a01afd6077ae7e6c Reviewed-on: https://code.wireshark.org/review/3845 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-08-17Add a few more NEWS items.Jeff Morriss1-2/+5
Fix a typo in the generation of top_srcdir NEWS. Change-Id: I20a140a68b9afca5096d33d99a3ea5d24e776f05 Reviewed-on: https://code.wireshark.org/review/3626 Tested-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-08-13Fix warning when compiling with -O3:Joerg Mayer1-1/+2
/home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c: In function ‘dissect_ipp’: /home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:583:78: error: ‘name_val’ may be used uninitialized in this function [-Werror=maybe-uninitialized] if ((name_length > 5) && name_val && !strcmp(name_val+name_length-5, "-time")) { ^ /home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:557:11: note: ‘name_val’ was declared here char *name_val; ^ Change-Id: I5e49596010572b285e4ca8f210cdcf49d56bfc10 Reviewed-on: https://code.wireshark.org/review/3572 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-08-05Add Stateless Transport Tunneling to the list of new protocols and its authorJeff Morriss1-3/+4
to AUTHORS. Change-Id: I2afcdb88b43fc8360b05d69ebc7d261e9bc84b32 Reviewed-on: https://code.wireshark.org/review/3421 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-07-29Document some new features (and API changes) since 1.12.0.Jeff Morriss1-3/+23
Change-Id: I404f038a739ca41cb124a979fe6cf807a0b7e978 Reviewed-on: https://code.wireshark.org/review/3235 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-07-25Add OptoMMP to the Release Notes and NEWS. Add its author to AUTHORS.Jeff Morriss1-3/+3
Change-Id: I899dafbdf0f1aa94b71ca1dcb93d1ef1b2039386 Reviewed-on: https://code.wireshark.org/review/3200 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-06-20relnotes got updated againJoerg Mayer1-1/+3
Change-Id: I1f006805548829435710b1d86297aa9168afe7f9 Reviewed-on: https://code.wireshark.org/review/2501 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-16NEWS was updated againJoerg Mayer1-46/+3
Change-Id: I3e00f8222784b4c138bdf63453bf08ec5723dbb1 Reviewed-on: https://code.wireshark.org/review/2262 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-04Fix message about detection of asciidoc package (would always reportJoerg Mayer1-18/+22
not found before). Change-Id: Iaac974e5db3e605e0b9f7256d2724ae777eaebc3 Reviewed-on: https://code.wireshark.org/review/1963 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-05-11NEWS got updated again. This shows two inconsistencies howJoerg Mayer1-129/+126
Gerald's and my machine generate this file: - Line width seems to be different - We use different time zones. Is there a way to make at least the first point consistent? Change-Id: I1f7ac0318eccc2fc5af94bfb8dc1f4e7410d4bcc Reviewed-on: https://code.wireshark.org/review/1595 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-04-15Build 1.11.3.Gerald Combs1-104/+131
Change-Id: I8c8f1c22a2cba97e69b27e5fb0b4de9981668966 Reviewed-on: https://code.wireshark.org/review/1153 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-25As long as the NEWS file is part of the source distribution it reallyJoerg Mayer1-48/+65
needs to be updated every time the file docbook/release-notes.asciidoc get changed. Change-Id: Idea130c883b3b3645d696b830e25fe052f889860 Reviewed-on: https://code.wireshark.org/review/398 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-01-09Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)Jörg Mayer1-3/+6
svn path=/trunk/; revision=54678
2014-01-05Enhance NSIS Windows installer (Wireshark Qt support)Alexis La Goutte1-0/+2
* Add Radiobox to choose File Association (Wireshark GTK or Qt) * Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...) * Fix unistaller (don't remove all icons...) * ... svn path=/trunk/; revision=54604
2014-01-03Update NEWS and Release noteAlexis La Goutte1-0/+1
Revert part of last commit about AUTHORS-SHORT in Windows.... svn path=/trunk/; revision=54577
2014-01-02Actually enable building filetap library.Jörg Mayer1-7/+7
NEWS changed svn path=/trunk/; revision=54560
2013-12-20unknown2/3 -> capturelen1/2Jörg Mayer1-2/+6
NEWS got updated svn path=/trunk/; revision=54312
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer1-4/+4
pcap probably is different from the WinPcap version. - Set WINPCAP_VERSION for cmake builds to "unknown" - Oh, the NEWS file changed again. svn path=/trunk/; revision=53690
2013-11-27Having a generated file in the source tree is not fun.Jörg Mayer1-8/+20
svn path=/trunk/; revision=53619
2013-11-16Add a basic finger dissector.Chris Maynard1-2/+2
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9432 svn path=/trunk/; revision=53362
2013-11-15Updating a generated fileJörg Mayer1-7/+16
svn path=/trunk/; revision=53339
2013-11-08The release notes update caused a new NEWS file to be built. Commit it.Jörg Mayer1-40/+43
Question: Should we remove the generated NEWS file from the repo? svn path=/trunk/; revision=53153
2013-11-01Add generation of release notes.Jörg Mayer1-89/+82
Regenerate NEWS file svn path=/trunk/; revision=53014
2013-03-28Build 1.9.2.Gerald Combs1-55/+121
svn path=/trunk/; revision=48625
2009-09-14Build 1.3.0.Gerald Combs1-17/+61
svn path=/trunk/; revision=29912
2008-11-07Since NEWS is not updated for the development builds, provide only theSake Blok1-150/+12
general information (current automated builds provide 0.99.5 "NEWS"). svn path=/trunk/; revision=26733
2007-02-01Fix a link.Gerald Combs1-1/+1
svn path=/trunk/; revision=20676
2007-02-01The contents of the NEWS file come from the release notes. Back-portGerald Combs1-48/+66
the changes in r20642 to release-notes.xml. Add "news" targes to the docbook makefiles to copy release-notes.txt to NEWS. svn path=/trunk/; revision=20669
2007-01-31- correct the U3 section and add a linkUlf Lamping1-7/+10
- it's called "places bar", will help if someone e.g. googles on this - mention that the last known version for Win9x was Ethereal 0.99.0 and add a link this should go into 0.99.5! svn path=/trunk/; revision=20642
2007-01-24Update the NEWS file.Gerald Combs1-70/+99
svn path=/trunk/; revision=20547