aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
Commit message (Expand)AuthorAgeFilesLines
* Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris2004-02-061-1/+6
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-3/+3
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-3/+3
* From Scott Emberley: support for writing Network Instruments ObserverGuy Harris2003-11-061-1/+7
* Move the version number checking for libpcap files, to see whether toGuy Harris2003-10-241-1/+8
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-2/+2
* From Jesper Peterson: support for Endace ERF file format.Guy Harris2003-08-261-1/+8
* Clean up argument names.Guy Harris2003-07-291-3/+3
* Use GLib's macros for converting from host byte order to little-endian.Guy Harris2003-07-291-17/+3
* From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris2003-07-291-1/+6
* It looks as if a value of 0xfa in the second byte of a REC_HEADER2Guy Harris2003-01-101-2/+1
* It appears that ATM sniffer files with 4.x versions 4.95 and greaterGuy Harris2003-01-091-1/+3
* Properly turn the raw ISDN channel number field into an actual channelGuy Harris2003-01-071-1/+2
* The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris2002-11-271-41/+41
* Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris2002-11-011-2/+3
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-2/+1
* From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32Guy Harris2002-10-151-1/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Use <zlib.h> instead of "zlib.h"Jörg Mayer2002-07-311-2/+2
* From Joerg Mayer:Guy Harris2002-07-291-10/+2
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-081-8/+8
* Make the end-of-packet padding a per-capture-file property.Guy Harris2002-04-071-1/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-3/+3
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-3/+2
* The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris2002-01-181-2/+2
* In the EtherPeek file reader, keep the capture start time in a privateGuy Harris2002-01-181-1/+6
* Don't leak memory when closing a pppdump trace file.Gilbert Ramirez2001-12-131-1/+6
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-2/+2
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-1/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-4/+4
* The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris2001-08-251-5/+5
* You have to define "htolell()" on little-endian platforms, too....Guy Harris2001-02-131-4/+5
* Changes from Chris Jepeway toGuy Harris2001-02-131-19/+68
* "wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2000-11-121-2/+2
* Add support for reading pppd log files in wiretap.Gilbert Ramirez2000-09-191-1/+30
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-2/+2
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-1/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-2/+3
* If we have a random stream open for a compressed Sniffer file, have theGuy Harris2000-08-111-6/+9
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-081-1/+5
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-261-2/+1
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-1/+13
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-0/+250