| Commit message (Expand) | Author | Age | Files | Lines |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Update a comment to reflect reality (we no longer skip all the extra | Guy Harris | 2001-01-17 | 1 | -2/+4 |
* | Fixed potential buffer overflow in skip_header_records when processing | Jeff Foster | 2001-01-17 | 1 | -17/+15 |
* | Update a comment to reflect reality (we no longer skip all the extra | Guy Harris | 2001-01-16 | 1 | -3/+6 |
* | Moved settingg wth->file_encap from sniffer_encap to precede the | Jeff Foster | 2001-01-16 | 1 | -2/+6 |
* | Code to get a putative network subtype from a type 7 record in an | Guy Harris | 2001-01-16 | 1 | -6/+86 |
* | Code to handle Frame Relay Sniffer captures, from Jeff Foster. | Guy Harris | 2001-01-08 | 1 | -2/+7 |
* | Catch Sniffer packets where the record length for a record containing a | Guy Harris | 2000-11-29 | 1 | -1/+14 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+2 |
* | We have to set "x25.flags" in the Wiretap pseudo-header if the capture | Guy Harris | 2000-11-11 | 1 | -1/+29 |
* | Add initial support for "type 12" frames. I have no documentation for | Gerald Combs | 2000-10-17 | 1 | -1/+92 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+3 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -12/+11 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 1 | -2/+1 |
* | Initialize "last_blob" and "current_blob" when the file is opened. | Guy Harris | 2000-08-12 | 1 | -21/+23 |
* | If we have a random stream open for a compressed Sniffer file, have the | Guy Harris | 2000-08-11 | 1 | -168/+345 |
* | Use unsigned character pointers and arrays rather than signed character | Guy Harris | 2000-07-26 | 1 | -3/+3 |
* | Don't reposition the random stream in "ngsniffer_open()" if there isn't | Guy Harris | 2000-06-28 | 1 | -5/+6 |
* | Patch from Joerg Mayer to fix a problem reading Sniffer files: | Guy Harris | 2000-06-15 | 1 | -5/+10 |
* | Patch from Joerg Mayer to fix a problem reading Sniffer files: | Guy Harris | 2000-06-15 | 1 | -27/+24 |
* | Support for reading compressed Sniffer files, from Tim Farley, Joerg | Guy Harris | 2000-05-25 | 1 | -54/+557 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -10/+10 |
* | In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (a | Guy Harris | 2000-05-19 | 1 | -9/+9 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -102/+219 |
* | Use "htoles()" rather than "pletohs()" to convert host-byte-order shorts | Guy Harris | 2000-05-12 | 1 | -9/+9 |
* | Rename the "private" member of a "wtap_dumper" structure to "dump", as | Guy Harris | 2000-05-10 | 1 | -5/+5 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -1/+9 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -2/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTE | Olivier Abad | 1999-12-14 | 1 | -3/+4 |
* | Put in a private data structure hanging off the "wtap_dumper" structure | Guy Harris | 1999-12-11 | 1 | -8/+14 |
* | Correct timestamp calculation in ngsniffer_dump | Olivier Abad | 1999-12-11 | 1 | -30/+45 |
* | Add support to Wiretap for writing sniffer capture files. | Olivier Abad | 1999-12-09 | 1 | -8/+185 |
* | Update one more comment. | Guy Harris | 1999-11-29 | 1 | -4/+4 |
* | Update some comments. | Guy Harris | 1999-11-29 | 1 | -2/+13 |
* | Add in a comment about the "fs" and "flags" fields in the "frame2" | Guy Harris | 1999-11-28 | 1 | -1/+16 |
* | Sigh. Apparently "Internetwork analyzer" covers a multitude of sins; | Guy Harris | 1999-11-27 | 1 | -6/+35 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -25/+17 |
* | A "time units" value of 5 means "microseconds", according to an FDDI | Guy Harris | 1999-09-30 | 1 | -2/+2 |
* | Fix it so that it builds with "--disable-zlib". | Guy Harris | 1999-09-24 | 1 | -2/+2 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -20/+21 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -2/+12 |
* | Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaning | Guy Harris | 1999-08-24 | 1 | -2/+2 |
* | Get rid of some cruft left in by previous checkins as placeholders. | Guy Harris | 1999-08-22 | 1 | -26/+26 |
* | The 16-bit and 32-bit fields in the "frame4" record header in ATM | Guy Harris | 1999-08-20 | 1 | -8/+8 |
* | Get rid of an unused variable left stranded on the beach when a wave | Guy Harris | 1999-08-20 | 1 | -2/+1 |
* | Add support for reading Full Frontal ATM from an ATM Sniffer capture | Guy Harris | 1999-08-20 | 1 | -287/+43 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -70/+132 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -2/+4 |