aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris1999-01-176-26/+54
* * Modified Makefile.am and configure.in so that wiretap isn't built unlessGerald Combs1999-01-135-44/+104
* Use g_free instead of free so that I don't have to include <stdlib.h>Gilbert Ramirez1999-01-081-4/+4
* Logged my change about per-packet encapsulation types.Gilbert Ramirez1999-01-071-0/+5
* I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1999-01-077-16/+32
* * Final commit for version 0.5.1Gerald Combs1999-01-043-3/+8
* Added files to handle AIX iptrace 2.0 files in wiretap.Gilbert Ramirez1999-01-032-0/+154
* I made sure to note that wiretap only supports iptrace 2.0 files so far.Gilbert Ramirez1999-01-021-6/+7
* Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1999-01-026-14/+45
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-293-27/+21
* Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.Gilbert Ramirez1998-12-174-126/+581
* A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1998-12-171-0/+3
* Fix the bitmask for the hour field in a DOS-format time (not that itGuy Harris1998-12-151-2/+2
* Debug statement commented out.Gilbert Ramirez1998-12-131-3/+3
* Added Guy's patch to calculate date of Sniffer packet trace. I copiedGilbert Ramirez1998-12-133-26/+67
* LANalyzer records time in half microseconds, not microseconds.Gilbert Ramirez1998-11-231-2/+2
* Added time-stamp decoding to LANalyzer decodes, made minor comment changes toGilbert Ramirez1998-11-233-15/+46
* The Sniffer-reading code now checks to make sure that it is tryingGilbert Ramirez1998-11-212-12/+25
* Pick up from Ethereal's "configure.in" the test to check whether we'reGuy Harris1998-11-212-22/+41
* I gave Guy the credit he deserves.Gilbert Ramirez1998-11-201-0/+1
* * Don't build wiretap if it isn't configured.Gerald Combs1998-11-181-0/+353
* * Added patches from Laurent and GuyGerald Combs1998-11-181-19/+22
* Add the header files to "libwiretap_a_SOURCES", so they get included ifGuy Harris1998-11-171-1/+9
* Add the header files to "libwiretap_a_SOURCES", so they get included ifGuy Harris1998-11-171-2/+9