aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-1/+2
2000-03-22In a Network Monitor capture file, get the starting offsets of framesguy1-1/+9
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-2/+2
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),gram1-2/+2
1999-10-05Better handle errors from zlib:guy1-20/+15
1999-09-24Fix it so that it builds with "--disable-zlib".guy1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingashokn1-20/+21
1999-08-28Keep in the "wtap" structure the current offset into the file beingguy1-2/+12
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.guy1-2/+8
1999-08-20Made LanAlyzer smarter about reading trace files, thereby removing agram1-73/+68
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-37/+102
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+4
1999-03-01Added display filters to wiretap.gram1-7/+8
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.gram1-2/+2
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesgram1-1/+2
1998-12-13Debug statement commented out.gram1-3/+3
1998-12-13Added Guy's patch to calculate date of Sniffer packet trace. I copiedgram1-4/+24
1998-11-23LANalyzer records time in half microseconds, not microseconds.gram1-2/+2
1998-11-23Added time-stamp decoding to LANalyzer decodes, made minor comment changes togram1-7/+37
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.guy1-7/+14
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in thegram1-0/+162