aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris2001-03-231-41/+20
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris2001-02-141-2/+2
* Changes from Chris Jepeway toGuy Harris2001-02-131-21/+42
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+2
* Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris2000-09-231-2/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+3
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-11/+10
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-2/+1
* Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris2000-06-241-3/+8
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+4
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-3/+4
* Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris2000-05-101-15/+15
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+9
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-2/+2
* Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez2000-01-291-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* One field in the NetXRay header appears to be the number of frames inGuy Harris1999-12-151-86/+75
* more work on netxray, still not sniffer compatible thoughNathan Neulinger1999-12-141-15/+47
* Include <string.h> to declare "memset()".Guy Harris1999-12-141-1/+2
* Added support for writing netxray version 1.1 dumps.Nathan Neulinger1999-12-141-1/+148
* Better handle errors from zlib:Guy Harris1999-10-051-13/+9
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-2/+2
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-12/+13
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-4/+10
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-2/+2
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-12/+14
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-20/+38
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-2/+6
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+4
* Add support for Network Monitor 2.0 files, thanks to informationGuy Harris1999-05-121-2/+11
* The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1999-03-251-5/+5
* Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1999-03-221-2/+2
* Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1999-03-201-12/+50
* It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1999-03-011-11/+11
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-10/+49
* Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1999-02-201-0/+175