aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with thegram5-336/+105
1999-07-08Fixed the byte_range implementation, and removed some of the C-stylegram1-310/+0
1999-07-07Removed old #include's.gram1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filtergram27-2681/+112
1999-07-04Include <sys/types.h> before including <netinet/in.h> - you have to doguy1-0/+1
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withgram1-4/+7
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.gram2-2/+5
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationguy3-26/+116
1999-05-12Changed wiretap rules so that ordinary user doesn't need bison and flexgram2-53/+17
1999-05-07Made the executable portable; it will now work on machines other than mygram1-4/+13
1999-05-01Fixed 0.6.0 packaging problems.gram8-306/+467
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newgram11-119/+345
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05guy1-5/+5
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasgram1-2/+2
1999-03-22Add support for file format version 2.001 (used by Sniffer Basic 2.0?).guy1-1/+2
1999-03-20Add support for file format version 2.001 (used by Sniffer Basic 2.0?).guy1-12/+50
1999-03-20Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work.gram2-0/+17
1999-03-13Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,guy1-3/+12
1999-03-03It's not a problem if we don't have GLib 1.1.x or later, so don'tguy2-4/+3
1999-03-03Include "config.h", so we know whether we have GLib 1.0[.x] or later, soguy1-0/+1
1999-03-02Fixed for glib-1.x.y, x > 0gram1-0/+3
1999-03-02Have "rt-scanner.l" and "rt-grammar.y" depend on the filter descriptionguy2-4/+4
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerguy3-18/+18
1999-03-01lex_init() changed to wtap_lex_init()gram1-1/+1
1999-03-01Guy noticed that lex_init was a function in both libpcap and wiretap. Fixed.gram2-3/+2
1999-03-01Add an "acinclude.m4", from which "aclocal.m4" is made.guy5-202/+400
1999-03-01Fix a typo, and note that we can read Token Ring captures from Snifferguy1-6/+6
1999-03-01Added display filters to wiretap.gram37-157/+3562
1999-02-20Update to reflect support for NetXRay format.guy1-10/+19
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionguy6-5/+221
1999-02-20Make the "magic number" a "const" string.guy1-2/+2
1999-02-20Fix a typo in a comment, and make the "magic number" a "const" string.guy1-3/+3
1999-02-12Change to wtap.c switch() statement to allow compilation under IBM's C compiler.gram2-5/+6
1999-01-30Correct and expand the discussion of ATM Sniffer captures.guy1-4/+17
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.gram3-74/+5
1999-01-27Added token-ring support to netmon.cgram3-5/+11
1999-01-21Added news about Guy's netmon addition.gram2-1/+12
1999-01-21I changed the wtap_open_offline() function so that it takes only thegram2-72/+28
1999-01-18Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgotgram2-0/+240
1999-01-17Add suppport for Microsoft Network Monitor Ethernet capture files.guy6-26/+54
1999-01-13* Modified Makefile.am and configure.in so that wiretap isn't built unlessgerald5-44/+104
1999-01-08Use g_free instead of free so that I don't have to include <stdlib.h>gram1-4/+4
1999-01-07Logged my change about per-packet encapsulation types.gram1-0/+5
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesgram7-16/+32
1999-01-04* Final commit for version 0.5.1gerald3-3/+8
1999-01-03Added files to handle AIX iptrace 2.0 files in wiretap.gram2-0/+154
1999-01-02I made sure to note that wiretap only supports iptrace 2.0 files so far.gram1-6/+7
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.gram6-14/+45
1998-12-29* Added Joerg Mayer's Vines patchgerald3-27/+21
1998-12-17Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.gram4-126/+581