| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add suppport for Microsoft Network Monitor Ethernet capture files. | Guy Harris | 1999-01-17 | 6 | -26/+54 |
* | * Modified Makefile.am and configure.in so that wiretap isn't built unless | Gerald Combs | 1999-01-13 | 5 | -44/+104 |
* | Use g_free instead of free so that I don't have to include <stdlib.h> | Gilbert Ramirez | 1999-01-08 | 1 | -4/+4 |
* | Logged my change about per-packet encapsulation types. | Gilbert Ramirez | 1999-01-07 | 1 | -0/+5 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 7 | -16/+32 |
* | * Final commit for version 0.5.1 | Gerald Combs | 1999-01-04 | 3 | -3/+8 |
* | Added files to handle AIX iptrace 2.0 files in wiretap. | Gilbert Ramirez | 1999-01-03 | 2 | -0/+154 |
* | I made sure to note that wiretap only supports iptrace 2.0 files so far. | Gilbert Ramirez | 1999-01-02 | 1 | -6/+7 |
* | Added the iptrace (AIX's packet-capture tool) file format to wiretap. | Gilbert Ramirez | 1999-01-02 | 6 | -14/+45 |
* | * Added Joerg Mayer's Vines patch | Gerald Combs | 1998-12-29 | 3 | -27/+21 |
* | Added Guy Harris' patch to read Sniffer ATM trace files. Very nice. | Gilbert Ramirez | 1998-12-17 | 4 | -126/+581 |
* | A patch spread across many files to let Ethereal compile under GTK+-1.1.x. | Gilbert Ramirez | 1998-12-17 | 1 | -0/+3 |
* | Fix the bitmask for the hour field in a DOS-format time (not that it | Guy Harris | 1998-12-15 | 1 | -2/+2 |
* | Debug statement commented out. | Gilbert Ramirez | 1998-12-13 | 1 | -3/+3 |
* | Added Guy's patch to calculate date of Sniffer packet trace. I copied | Gilbert Ramirez | 1998-12-13 | 3 | -26/+67 |
* | LANalyzer records time in half microseconds, not microseconds. | Gilbert Ramirez | 1998-11-23 | 1 | -2/+2 |
* | Added time-stamp decoding to LANalyzer decodes, made minor comment changes to | Gilbert Ramirez | 1998-11-23 | 3 | -15/+46 |
* | The Sniffer-reading code now checks to make sure that it is trying | Gilbert Ramirez | 1998-11-21 | 2 | -12/+25 |
* | Pick up from Ethereal's "configure.in" the test to check whether we're | Guy Harris | 1998-11-21 | 2 | -22/+41 |
* | I gave Guy the credit he deserves. | Gilbert Ramirez | 1998-11-20 | 1 | -0/+1 |
* | * Don't build wiretap if it isn't configured. | Gerald Combs | 1998-11-18 | 1 | -0/+353 |
* | * Added patches from Laurent and Guy | Gerald Combs | 1998-11-18 | 1 | -19/+22 |
* | Add the header files to "libwiretap_a_SOURCES", so they get included if | Guy Harris | 1998-11-17 | 1 | -1/+9 |
* | Add the header files to "libwiretap_a_SOURCES", so they get included if | Guy Harris | 1998-11-17 | 1 | -2/+9 |