aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1999-08-032-2/+2
* Add to "wtap_close()" code to free up data structures allocated forGuy Harris1999-08-021-1/+9
* Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1999-08-022-0/+261
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-025-7/+60
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-282-5/+20
* Fix the -S option :Laurent Deniel1999-07-281-2/+3
* Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1999-07-281-1/+7
* Removed automatically-generated files from CVS. Some files are generated,Gilbert Ramirez1999-07-274-3137/+0
* Finally got the win32 ethereal to link properly with MSVC.Gilbert Ramirez1999-07-211-1/+1
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-152-0/+7
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-1316-110/+184
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-085-336/+105
* Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez1999-07-081-310/+0
* Removed old #include's.Gilbert Ramirez1999-07-071-3/+1
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-0727-2681/+112
* Include <sys/types.h> before including <netinet/in.h> - you have to doGuy Harris1999-07-041-0/+1
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-221-4/+7
* Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez1999-05-192-2/+5
* Add support for Network Monitor 2.0 files, thanks to informationGuy Harris1999-05-123-26/+116
* Changed wiretap rules so that ordinary user doesn't need bison and flexGilbert Ramirez1999-05-122-53/+17
* Made the executable portable; it will now work on machines other than myGilbert Ramirez1999-05-071-4/+13
* Fixed 0.6.0 packaging problems.Gilbert Ramirez1999-05-018-306/+467
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-2811-119/+345
* The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1999-03-251-5/+5
* Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1999-03-221-2/+2
* Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1999-03-221-1/+2
* Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1999-03-201-12/+50
* Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work.Gilbert Ramirez1999-03-202-0/+17
* Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,Guy Harris1999-03-131-3/+12
* It's not a problem if we don't have GLib 1.1.x or later, so don'tGuy Harris1999-03-032-4/+3
* Include "config.h", so we know whether we have GLib 1.0[.x] or later, soGuy Harris1999-03-031-0/+1
* Fixed for glib-1.x.y, x > 0Gilbert Ramirez1999-03-021-0/+3
* Have "rt-scanner.l" and "rt-grammar.y" depend on the filter descriptionGuy Harris1999-03-022-4/+4
* It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1999-03-013-18/+18
* lex_init() changed to wtap_lex_init()Gilbert Ramirez1999-03-011-1/+1
* Guy noticed that lex_init was a function in both libpcap and wiretap. Fixed.Gilbert Ramirez1999-03-012-3/+2
* Add an "acinclude.m4", from which "aclocal.m4" is made.Guy Harris1999-03-015-202/+400
* Fix a typo, and note that we can read Token Ring captures from SnifferGuy Harris1999-03-011-6/+6
* Added display filters to wiretap.Gilbert Ramirez1999-03-0137-157/+3562
* Update to reflect support for NetXRay format.Guy Harris1999-02-201-10/+19
* Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1999-02-206-5/+221
* Make the "magic number" a "const" string.Guy Harris1999-02-201-2/+2
* Fix a typo in a comment, and make the "magic number" a "const" string.Guy Harris1999-02-201-3/+3
* Change to wtap.c switch() statement to allow compilation under IBM's C compiler.Gilbert Ramirez1999-02-122-5/+6
* Correct and expand the discussion of ATM Sniffer captures.Guy Harris1999-01-301-4/+17
* Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez1999-01-293-74/+5
* Added token-ring support to netmon.cGilbert Ramirez1999-01-273-5/+11
* Added news about Guy's netmon addition.Gilbert Ramirez1999-01-212-1/+12
* I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez1999-01-212-72/+28
* Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgotGilbert Ramirez1999-01-182-0/+240