Commit graph

379 commits

Author SHA1 Message Date
Gerald Combs
6698f2da44 Build 1.99.4.
Change-Id: Id2d98cc5def03fd54d69c54db4565c6ecd27c552
Reviewed-on: https://code.wireshark.org/review/7755
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-19 16:47:57 +00:00
Gerald Combs
4f2c82741f Build 1.99.3.
Change-Id: Ibf1ee5a11adb907c0d749763117fe291d92c47c7
Reviewed-on: https://code.wireshark.org/review/7548
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-05 18:12:27 +00:00
Gerald Combs
b2db3bfd3b Build 1.99.2.
Change-Id: If4a4fb9009da61bd67a8577f17c9e0dedcb6de6d
Reviewed-on: https://code.wireshark.org/review/6955
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-04 19:03:39 +00:00
Alexis La Goutte
74ed8b5648 Add DNS stats to release-notes
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-20 21:13:19 +00:00
Jeff Morriss
ca1749994e Add DJI UAV Drone Control Protocol to the list of new protocols.
(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-12 05:17:07 +00:00
Dario Lombardo
696fcdba21 Added DNS statistics support
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>
2015-01-05 09:06:32 +00:00
Gerald Combs
1ce64e75ab CMake: Make it easier to generate the release notes & NEWS.
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-11 21:41:44 +00:00
Gerald Combs
4c229ca40d Build 1.99.1.
Change-Id: Ic6dcbfc880817ad4bcc07a21ec88d14c8c92df58
Reviewed-on: https://code.wireshark.org/review/5703
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-10 17:36:42 +00:00
Joe Fowler
392dae58db Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)
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-25 04:48:27 +00:00
Ryan Doyle
c2e090f2cf Dissector for elasticsearch protocol
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-11-14 03:26:47 +00:00
Jeff Morriss
bab44ad3dc Add some new features to the list and regenerate NEWS.
Change-Id: I8d0897e63b44c8077b7488b8c8b7a3df0adf37a1
Reviewed-on: https://code.wireshark.org/review/4971
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-28 15:38:53 +00:00
Gerald Combs
a87659c530 Build 1.99.0.
Change-Id: Idc813297e5e27680b13a6b81adcf18ae4ef4d4e4
Reviewed-on: https://code.wireshark.org/review/4523
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-10-07 16:16:23 +00:00
Jeff Morriss
abfa0911f7 Some Release Notes cleanup.
- 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-10-02 13:08:51 +00:00
Jeff Morriss
1c055f5b1d Add KNXnetIP and DSR to the list of new-to-1.99 protocols. Add the former's
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-29 16:47:25 +00:00
Jeff Morriss
cccc9275ca Update NEWS: Add S7 Communication dissector and the extcap interface.
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-09-04 18:07:48 +00:00
Joerg Mayer
0f8e506fba The timezone for generating the NEWS file timestamp was changed to UTC
Change-Id: I77187bf4738a20bcebd899e2a01afd6077ae7e6c
Reviewed-on: https://code.wireshark.org/review/3845
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-08-25 22:28:36 +00:00
Jeff Morriss
0c3e0db5f1 Add a few more NEWS items.
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-17 04:16:52 +00:00
Joerg Mayer
633f1562ad Fix warning when compiling with -O3:
/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-13 12:19:29 +00:00
Jeff Morriss
edbb9edf39 Add Stateless Transport Tunneling to the list of new protocols and its author
to AUTHORS.

Change-Id: I2afcdb88b43fc8360b05d69ebc7d261e9bc84b32
Reviewed-on: https://code.wireshark.org/review/3421
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-08-05 00:44:23 +00:00
Jeff Morriss
b99d964275 Document some new features (and API changes) since 1.12.0.
Change-Id: I404f038a739ca41cb124a979fe6cf807a0b7e978
Reviewed-on: https://code.wireshark.org/review/3235
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-07-29 01:50:43 +00:00
Jeff Morriss
251ee715a5 Add OptoMMP to the Release Notes and NEWS. Add its author to AUTHORS.
Change-Id: I899dafbdf0f1aa94b71ca1dcb93d1ef1b2039386
Reviewed-on: https://code.wireshark.org/review/3200
Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-07-25 23:28:08 +00:00
Joerg Mayer
84df8eb9c8 relnotes got updated again
Change-Id: I1f006805548829435710b1d86297aa9168afe7f9
Reviewed-on: https://code.wireshark.org/review/2501
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-20 23:04:58 +00:00
Joerg Mayer
9301c5b605 NEWS was updated again
Change-Id: I3e00f8222784b4c138bdf63453bf08ec5723dbb1
Reviewed-on: https://code.wireshark.org/review/2262
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-16 19:08:17 +00:00
Joerg Mayer
95b694fc94 Fix message about detection of asciidoc package (would always report
not found before).

Change-Id: Iaac974e5db3e605e0b9f7256d2724ae777eaebc3
Reviewed-on: https://code.wireshark.org/review/1963
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-04 22:12:56 +00:00
Joerg Mayer
7a010fa71b NEWS got updated again. This shows two inconsistencies how
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-05-11 19:25:04 +00:00
Gerald Combs
1dd5d3a6aa Build 1.11.3.
Change-Id: I8c8f1c22a2cba97e69b27e5fb0b4de9981668966
Reviewed-on: https://code.wireshark.org/review/1153
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-15 16:37:19 +00:00
Joerg Mayer
136b730657 As long as the NEWS file is part of the source distribution it really
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-02-25 23:59:05 +00:00
Jörg Mayer
02b9cbb571 Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)
svn path=/trunk/; revision=54678
2014-01-09 11:02:29 +00:00
Alexis La Goutte
76c9fc03bb Enhance NSIS Windows installer (Wireshark Qt support)
* 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-05 17:16:03 +00:00
Alexis La Goutte
ff19d5726d Update NEWS and Release note
Revert part of last commit about AUTHORS-SHORT in Windows....

svn path=/trunk/; revision=54577
2014-01-03 10:21:56 +00:00
Jörg Mayer
0a5f6f4a5b Actually enable building filetap library.
NEWS changed

svn path=/trunk/; revision=54560
2014-01-02 17:59:04 +00:00
Jörg Mayer
4ca4794705 unknown2/3 -> capturelen1/2
NEWS got updated

svn path=/trunk/; revision=54312
2013-12-20 21:41:54 +00:00
Jörg Mayer
244000000d - Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlying
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-12-01 10:05:16 +00:00
Jörg Mayer
b5fd2fd59d Having a generated file in the source tree is not fun.
svn path=/trunk/; revision=53619
2013-11-27 23:09:19 +00:00
Chris Maynard
09916263a0 Add a basic finger dissector.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9432

svn path=/trunk/; revision=53362
2013-11-16 03:21:06 +00:00
Jörg Mayer
31c1e202c0 Updating a generated file
svn path=/trunk/; revision=53339
2013-11-15 08:24:08 +00:00
Jörg Mayer
5ba977e34b The release notes update caused a new NEWS file to be built. Commit it.
Question: Should we remove the generated NEWS file from the repo?

svn path=/trunk/; revision=53153
2013-11-08 00:03:51 +00:00
Jörg Mayer
ec34959796 Add generation of release notes.
Regenerate NEWS file

svn path=/trunk/; revision=53014
2013-11-01 09:55:26 +00:00
Gerald Combs
ffbcd0705e Build 1.9.2.
svn path=/trunk/; revision=48625
2013-03-28 17:48:31 +00:00
Gerald Combs
c7b0b40c9b Build 1.3.0.
svn path=/trunk/; revision=29912
2009-09-14 23:31:02 +00:00
Sake Blok
205d45fec9 Since NEWS is not updated for the development builds, provide only the
general information (current automated builds provide 0.99.5 "NEWS").


svn path=/trunk/; revision=26733
2008-11-07 22:42:34 +00:00
Gerald Combs
9ced4c3074 Fix a link.
svn path=/trunk/; revision=20676
2007-02-01 20:31:59 +00:00
Gerald Combs
ca4ef16722 The contents of the NEWS file come from the release notes. Back-port
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-02-01 18:35:14 +00:00
Ulf Lamping
787803e99d - correct the U3 section and add a link
- 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-31 03:36:25 +00:00
Gerald Combs
a479c83ff7 Update the NEWS file.
svn path=/trunk/; revision=20547
2007-01-24 19:27:49 +00:00
Gerald Combs
9ee8a3876f Copy over files from the release.
svn path=/trunk/; revision=19015
2006-08-24 16:29:49 +00:00
Ronnie Sahlberg
6075ec39fb ethereal->wireshark
svn path=/trunk/; revision=18207
2006-05-22 08:21:22 +00:00
Ronnie Sahlberg
f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Gerald Combs
1b3ca88853 Fix download URLs in the release notes. Disable building release-notes.txt,
since the Windows build server doesn't have elinks.  Copy over ChangeLog and
NEWS from 0.10.14.

svn path=/trunk/; revision=16912
2005-12-28 16:19:31 +00:00
Gerald Combs
aff66b74d3 Update the NEWS file.
svn path=/trunk/; revision=16224
2005-10-14 21:39:33 +00:00
Gerald Combs
f57b54eeb2 Updates for 0.10.13.
svn path=/trunk/; revision=16201
2005-10-12 16:17:03 +00:00
Gerald Combs
a6f477b7c7 More updates.
svn path=/trunk/; revision=15102
2005-07-26 19:18:50 +00:00
Gerald Combs
90a1127ba1 Minor changes/updates.
svn path=/trunk/; revision=15090
2005-07-26 16:43:48 +00:00
Ronnie Sahlberg
0e9e556e5a From fred hoekstra
New protocol: DEC DNA Routing protocol


svn path=/trunk/; revision=15078
2005-07-26 01:18:25 +00:00
Ronnie Sahlberg
8649034312 more news
SecureLDAP and GSS-KRB encrypted DCE/RPC decryption support.

TCP Sequence graphs is now tappified.


svn path=/trunk/; revision=15077
2005-07-26 01:08:12 +00:00
Ulf Lamping
f0c14e3eb4 added some other things that came to my mind
svn path=/trunk/; revision=15074
2005-07-25 23:45:56 +00:00
Gerald Combs
8851e71254 Prep for 0.10.12. If you've added or changed any major features since
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-25 22:16:43 +00:00
Ulf Lamping
9eedc98db7 Update to zlib 1.2.3
svn path=/trunk/; revision=15040
2005-07-24 14:16:54 +00:00
Gerald Combs
7bb59ba7ed Bump the version and add a few entries to the NEWS file.
svn path=/trunk/; revision=14995
2005-07-22 16:43:05 +00:00
Gerald Combs
985f94ec24 In proto_tree_set_string(), don't set a null fvalue or Ethereal will throw
a hissy fit.  Fixes bug 157.

svn path=/trunk/; revision=14299
2005-05-03 19:33:02 +00:00
Gerald Combs
f2ffbf0a46 Prep for the next release. ETA Wednesday (the 4th).
svn path=/trunk/; revision=14270
2005-05-02 16:34:24 +00:00
Gerald Combs
abe1feed27 Copy over more changes from the 0.10.10 release branch.
svn path=/trunk/; revision=13720
2005-03-11 15:47:35 +00:00
Gerald Combs
d3ce57cc28 Copy over from the 0.10.10 release branch.
svn path=/trunk/; revision=13718
2005-03-11 15:38:02 +00:00
Gerald Combs
25967a2604 More NEWS updates.
svn path=/trunk/; revision=13694
2005-03-10 15:49:02 +00:00
Gerald Combs
f34e80a2cf Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the version
number.

svn path=/trunk/; revision=13685
2005-03-09 23:49:55 +00:00
Ulf Lamping
5aa1b71181 Ok, as I remember being able to change it myself, I've done so :-)
svn path=/trunk/; revision=13102
2005-01-17 22:52:09 +00:00
Gerald Combs
f44455fa19 Updates for 0.10.9. The NEWS is downright depressing.
svn path=/trunk/; revision=13101
2005-01-17 22:35:40 +00:00
Gerald Combs
24a814911f Pull in versions from the 0.10.7 branch.
svn path=/trunk/; revision=12361
2004-10-20 19:14:51 +00:00
Gerald Combs
08b751f755 Copy over the NEWS and ChangeLog from the 0.10.6 release tree.
svn path=/trunk/; revision=11732
2004-08-13 02:06:46 +00:00
Jörg Mayer
dee5849714 Small typo fix
svn path=/trunk/; revision=11627
2004-08-08 09:04:37 +00:00
Gerald Combs
39fab1d254 More updates for 0.10.6.
svn path=/trunk/; revision=11625
2004-08-08 04:13:12 +00:00
Gerald Combs
ccda3658fc Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginnings
of the release announcement to NEWS.

svn path=/trunk/; revision=11611
2004-08-06 14:08:54 +00:00
Guy Harris
8a8b883450 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.

svn path=/trunk/; revision=11400
2004-07-18 00:24:25 +00:00
Gerald Combs
57711ea69e Final (heh) changes for 0.10.5.
svn path=/trunk/; revision=11337
2004-07-07 22:20:42 +00:00
Gerald Combs
d33d84d0c4 More NEWS updates.
svn path=/trunk/; revision=11336
2004-07-07 20:03:22 +00:00
Olivier Biot
988c2c7c7a Specify which "protocol" is added to WBXML (User-Agent Profile for WSP
Profile-Diff header).

svn path=/trunk/; revision=11326
2004-07-07 00:09:51 +00:00
Gerald Combs
1020c9bd40 Add ENRP to the new protocol list.
svn path=/trunk/; revision=11322
2004-07-06 19:17:01 +00:00
Gerald Combs
44f812de8e Prep for the 0.10.5 release.
svn path=/trunk/; revision=11319
2004-07-06 16:29:18 +00:00
Gerald Combs
e2ca1ab463 Remove an extra comma.
svn path=/trunk/; revision=10888
2004-05-14 04:25:41 +00:00
Gerald Combs
1bda472731 Fix protocol formatting.
svn path=/trunk/; revision=10887
2004-05-14 04:20:29 +00:00
Gerald Combs
4e5714b8f2 Final commits for 0.10.4 (I hope).
svn path=/trunk/; revision=10885
2004-05-14 03:03:47 +00:00
Olivier Biot
0bd68624d1 WBXML OPAQUE is not really a protocol.
Add RTCP to updated protocols.

svn path=/trunk/; revision=10877
2004-05-13 20:45:00 +00:00
Gerald Combs
939512198d From Carlos Pignataro: Add MPLS Echo support.
svn path=/trunk/; revision=10876
2004-05-13 20:20:34 +00:00
Gerald Combs
fa774f5231 Add a note about generic media dissection, and add WBXML updates.
svn path=/trunk/; revision=10875
2004-05-13 20:02:24 +00:00
Ulf Lamping
11451cd89f we now have export dialogs,
and we can change the main windows layout

svn path=/trunk/; revision=10864
2004-05-13 09:04:14 +00:00
Gerald Combs
fa3bc245fd Bump the version up to 0.10.4. Preliminary updates to the NEWS file. Updates
welcome.

svn path=/trunk/; revision=10863
2004-05-13 03:34:14 +00:00
Gerald Combs
33d5106158 Final changes for the 0.10.3 (codename: "Ides of March") release.
svn path=/trunk/; revision=10494
2004-03-26 01:39:41 +00:00
Gerald Combs
b8b799ed54 Add a missing line.
svn path=/trunk/; revision=10215
2004-02-24 02:45:44 +00:00
Gerald Combs
c12822a569 Final updates for 0.10.2.
svn path=/trunk/; revision=10214
2004-02-24 02:38:22 +00:00
Gerald Combs
fbd4ed0f73 We're releasing 0.10.1, not 0.10.0.
svn path=/trunk/; revision=10104
2004-02-19 02:39:26 +00:00
Gerald Combs
8cf309d065 Updates for 0.10.1.
svn path=/trunk/; revision=10103
2004-02-19 02:26:48 +00:00
Gerald Combs
d979ee5550 Final checkin for 0.10.0.
svn path=/trunk/; revision=9255
2003-12-13 00:55:11 +00:00
Gerald Combs
fe76df1f83 Update to 0.9.16.
svn path=/trunk/; revision=8864
2003-11-03 02:50:11 +00:00
Gerald Combs
df25d41673 Final(?) changes for the 0.9.15 release.
svn path=/trunk/; revision=8438
2003-09-09 23:17:08 +00:00
Gerald Combs
97966554f9 More updates for 0.9.15. Target release is tomorrow (Sep 9).
svn path=/trunk/; revision=8421
2003-09-09 03:34:26 +00:00
Gerald Combs
f87f524260 Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. More
updates to come.

svn path=/trunk/; revision=8410
2003-09-08 03:13:15 +00:00
Gerald Combs
54fa428775 Remove an extra comma.
svn path=/trunk/; revision=8078
2003-07-24 01:41:34 +00:00
Gerald Combs
858d3eaed4 Final updates for 0.9.14.
svn path=/trunk/; revision=8076
2003-07-23 23:14:57 +00:00
Gerald Combs
c6e91e0aa6 Prep for the 0.9.14 release
svn path=/trunk/; revision=8068
2003-07-23 02:06:25 +00:00
Gerald Combs
8644f8baea Final updates for 0.9.13.
svn path=/trunk/; revision=7852
2003-06-12 01:01:05 +00:00
Guy Harris
d71bf38e04 Fix a typo.
svn path=/trunk/; revision=7830
2003-06-10 17:24:40 +00:00
Gerald Combs
bc8ef81903 Bump the version to 0.9.13 and otherwise prep for the next release. ETA is
Wednesday.

svn path=/trunk/; revision=7820
2003-06-10 01:47:34 +00:00
Gerald Combs
057716942d Final changes for 0.9.12.
svn path=/trunk/; revision=7631
2003-05-02 00:46:18 +00:00
Gerald Combs
c5f6451d30 Bump the version number to 0.9.12. Make NEWS and ChangeLog current.
The next release will likely be tomorrow (May 1).

svn path=/trunk/; revision=7622
2003-05-01 03:09:54 +00:00
Gerald Combs
a253aa6a7d Add entries for March.
svn path=/trunk/; revision=7596
2003-04-29 02:33:47 +00:00
Gerald Combs
9f3e11091b Update for 0.9.11.
svn path=/trunk/; revision=7338
2003-03-11 00:26:53 +00:00
Gerald Combs
15bd53ef9e Updates for 0.9.10.
svn path=/trunk/; revision=7315
2003-03-08 03:12:32 +00:00
Gerald Combs
287c2ef9c3 Update NEWS and ChangeLog to January 31.
svn path=/trunk/; revision=7280
2003-03-05 03:51:23 +00:00
Gerald Combs
25bc5800a4 Update for the 0.9.9 release.
svn path=/trunk/; revision=6992
2003-01-24 00:51:55 +00:00
Gerald Combs
fe60d5b02e Bump the version to 0.9.9. Update the NEWS and ChangeLog files.
I'm shooting for a release on Wednesday evening.

svn path=/trunk/; revision=6952
2003-01-21 02:12:37 +00:00
Gerald Combs
24ef842ded Move the advisory notice to the top.
svn path=/trunk/; revision=6760
2002-12-08 02:52:57 +00:00
Gerald Combs
89bd8889d8 Add Fibre Channel entries.
svn path=/trunk/; revision=6758
2002-12-08 02:34:41 +00:00
Gerald Combs
c2ecb0daa5 Bah. I somehow lost the ChangeLog entries from Nov 1 to today. Recreate
them.

Add RCS IDs to ChangeLog and NEWS.

svn path=/trunk/; revision=6756
2002-12-07 23:14:09 +00:00
Gerald Combs
8ecc8ca585 Tidy up for the 0.9.8 release
svn path=/trunk/; revision=6754
2002-12-07 21:18:57 +00:00
Gerald Combs
3835ed4585 Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.
svn path=/trunk/; revision=6741
2002-12-04 04:26:14 +00:00
Gerald Combs
c46d8e15b5 Final versions for the 0.9.7 release.
svn path=/trunk/; revision=6358
2002-09-29 19:17:05 +00:00
Gerald Combs
586bcd657c Disable network name resolution by default.
svn path=/trunk/; revision=6350
2002-09-28 15:23:13 +00:00
Gerald Combs
435c702101 "New Features" updates
svn path=/trunk/; revision=6349
2002-09-28 15:12:33 +00:00
Gerald Combs
c2bb2c8d52 More NEWS and ChangeLog updates in preparation for the 0.9.7 release.
svn path=/trunk/; revision=6344
2002-09-27 14:20:37 +00:00
Gerald Combs
e23851ca23 Bump the version up to 0.9.7. The countdown begins. Too bad our
releases don't involve explosive bolts like NASA launches do.

Bring the ChangeLog and NEWS files up to date to the end of August.

svn path=/trunk/; revision=6341
2002-09-26 19:06:43 +00:00
Gerald Combs
d16ed1c1a0 Update ChangeLog and NEWS files for the 0.9.6 release.
svn path=/trunk/; revision=6039
2002-08-21 00:16:17 +00:00
Gerald Combs
5a579fc0b5 Bump the version number to 0.9.6. Update the ChangeLog. Add rough
release notes to NEWS.

svn path=/trunk/; revision=6006
2002-08-17 17:53:33 +00:00
Gerald Combs
570ea81a97 Finalize release text.
svn path=/trunk/; revision=5794
2002-06-29 00:35:35 +00:00
Gerald Combs
08f9f41792 Add the 0.9.5 release information.
svn path=/trunk/; revision=5781
2002-06-28 20:28:02 +00:00
Gerald Combs
102efdb26f Move the contents of NEWS to ChangeLog, since NEWS was a big list of changes.
Update the ChangeLog to be current with the latest changes.  Leave the NEWS
file empty for now; I'll put some release notes / announcement info in it
before the release (some time tomorrow, hopefully).

svn path=/trunk/; revision=5774
2002-06-28 03:47:28 +00:00
Gerald Combs
1a94431c7a Get NEWS ready for the 0.9.4 release.
svn path=/trunk/; revision=5506
2002-05-19 14:01:07 +00:00
Gerald Combs
024306cdcf Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS to
come).

svn path=/trunk/; revision=5500
2002-05-18 04:00:35 +00:00
Gerald Combs
98d6968b59 Update NEWS to release 0.9.3.
svn path=/trunk/; revision=5047
2002-03-30 17:43:31 +00:00
Gerald Combs
dade8cbf56 Bump the version to 0.9.3. Update NEWS to be current to
http://www.ethereal.com/lists/ethereal-cvs/200203/msg00175.html (the
rest will be added later).

svn path=/trunk/; revision=5042
2002-03-29 03:33:59 +00:00
Gerald Combs
9cc41827ce Add entries for March.
svn path=/trunk/; revision=4861
2002-03-04 03:31:10 +00:00
Guy Harris
b2cdf91a15 Note the update to the SCTP checksum code.
svn path=/trunk/; revision=4860
2002-03-04 01:39:12 +00:00
Guy Harris
7d0a912f9f Fix some items.
svn path=/trunk/; revision=4858
2002-03-04 00:31:26 +00:00
Gerald Combs
7fef8be5ec Bump the version to 0.9.2. Update NEWS to include everything from February.
svn path=/trunk/; revision=4856
2002-03-03 23:59:29 +00:00
Gerald Combs
fcb82bfed0 Update version to 0.9.1. Add NEWS entries for 0.9.1 changes.
svn path=/trunk/; revision=4684
2002-02-02 22:27:44 +00:00
Gerald Combs
99502224b9 Cisco HDLC and frame relay direction reporting, from Tom Nisbet.
svn path=/trunk/; revision=4447
2001-12-24 17:06:53 +00:00
Gerald Combs
e2106afbf2 VMS TCPIPtrace efficiency improvments, from Marc Milgram.
svn path=/trunk/; revision=4446
2001-12-24 17:00:01 +00:00
Guy Harris
6f0d79c0d7 From Ronnie Sahlberg: initial NDMPv3 support, and an update to his
e-mail address.

svn path=/trunk/; revision=4444
2001-12-23 21:36:58 +00:00
Guy Harris
914061d436 Fix some news items.
svn path=/trunk/; revision=4443
2001-12-23 21:22:46 +00:00
Guy Harris
a495f4920d The key change made for preferences on Windows is that they're *not* in
the user's "home directory", they're in the user's "profile directory".

svn path=/trunk/; revision=4441
2001-12-23 21:14:59 +00:00
Gerald Combs
2701bbc077 Bump the version up to 0.9.0. Update the NEWS file.
svn path=/trunk/; revision=4440
2001-12-23 21:11:24 +00:00
Gerald Combs
06de0d9651 Make NEWS current to today (October 13).
svn path=/trunk/; revision=4027
2001-10-13 19:31:47 +00:00
Gerald Combs
7187950b2d Make current up to August 31.
svn path=/trunk/; revision=4022
2001-10-12 21:20:40 +00:00
Gerald Combs
3ccc10f622 Get NEWS current up to July 31, update version to 0.8.20.
svn path=/trunk/; revision=4021
2001-10-12 17:17:05 +00:00
Jeff Foster
e49b8d5da7 Updated for release 0.8.19
svn path=/trunk/; revision=3716
2001-07-13 13:54:56 +00:00
Guy Harris
5aafaef6c2 Update hte entry for the Cisco-proprietary capabilities in BGP to give
the name of the person who submitted that change.

svn path=/trunk/; revision=3419
2001-05-16 20:02:51 +00:00
Jeff Foster
6d035328fa Update NEWS file for release 8.18
svn path=/trunk/; revision=3417
2001-05-16 18:57:47 +00:00
Jeff Foster
4004d96518 Update files for release 8.18
svn path=/trunk/; revision=3415
2001-05-16 16:17:52 +00:00
Guy Harris
b7fd7c5c42 Add an item for the tvbuffified HCLNFSD dissector.
svn path=/trunk/; revision=3292
2001-04-11 18:56:15 +00:00
Gilbert Ramirez
cf4858b324 Updated for 0.8.17.
svn path=/trunk/; revision=3284
2001-04-10 16:06:08 +00:00
Gilbert Ramirez
3fbe8a6120 All the news, in 80 columns. :)
svn path=/trunk/; revision=3104
2001-03-05 17:52:20 +00:00
Guy Harris
89b239da88 Fix a typo, and break some lines at 80 characters.
svn path=/trunk/; revision=3101
2001-03-03 00:56:46 +00:00
Gilbert Ramirez
13a2d27349 Add changes through the end of January. I'll work on February and
what there is of March later.

svn path=/trunk/; revision=3097
2001-03-03 00:18:00 +00:00
Gilbert Ramirez
d5c0fa7429 Add list of changes for 0.8.15 release.
svn path=/trunk/; revision=2877
2001-01-11 19:17:58 +00:00
Gilbert Ramirez
b054fb1cb6 Changes in 0.8.14
svn path=/trunk/; revision=2681
2000-11-20 17:08:50 +00:00
Gilbert Ramirez
4386002cc3 Move to version 0.8.13.
Mention IGRP dissector in NEWS.

svn path=/trunk/; revision=2539
2000-10-27 02:22:08 +00:00
Gilbert Ramirez
8f6af08945 Make new version 0.8.13, not 0.9.0.
svn path=/trunk/; revision=2537
2000-10-26 19:11:41 +00:00
Guy Harris
a95972d416 Fix typos, and give credit to Jason Lango for the original RTCP time
stamp Band-Aid(TM).

svn path=/trunk/; revision=2535
2000-10-26 09:03:35 +00:00
Gilbert Ramirez
f904ee0baa List of changes for this next release, which I'll probably call 0.9.0.
svn path=/trunk/; revision=2534
2000-10-25 16:08:30 +00:00
Gilbert Ramirez
e0ec85c1a9 Move to version 0.8.12
svn path=/trunk/; revision=2432
2000-09-14 10:03:51 +00:00
Guy Harris
a32a960d08 Add an item for Craig Metz's OSPF patches.
svn path=/trunk/; revision=2426
2000-09-13 07:50:13 +00:00
Guy Harris
6a6c346426 Expand on the item about G_HAVE_GINT64.
svn path=/trunk/; revision=2424
2000-09-12 23:02:09 +00:00
Guy Harris
5abf8771fc Fix typos and give more detail on some changes.
svn path=/trunk/; revision=2418
2000-09-12 03:45:03 +00:00
Gilbert Ramirez
b25eafbe00 Add news for upcoming 0.8.12
svn path=/trunk/; revision=2415
2000-09-12 02:56:51 +00:00
Gilbert Ramirez
52903b26a8 Move to version 0.8.11
svn path=/trunk/; revision=2196
2000-08-03 01:54:53 +00:00
Gilbert Ramirez
5e56c77cfc More news for 0.8.10
svn path=/trunk/; revision=2107
2000-07-04 12:04:45 +00:00
Gilbert Ramirez
254c803dca Report changes for 0.8.10
svn path=/trunk/; revision=2088
2000-06-24 16:30:44 +00:00
Gilbert Ramirez
f5d4b02502 The last bit of news for 0.8.9
svn path=/trunk/; revision=2049
2000-06-08 03:14:46 +00:00
Gilbert Ramirez
d4510c811c Add news for 0.8.9.
svn path=/trunk/; revision=2040
2000-06-05 18:59:12 +00:00
Guy Harris
162470178d Fix a couple of typos.
svn path=/trunk/; revision=1928
2000-05-09 03:23:35 +00:00
Gilbert Ramirez
d96ae25070 Move to version 0.8.8
svn path=/trunk/; revision=1925
2000-05-08 20:14:03 +00:00
Gilbert Ramirez
2fa56170d3 Add last minute changes.
Fix statement about Win32 version not capturing in README.

svn path=/trunk/; revision=1846
2000-04-13 11:20:49 +00:00
Gilbert Ramirez
390eeb541e Move to version 0.8.7.
I'm going to go ahead and install the plugins in a "0.8.7" directory, and
continue incrementing the micro number until the minor version changes to 9.
Then for all of 0.9.x, the plugin directory will be "0.9" until the ABI
changes again. This should cause less confusion, even if it means the
plugins don't change between 0.8.6 and 0.8.7.

svn path=/trunk/; revision=1834
2000-04-12 21:02:51 +00:00
Gilbert Ramirez
f20f651cd0 Move to version 0.8.6.
svn path=/trunk/; revision=1812
2000-04-07 03:18:08 +00:00
Gilbert Ramirez
a35cbd9da9 Move to version 0.8.5
svn path=/trunk/; revision=1795
2000-04-04 19:47:20 +00:00
Guy Harris
57ea2d36ab The developer's README now includes the stuff in Gilbert's "proto_tree"
document.

svn path=/trunk/; revision=1686
2000-03-03 06:20:49 +00:00
Guy Harris
859bb27222 Assorted fixes to the news items.
svn path=/trunk/; revision=1683
2000-03-03 05:40:15 +00:00
Gilbert Ramirez
8baaf8f8bd Move to version 0.8.4.
svn path=/trunk/; revision=1682
2000-03-03 03:53:08 +00:00
Gilbert Ramirez
1c751dbe7b Move to version 0.8.3.
svn path=/trunk/; revision=1591
2000-02-01 14:12:20 +00:00
Gilbert Ramirez
b3ff562157 Credit fix, and fix for building editcap.1 with build dir != $(srcdir)
svn path=/trunk/; revision=1564
2000-01-26 03:42:28 +00:00
Guy Harris
cded07171f Itojun did part of the BSD zlib fix.
svn path=/trunk/; revision=1563
2000-01-26 02:35:54 +00:00
Gilbert Ramirez
85a79e34eb Move version to 0.8.2, add Win32 to list of platforms in README.
svn path=/trunk/; revision=1562
2000-01-26 02:31:35 +00:00
Gilbert Ramirez
a5ad1c8c12 Add finaly news item.
svn path=/trunk/; revision=1443
2000-01-09 18:15:33 +00:00
Guy Harris
ad2ee158eb Include L2TP support in the list of new features in 0.8.1.
svn path=/trunk/; revision=1435
2000-01-07 09:24:59 +00:00
Gilbert Ramirez
d43ab4d684 Move to version 0.8.1
svn path=/trunk/; revision=1432
2000-01-07 05:21:09 +00:00
Gerald Combs
e45d66c56c Updated for the upcoming release, codenamed "...and this time I really
mean it!"

svn path=/trunk/; revision=1396
1999-12-30 02:05:44 +00:00
Guy Harris
15be42b765 Fix some news items.
svn path=/trunk/; revision=1370
1999-12-22 20:19:00 +00:00
Gerald Combs
07dc1d2d7d Prep for the next release.
svn path=/trunk/; revision=1367
1999-12-22 17:19:04 +00:00
Gilbert Ramirez
b8f2136ca9 Move to version 0.7.9 and add less than a week's changes to NEWS. We
did a lot in less than a week.

svn path=/trunk/; revision=1146
1999-11-29 05:35:01 +00:00
Gilbert Ramirez
de2370185d Added Cisco Auto-RP dissector from Heikki Vatiainen <hessu@cs.tut.fi>
svn path=/trunk/; revision=1099
1999-11-23 17:09:58 +00:00
Gilbert Ramirez
7bd50061f8 Move to version 0.7.8.
Document changes in this version.
Add Greg to ever-growing list of authors (he was in AUTHORS, but not
	in manpage nor in main.c)

svn path=/trunk/; revision=1097
1999-11-23 04:43:44 +00:00
Gilbert Ramirez
0d3f7a8190 Final change for 0.7.7
svn path=/trunk/; revision=941
1999-10-28 12:21:11 +00:00
Gilbert Ramirez
c624b1c696 More comments about changes in 0.7.7.
svn path=/trunk/; revision=938
1999-10-27 19:31:31 +00:00
Gilbert Ramirez
5ecad5b6e3 Moved version to 0.7.7
svn path=/trunk/; revision=933
1999-10-27 02:55:07 +00:00
Gilbert Ramirez
25c3854517 Mention nettl in docs, and mention VLAN addition in NEWS.
svn path=/trunk/; revision=904
1999-10-22 02:30:31 +00:00
Gilbert Ramirez
32a4854f3e Moved to version 0.7.6 and updated NEWS file. We have done _a lot_ in
the past month.

svn path=/trunk/; revision=895
1999-10-20 18:11:52 +00:00
Gilbert Ramirez
096d72a6f5 Changed version to 0.7.5
svn path=/trunk/; revision=722
1999-09-24 14:59:32 +00:00
Gilbert Ramirez
e6015fbeb8 Moved version to 0.7.4; updated documentation.
svn path=/trunk/; revision=714
1999-09-24 03:28:59 +00:00
Gilbert Ramirez
bf20c06bea Changed gtk subdirectory to use only Makefile.am, and not have a configure
script. The configuration is faster this way. Also, moved version to 0.7.3.

svn path=/trunk/; revision=614
1999-08-31 05:52:08 +00:00
Gilbert Ramirez
3764b0a3b1 Updated docs.
svn path=/trunk/; revision=594
1999-08-27 22:57:56 +00:00
Gilbert Ramirez
cd55daeefa Added Brad's <brad@openbsd.org> patch to fix compilation from
separate directory.

svn path=/trunk/; revision=481
1999-08-13 23:52:49 +00:00