aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1-2/+2
1999-10-05Better handle errors from zlib:Guy Harris1-20/+15
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-20/+21
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-2/+12
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-2/+8
1999-08-20Made LanAlyzer smarter about reading trace files, thereby removing aGilbert Ramirez1-73/+68
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-37/+102
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-7/+8
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez1-2/+2
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-1/+2
1998-12-13Debug statement commented out.Gilbert Ramirez1-3/+3
1998-12-13Added Guy's patch to calculate date of Sniffer packet trace. I copiedGilbert Ramirez1-4/+24
1998-11-23LANalyzer records time in half microseconds, not microseconds.Gilbert Ramirez1-2/+2
1998-11-23Added time-stamp decoding to LANalyzer decodes, made minor comment changes toGilbert Ramirez1-7/+37
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-7/+14
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-0/+162