aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-09Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field fromGuy Harris1-3/+17
2001-03-23Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris1-41/+20
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2001-02-14Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris1-2/+2
2001-02-13Changes from Chris Jepeway toGuy Harris1-21/+42
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+2
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris1-2/+2
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-11/+10
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris1-3/+8
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-15/+15
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-29Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez1-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-86/+75
1999-12-14more work on netxray, still not sniffer compatible thoughNathan Neulinger1-15/+47
1999-12-14Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger1-1/+148
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-12/+13
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-4/+10
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-12/+14
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/+6
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-2/+11
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1-5/+5
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1-2/+2
1999-03-20Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-12/+50
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1-11/+11
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-10/+49
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1-0/+175