aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-4/+12
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-04-16GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure outGuy Harris1-5/+1
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-2/+2
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-15/+11
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-1/+2
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
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