| Commit message (Expand) | Author | Age | Files | Lines |
* | From Jan Kiszka: IrDA support. | Guy Harris | 2003-12-18 | 1 | -1/+4 |
* | From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures. | Guy Harris | 2003-12-03 | 1 | -3/+12 |
* | Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLC | Guy Harris | 2003-10-25 | 1 | -1/+4 |
* | Fix a typo. | Guy Harris | 2003-05-16 | 1 | -2/+2 |
* | From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_ | Guy Harris | 2003-05-15 | 1 | -2/+8 |
* | A captured length bigger than the actual length makes no sense; clip the | Guy Harris | 2003-03-04 | 1 | -2/+11 |
* | Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files | Guy Harris | 2003-01-31 | 1 | -1/+4 |
* | In the BSDs, ARCNET packets don't have an offset field between the | Guy Harris | 2003-01-23 | 1 | -1/+4 |
* | From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP captures | Guy Harris | 2003-01-08 | 1 | -1/+4 |
* | Add support for SDLC encapsulation in DOS Sniffer captures; that | Guy Harris | 2003-01-03 | 1 | -1/+4 |
* | Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just | Guy Harris | 2003-01-03 | 1 | -3/+6 |
* | Add an item for Wellfleet HDLC. | Guy Harris | 2002-12-20 | 1 | -1/+3 |
* | From Solomon Peachy: support for new "wlancap" 802.11 extra-information | Guy Harris | 2002-11-06 | 1 | -1/+5 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -8/+5 |
* | Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, and | Guy Harris | 2002-10-22 | 1 | -1/+4 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | From Anand V. Narwani: add an entry for the DOCSIS encapsulation to the | Guy Harris | 2002-08-06 | 1 | -1/+4 |
* | From Motonori Shindo: support for reading CoSine L2 debug output. | Guy Harris | 2002-07-31 | 1 | -1/+4 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -2/+2 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -3/+4 |
* | Add a new error for attempts to open a pipe or FIFO for random access. | Guy Harris | 2002-06-07 | 1 | -1/+2 |
* | Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather than | Guy Harris | 2002-04-08 | 1 | -4/+1 |
* | Add an encapsulation type for "802.11 with radio information"; that type | Guy Harris | 2002-04-08 | 1 | -1/+4 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -2/+2 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -4/+6 |
* | Support in Wiretap for DLT_HHDLC, from Tomas Kukosa. | Guy Harris | 2002-02-07 | 1 | -1/+4 |
* | Untested support for AiroPeek captures. | Guy Harris | 2002-01-29 | 1 | -1/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+4 |
* | Add support for LocalTalk Link Access Protocol. | Guy Harris | 2001-11-30 | 1 | -2/+5 |
* | Support for 802.11+Prism II monitor-mode link-layer headers, from | Guy Harris | 2001-11-28 | 1 | -1/+7 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -4/+5 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -3/+3 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -7/+1 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -1/+4 |
* | Code to handle Frame Relay Sniffer captures, from Jeff Foster. | Guy Harris | 2001-01-08 | 1 | -1/+4 |
* | Add support for the DLT_LINUX_SLL capture type in the current CVS | Guy Harris | 2000-12-23 | 1 | -1/+3 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 1 | -1/+4 |
* | Add string representation for WTAP_ENCAP_PPP_WITH_PHDR | Gilbert Ramirez | 2000-09-28 | 1 | -1/+5 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -26/+43 |
* | Fix buffer overflow on zlib uncompression errors. | Laurent Deniel | 2000-08-19 | 1 | -2/+2 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -3/+18 |
* | Support for reading compressed Sniffer files, from Tim Farley, Joerg | Guy Harris | 2000-05-25 | 1 | -3/+13 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -3/+3 |
* | "wtap.h" doesn't need to include "ascend.h" or "toshiba.h". | Guy Harris | 2000-05-19 | 1 | -3/+1 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -19/+26 |
* | In wiretap, set err to 0 before doing anything inside wtap_loop(). | Gilbert Ramirez | 2000-05-12 | 1 | -1/+4 |
* | Some stuff, like libdencode, needs a wiretap routine that allows | Richard Sharpe | 2000-04-08 | 1 | -1/+6 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -45/+3 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |