| Commit message (Expand) | Author | Age | Files | Lines |
* | Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or an | Guy Harris | 2004-02-06 | 1 | -1/+6 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -3/+3 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -3/+3 |
* | From Scott Emberley: support for writing Network Instruments Observer | Guy Harris | 2003-11-06 | 1 | -1/+7 |
* | Move the version number checking for libpcap files, to see whether to | Guy Harris | 2003-10-24 | 1 | -1/+8 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+2 |
* | From Jesper Peterson: support for Endace ERF file format. | Guy Harris | 2003-08-26 | 1 | -1/+8 |
* | Clean up argument names. | Guy Harris | 2003-07-29 | 1 | -3/+3 |
* | Use GLib's macros for converting from host byte order to little-endian. | Guy Harris | 2003-07-29 | 1 | -17/+3 |
* | From Thierry Martin: support for reading files from Accellent 5Views LAN | Guy Harris | 2003-07-29 | 1 | -1/+6 |
* | It looks as if a value of 0xfa in the second byte of a REC_HEADER2 | Guy Harris | 2003-01-10 | 1 | -2/+1 |
* | It appears that ATM sniffer files with 4.x versions 4.95 and greater | Guy Harris | 2003-01-09 | 1 | -1/+3 |
* | Properly turn the raw ISDN channel number field into an actual channel | Guy Harris | 2003-01-07 | 1 | -1/+2 |
* | The arguments to the "pntoh" and "pletoh" macros could be const | Guy Harris | 2002-11-27 | 1 | -41/+41 |
* | Fix up the handling of WAN captures somewhat, based on looking at a | Guy Harris | 2002-11-01 | 1 | -2/+3 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -2/+1 |
* | From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32 | Guy Harris | 2002-10-15 | 1 | -1/+4 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Use <zlib.h> instead of "zlib.h" | Jörg Mayer | 2002-07-31 | 1 | -2/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -10/+2 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -3/+3 |
* | Add an encapsulation type for "802.11 with radio information"; that type | Guy Harris | 2002-04-08 | 1 | -8/+8 |
* | Make the end-of-packet padding a per-capture-file property. | Guy Harris | 2002-04-07 | 1 | -1/+2 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -3/+3 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -3/+2 |
* | The time base in an EtherPeek capture isn't necessarily the start time | Guy Harris | 2002-01-18 | 1 | -2/+2 |
* | In the EtherPeek file reader, keep the capture start time in a private | Guy Harris | 2002-01-18 | 1 | -1/+6 |
* | Don't leak memory when closing a pppdump trace file. | Gilbert Ramirez | 2001-12-13 | 1 | -1/+6 |
* | Make the bytes-written information from Wiretap a long, as we allow | Guy Harris | 2001-12-04 | 1 | -2/+2 |
* | Support for stopping capture at specified capture file size or capture | Guy Harris | 2001-12-04 | 1 | -1/+2 |
* | 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/+4 |
* | The return value from "fwrite()" is a "size_t"; make the variable into | Guy Harris | 2001-08-25 | 1 | -5/+5 |
* | You have to define "htolell()" on little-endian platforms, too.... | Guy Harris | 2001-02-13 | 1 | -4/+5 |
* | Changes from Chris Jepeway to | Guy Harris | 2001-02-13 | 1 | -19/+68 |
* | "wtap_loop()" no longer has problems with packet offsets of 0, so we | Guy Harris | 2000-11-12 | 1 | -2/+2 |
* | Add support for reading pppd log files in wiretap. | Gilbert Ramirez | 2000-09-19 | 1 | -1/+30 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -2/+2 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 1 | -1/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -2/+3 |
* | If we have a random stream open for a compressed Sniffer file, have the | Guy Harris | 2000-08-11 | 1 | -6/+9 |
* | Added wiretap support to read the Cisco Secure Intrusion Detection System IPL... | Mike Hall | 2000-08-08 | 1 | -1/+5 |
* | In the final scene of the horror movie, just when you think the monster | Guy Harris | 2000-07-26 | 1 | -2/+1 |
* | Support for reading compressed Sniffer files, from Tim Farley, Joerg | Guy Harris | 2000-05-25 | 1 | -1/+13 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -0/+250 |