aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
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
2006-08-24Copy over files from the release.Gerald Combs1-1851/+85
svn path=/trunk/; revision=19015
2006-05-22ethereal->wiresharkRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18207
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18206
2005-12-28Fix download URLs in the release notes. Disable building release-notes.txt,Gerald Combs1-0/+135
since the Windows build server doesn't have elinks. Copy over ChangeLog and NEWS from 0.10.14. svn path=/trunk/; revision=16912
2005-10-14Update the NEWS file.Gerald Combs1-11/+181
svn path=/trunk/; revision=16224
2005-10-12Updates for 0.10.13.Gerald Combs1-0/+29
svn path=/trunk/; revision=16201
2005-07-26More updates.Gerald Combs1-139/+36
svn path=/trunk/; revision=15102
2005-07-26Minor changes/updates.Gerald Combs1-2/+2
svn path=/trunk/; revision=15090
2005-07-26From fred hoekstraRonnie Sahlberg1-0/+1
New protocol: DEC DNA Routing protocol svn path=/trunk/; revision=15078
2005-07-26more newsRonnie Sahlberg1-0/+6
SecureLDAP and GSS-KRB encrypted DCE/RPC decryption support. TCP Sequence graphs is now tappified. svn path=/trunk/; revision=15077
2005-07-25added some other things that came to my mindUlf Lamping1-0/+8
svn path=/trunk/; revision=15074
2005-07-25Prep for 0.10.12. If you've added or changed any major features sinceGerald Combs1-10/+173
0.10.11 you may want to check the NEWS file to make sure your work is present and correct. svn path=/trunk/; revision=15071
2005-07-24Update to zlib 1.2.3Ulf Lamping1-0/+4
svn path=/trunk/; revision=15040
2005-07-22Bump the version and add a few entries to the NEWS file.Gerald Combs1-0/+82
svn path=/trunk/; revision=14995
2005-05-03In proto_tree_set_string(), don't set a null fvalue or Ethereal will throwGerald Combs1-0/+4
a hissy fit. Fixes bug 157. svn path=/trunk/; revision=14299
2005-05-02Prep for the next release. ETA Wednesday (the 4th).Gerald Combs1-0/+179
svn path=/trunk/; revision=14270
2005-03-11Copy over more changes from the 0.10.10 release branch.Gerald Combs1-3/+5
svn path=/trunk/; revision=13720
2005-03-11Copy over from the 0.10.10 release branch.Gerald Combs1-0/+5
svn path=/trunk/; revision=13718