| Commit message (Expand) | Author | Age | Files | Lines |
* | Update version numbers to 0.7.0, and update win32 Makefiles. I made some | Gilbert Ramirez | 1999-08-03 | 2 | -2/+2 |
* | Add to "wtap_close()" code to free up data structures allocated for | Guy Harris | 1999-08-02 | 1 | -1/+9 |
* | Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretap | Guy Harris | 1999-08-02 | 2 | -0/+261 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 5 | -7/+60 |
* | Patches from Thierry Andry to support Classical IP captures from systems | Guy Harris | 1999-07-28 | 2 | -5/+20 |
* | Fix the -S option : | Laurent Deniel | 1999-07-28 | 1 | -2/+3 |
* | Added a patch from Olivier Abad to handle X.25 iptrace captures. | Gerald Combs | 1999-07-28 | 1 | -1/+7 |
* | Removed automatically-generated files from CVS. Some files are generated, | Gilbert Ramirez | 1999-07-27 | 4 | -3137/+0 |
* | Finally got the win32 ethereal to link properly with MSVC. | Gilbert Ramirez | 1999-07-21 | 1 | -1/+1 |
* | Modified the proto_register_field_array usage again. Thanks to Guy's | Gilbert Ramirez | 1999-07-15 | 2 | -0/+7 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 16 | -110/+184 |
* | Added Johan's RADIUS dissector, finally. I modified it to fit in with the | Gilbert Ramirez | 1999-07-08 | 5 | -336/+105 |
* | Fixed the byte_range implementation, and removed some of the C-style | Gilbert Ramirez | 1999-07-08 | 1 | -310/+0 |
* | Removed old #include's. | Gilbert Ramirez | 1999-07-07 | 1 | -3/+1 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 27 | -2681/+112 |
* | Include <sys/types.h> before including <netinet/in.h> - you have to do | Guy Harris | 1999-07-04 | 1 | -0/+1 |
* | Added Aaron Hillegass' summary dialogue. We're ignoring the problem with | Gilbert Ramirez | 1999-06-22 | 1 | -4/+7 |
* | Made BPF disassembly in wiretap.c a bit easier to read. | Gilbert Ramirez | 1999-05-19 | 2 | -2/+5 |
* | Add support for Network Monitor 2.0 files, thanks to information | Guy Harris | 1999-05-12 | 3 | -26/+116 |
* | Changed wiretap rules so that ordinary user doesn't need bison and flex | Gilbert Ramirez | 1999-05-12 | 2 | -53/+17 |
* | Made the executable portable; it will now work on machines other than my | Gilbert Ramirez | 1999-05-07 | 1 | -4/+13 |
* | Fixed 0.6.0 packaging problems. | Gilbert Ramirez | 1999-05-01 | 8 | -306/+467 |
* | Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the new | Gilbert Ramirez | 1999-03-28 | 11 | -119/+345 |
* | The program that produced the version 2.001 file was Sniffer Pro 2.50.05 | Guy Harris | 1999-03-25 | 1 | -5/+5 |
* | Got rid of "hdr_size may not be initialized" warning, even though it was | Gilbert Ramirez | 1999-03-22 | 1 | -2/+2 |
* | Add support for file format version 2.001 (used by Sniffer Basic 2.0?). | Guy Harris | 1999-03-22 | 1 | -1/+2 |
* | Add support for file format version 2.001 (used by Sniffer Basic 2.0?). | Guy Harris | 1999-03-20 | 1 | -12/+50 |
* | Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work. | Gilbert Ramirez | 1999-03-20 | 2 | -0/+17 |
* | Add "phtons()" and "phtonl()" macros, which handle unaligned quantities, | Guy Harris | 1999-03-13 | 1 | -3/+12 |
* | It's not a problem if we don't have GLib 1.1.x or later, so don't | Guy Harris | 1999-03-03 | 2 | -4/+3 |
* | Include "config.h", so we know whether we have GLib 1.0[.x] or later, so | Guy Harris | 1999-03-03 | 1 | -0/+1 |
* | Fixed for glib-1.x.y, x > 0 | Gilbert Ramirez | 1999-03-02 | 1 | -0/+3 |
* | Have "rt-scanner.l" and "rt-grammar.y" depend on the filter description | Guy Harris | 1999-03-02 | 2 | -4/+4 |
* | It turns out that the first of the unknown fields in the NetXRay header | Guy Harris | 1999-03-01 | 3 | -18/+18 |
* | lex_init() changed to wtap_lex_init() | Gilbert Ramirez | 1999-03-01 | 1 | -1/+1 |
* | Guy noticed that lex_init was a function in both libpcap and wiretap. Fixed. | Gilbert Ramirez | 1999-03-01 | 2 | -3/+2 |
* | Add an "acinclude.m4", from which "aclocal.m4" is made. | Guy Harris | 1999-03-01 | 5 | -202/+400 |
* | Fix a typo, and note that we can read Token Ring captures from Sniffer | Guy Harris | 1999-03-01 | 1 | -6/+6 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 37 | -157/+3562 |
* | Update to reflect support for NetXRay format. | Guy Harris | 1999-02-20 | 1 | -10/+19 |
* | Add support for Cinco Networks NetXRay - which is, after their acquision | Guy Harris | 1999-02-20 | 6 | -5/+221 |
* | Make the "magic number" a "const" string. | Guy Harris | 1999-02-20 | 1 | -2/+2 |
* | Fix a typo in a comment, and make the "magic number" a "const" string. | Guy Harris | 1999-02-20 | 1 | -3/+3 |
* | Change to wtap.c switch() statement to allow compilation under IBM's C compiler. | Gilbert Ramirez | 1999-02-12 | 2 | -5/+6 |
* | Correct and expand the discussion of ATM Sniffer captures. | Guy Harris | 1999-01-30 | 1 | -4/+17 |
* | Modified code to allow compilation under IBM's C compiler for AIX. | Gilbert Ramirez | 1999-01-29 | 3 | -74/+5 |
* | Added token-ring support to netmon.c | Gilbert Ramirez | 1999-01-27 | 3 | -5/+11 |
* | Added news about Guy's netmon addition. | Gilbert Ramirez | 1999-01-21 | 2 | -1/+12 |
* | I changed the wtap_open_offline() function so that it takes only the | Gilbert Ramirez | 1999-01-21 | 2 | -72/+28 |
* | Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgot | Gilbert Ramirez | 1999-01-18 | 2 | -0/+240 |