aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-2/+1
2001-01-25Finish up support for writing NetMon 2.x capture files.Guy Harris1-4/+19
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-2/+3
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-16/+13
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-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+4
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-32/+32
2000-03-22Make the previous checkin actually compile on big-endian machines.Guy Harris1-1/+4
2000-03-22Byte-swap the frame table on big-endian machines.Guy Harris1-9/+24
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-31/+55
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
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-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris1-2/+2
1999-12-04Fix some names.Guy Harris1-2/+2
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-13/+15
1999-12-04Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-1/+237
1999-11-26It appears that the first frame in a NetMon 2.0 capture file doesn'tGuy Harris1-4/+41
1999-10-05Better handle errors from zlib:Guy Harris1-13/+9
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-11/+12
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-5/+6
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-2/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-14/+26
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-20/+38
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-2/+5
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris1-22/+102
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-2/+1
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-7/+6
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 Ramirez1-2/+3
1999-01-27Added token-ring support to netmon.cGilbert Ramirez1-2/+4
1999-01-18Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgotGilbert Ramirez1-0/+215