| Commit message (Expand) | Author | Age | Files | Lines |
* | The return value from "fwrite()" is a "size_t"; make the variable into | Guy Harris | 2001-08-25 | 1 | -8/+8 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -3/+3 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -8/+14 |
* | Handle NetBSD Cisco HDLC as PPP, for now. | Guy Harris | 2001-03-11 | 1 | -5/+18 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Add support for the DLT_LINUX_SLL capture type in the current CVS | Guy Harris | 2000-12-23 | 1 | -1/+7 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 1 | -2/+37 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -2/+2 |
* | Close the handle for the SNMP library after we're done with it - shared | Guy Harris | 2000-09-17 | 1 | -7/+11 |
* | Code to read capture files from some version of tcpdump from some sort | Guy Harris | 2000-09-15 | 1 | -87/+282 |
* | Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and which | Guy Harris | 2000-09-12 | 1 | -1/+55 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -13/+9 |
* | Redo the way we map between libpcap encapsulation type codes and Wiretap | Guy Harris | 2000-08-25 | 1 | -87/+221 |
* | Support for capturing packet data from a pipe (a FIFO, or standard input). | Olivier Abad | 2000-07-30 | 1 | -63/+1 |
* | In the final scene of the horror movie, just when you think the monster | Guy Harris | 2000-07-26 | 1 | -103/+153 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -4/+4 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -3/+4 |
* | 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 |
* | Add to some comments notes on the meaning of DLT types 15 and 16 on | Guy Harris | 2000-01-09 | 1 | -3/+15 |
* | Handle i4btrace captures if they're from a machine with the opposite | Guy Harris | 1999-12-15 | 1 | -11/+1 |
* | Provide different file types for "modified" and Red Hat 6.1 "libpcap" | Guy Harris | 1999-12-11 | 1 | -12/+71 |
* | Fix some names. | Guy Harris | 1999-12-04 | 1 | -2/+2 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 1 | -40/+34 |
* | Add support to Wiretap for writing Network Monitor 1.x-format capture | Guy Harris | 1999-12-04 | 1 | -18/+18 |
* | Add in a gross heuristic that attempts to detect files with the version | Guy Harris | 1999-11-06 | 1 | -44/+151 |
* | Add support for capture files written by programs linked with Alexey | Guy Harris | 1999-11-06 | 1 | -27/+75 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -13/+9 |
* | Fix it so that it builds with "--disable-zlib". | Guy Harris | 1999-09-24 | 1 | -2/+2 |
* | When reading a capture file, we can detect whether it's compressed or | Guy Harris | 1999-09-23 | 1 | -5/+5 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -14/+15 |
* | Fix, from Bert Driehuis, to the stuff that checks for BSD/OS. | Guy Harris | 1999-08-31 | 1 | -2/+2 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -2/+7 |
* | Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaning | Guy Harris | 1999-08-24 | 1 | -1/+11 |
* | Modify the comments to show how much of a mess the different DLT_ values | Guy Harris | 1999-08-22 | 1 | -9/+18 |
* | Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table. | Guy Harris | 1999-08-22 | 1 | -2/+11 |
* | Get rid of some cruft left in by previous checkins as placeholders. | Guy Harris | 1999-08-22 | 1 | -22/+26 |
* | DLT_NULL, from "libpcap", means different things on different platforms | Guy Harris | 1999-08-22 | 1 | -16/+47 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -22/+37 |
* | "wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if it | Guy Harris | 1999-08-18 | 1 | -2/+2 |
* | Make "wtap_dump()" and "wtap_dump_close()" return error codes, and check | Guy Harris | 1999-08-18 | 1 | -10/+21 |
* | Add to Wiretap the ability to write capture files; for now, it can only | Guy Harris | 1999-08-18 | 1 | -26/+128 |
* | Patches from Thierry Andry to support Classical IP captures from systems | Guy Harris | 1999-07-28 | 1 | -2/+9 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+4 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -7/+6 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 1 | -1/+2 |
* | Added Guy Harris' patch to read Sniffer ATM trace files. Very nice. | Gilbert Ramirez | 1998-12-17 | 1 | -2/+2 |
* | Add support to wiretap for reading Sun "snoop" capture files. | Guy Harris | 1998-11-15 | 1 | -0/+212 |