aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
1999-08-13Added Brad's <brad@openbsd.org> patch to fix compilation fromGilbert Ramirez1-1/+4
separate directory. svn path=/trunk/; revision=481
1999-08-12Fixed two bugs in display filter parsing.Gilbert Ramirez1-0/+1
1. Some IP addresses (like 0.0.0.0) would be interpreted as byte ranges. 2. Parens were being ignored. Thanks to Guy for pointing these out to me. svn path=/trunk/; revision=477
1999-08-12Added Ashok's fix for RSVP and support for RSVP+.Gilbert Ramirez1-0/+3
svn path=/trunk/; revision=475
1999-08-11The "-R" command-line filter is applied when reading the capture file;Guy Harris1-1/+1
it's not a display filter (packets that don't match the filter are discarded completely, not just filtered out of the display), although it has the same syntax as a display filter. svn path=/trunk/; revision=473
1999-08-11The changes to file loading decreased file loading time rather thanGuy Harris1-1/+1
increasing it. svn path=/trunk/; revision=472
1999-08-11Fixed packaging problem (the list of deliverables in the doc/ directory).Gilbert Ramirez1-0/+4
Updated NEWS file. Moved version to 0.7.2 for imminent release. svn path=/trunk/; revision=470
1999-08-09Added John McDermott's patch for handling ICMP Unreachable|FragmentationGilbert Ramirez1-0/+7
Required packets. svn path=/trunk/; revision=455
1999-08-05Changed version to 0.7.1Gilbert Ramirez1-0/+7
svn path=/trunk/; revision=448
1999-08-04Give some credit.Gilbert Ramirez1-0/+1
svn path=/trunk/; revision=432
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1-0/+3
initial #ifdef changes to capture.c to support the win32 version of libpcap. svn path=/trunk/; revision=428
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-0/+4
allowing users to filter on the existence of these protocols. I also added packet-clip.c to the Nmake makefile. svn path=/trunk/; revision=402
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-0/+2
suggestion, this new method using a static array should use less memory and be faster. It also has a nice side-effect of making the source-code more readble, IMHO. Changed the print routines to look for protocol proto_data instead of looking at the text label as they did before, hoping that the data hex dump field item starts with "Data (". Added the -G keyword to ethereal to make it dump a glossary of display filter keywords to stdout and exit. This data is then formatted with the doc/dfilter2pod perl program to pod format, which is combined with doc/ethereal.pod.template to create doc/ethereal.pod, from which the ethereal manpage is created. This way we can keep the manpage up-to-date with a list of fields that can be filtered on. svn path=/trunk/; revision=364
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-0/+3
display filter code, which uses features in GLIB-1.2.x), I removed the vestigial code supporting old 1.0.x and 1.1.x GTK+ versions. svn path=/trunk/; revision=360
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1-0/+4
new proto_tree routines. I also removed the check for lex and yacc from wiretap's configure script. The IP dissector now uses proto_register_field_array(). svn path=/trunk/; revision=348
1999-06-24Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez1-0/+5
to version 0.6.3. svn path=/trunk/; revision=330
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-0/+1
NetMon statistic packets for now. We might fix that problem with wiretap, either filtering out those packets, and/or providing the summary information through a new wiretap API. svn path=/trunk/; revision=326
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez1-0/+2
svn path=/trunk/; revision=304
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+4
svn path=/trunk/; revision=303
1999-05-19Packaging changes for version 0.6.2Gilbert Ramirez1-0/+6
svn path=/trunk/; revision=293
1999-05-01Fixed 0.6.0 packaging problems.Gilbert Ramirez1-0/+4
svn path=/trunk/; revision=252
1999-04-30Docs updated for ethereal-0.6.0Gilbert Ramirez1-0/+21
svn path=/trunk/; revision=248
1999-01-04* Final commit for version 0.5.1Gerald Combs1-1/+3
* Added RPM .spec file (Martin Maciaszek) * Added Martin to AUTHORS svn path=/trunk/; revision=149
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-0/+15
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-0/+7
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-10-13* Pod page updateGerald Combs1-1/+1
* Minor tweaks to the filter prefs svn path=/trunk/; revision=40
1998-10-12- Added match_strval function to packet.cGerald Combs1-1/+2
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-0/+7
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+8
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25
1998-09-17*** empty log message ***Gerald Combs1-0/+6
svn path=/trunk/; revision=12
1998-09-16Initial revisionGerald Combs1-0/+118
svn path=/trunk/; revision=2