aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez2-0/+7
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez16-110/+184
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez5-336/+105
1999-07-08Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez1-310/+0
1999-07-07Removed old #include's.Gilbert Ramirez1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez27-2681/+112
1999-07-04Include <sys/types.h> before including <netinet/in.h> - you have to doGuy Harris1-0/+1
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-4/+7
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez2-2/+5
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris3-26/+116
1999-05-12Changed wiretap rules so that ordinary user doesn't need bison and flexGilbert Ramirez2-53/+17
1999-05-07Made the executable portable; it will now work on machines other than myGilbert Ramirez1-4/+13
1999-05-01Fixed 0.6.0 packaging problems.Gilbert Ramirez8-306/+467
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez11-119/+345
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1-5/+5
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1-2/+2
1999-03-22Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-1/+2
1999-03-20Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-12/+50
1999-03-20Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work.Gilbert Ramirez2-0/+17
1999-03-13Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,Guy Harris1-3/+12
1999-03-03It's not a problem if we don't have GLib 1.1.x or later, so don'tGuy Harris2-4/+3
1999-03-03Include "config.h", so we know whether we have GLib 1.0[.x] or later, soGuy Harris1-0/+1
1999-03-02Fixed for glib-1.x.y, x > 0Gilbert Ramirez1-0/+3
1999-03-02Have "rt-scanner.l" and "rt-grammar.y" depend on the filter descriptionGuy Harris2-4/+4
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerGuy Harris3-18/+18
1999-03-01lex_init() changed to wtap_lex_init()Gilbert Ramirez1-1/+1
1999-03-01Guy noticed that lex_init was a function in both libpcap and wiretap. Fixed.Gilbert Ramirez2-3/+2
1999-03-01Add an "acinclude.m4", from which "aclocal.m4" is made.Guy Harris5-202/+400
1999-03-01Fix a typo, and note that we can read Token Ring captures from SnifferGuy Harris1-6/+6
1999-03-01Added display filters to wiretap.Gilbert Ramirez37-157/+3562
1999-02-20Update to reflect support for NetXRay format.Guy Harris1-10/+19
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris6-5/+221
1999-02-20Make the "magic number" a "const" string.Guy Harris1-2/+2
1999-02-20Fix a typo in a comment, and make the "magic number" a "const" string.Guy Harris1-3/+3
1999-02-12Change to wtap.c switch() statement to allow compilation under IBM's C compiler.Gilbert Ramirez2-5/+6
1999-01-30Correct and expand the discussion of ATM Sniffer captures.Guy Harris1-4/+17
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez3-74/+5
1999-01-27Added token-ring support to netmon.cGilbert Ramirez3-5/+11
1999-01-21Added news about Guy's netmon addition.Gilbert Ramirez2-1/+12
1999-01-21I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez2-72/+28
1999-01-18Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgotGilbert Ramirez2-0/+240
1999-01-17Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris6-26/+54
1999-01-13* Modified Makefile.am and configure.in so that wiretap isn't built unlessGerald Combs5-44/+104
1999-01-08Use g_free instead of free so that I don't have to include <stdlib.h>Gilbert Ramirez1-4/+4
1999-01-07Logged my change about per-packet encapsulation types.Gilbert Ramirez1-0/+5
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez7-16/+32
1999-01-04* Final commit for version 0.5.1Gerald Combs3-3/+8
1999-01-03Added files to handle AIX iptrace 2.0 files in wiretap.Gilbert Ramirez2-0/+154
1999-01-02I made sure to note that wiretap only supports iptrace 2.0 files so far.Gilbert Ramirez1-6/+7
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez6-14/+45