aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
Commit message (Expand)AuthorAgeFilesLines
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Update a comment to reflect reality (we no longer skip all the extraGuy Harris2001-01-171-2/+4
* Fixed potential buffer overflow in skip_header_records when processingJeff Foster2001-01-171-17/+15
* Update a comment to reflect reality (we no longer skip all the extraGuy Harris2001-01-161-3/+6
* Moved settingg wth->file_encap from sniffer_encap to precede theJeff Foster2001-01-161-2/+6
* Code to get a putative network subtype from a type 7 record in anGuy Harris2001-01-161-6/+86
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-081-2/+7
* Catch Sniffer packets where the record length for a record containing aGuy Harris2000-11-291-1/+14
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+2
* We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2000-11-111-1/+29
* Add initial support for "type 12" frames. I have no documentation forGerald Combs2000-10-171-1/+92
* 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-12/+11
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-2/+1
* Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris2000-08-121-21/+23
* If we have a random stream open for a compressed Sniffer file, have theGuy Harris2000-08-111-168/+345
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-261-3/+3
* Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris2000-06-281-5/+6
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-5/+10
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-27/+24
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-54/+557
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-10/+10
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-9/+9
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-102/+219
* Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris2000-05-121-9/+9
* Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris2000-05-101-5/+5
* 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
* 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
* Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1999-12-141-3/+4
* Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1999-12-111-8/+14
* Correct timestamp calculation in ngsniffer_dumpOlivier Abad1999-12-111-30/+45
* Add support to Wiretap for writing sniffer capture files.Olivier Abad1999-12-091-8/+185
* Update one more comment.Guy Harris1999-11-291-4/+4
* Update some comments.Guy Harris1999-11-291-2/+13
* Add in a comment about the "fs" and "flags" fields in the "frame2"Guy Harris1999-11-281-1/+16
* Sigh. Apparently "Internetwork analyzer" covers a multitude of sins;Guy Harris1999-11-271-6/+35
* Better handle errors from zlib:Guy Harris1999-10-051-25/+17
* A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1999-09-301-2/+2
* 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-20/+21
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-2/+12
* 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-26/+26
* The 16-bit and 32-bit fields in the "frame4" record header in ATMGuy Harris1999-08-201-8/+8
* Get rid of an unused variable left stranded on the beach when a waveGuy Harris1999-08-201-2/+1
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-287/+43
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-70/+132
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-2/+4