aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-9/+9
2006-04-14From Martin Mathieson:Anders Broman1-0/+11
2005-11-25From Martin Warnes:Anders Broman1-0/+7
2005-10-22Add #defines for the DOS Sniffer network types and for various frameGuy Harris1-1/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-0/+3
2005-09-09From Bill Meier:Guy Harris1-1/+3
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping1-0/+3
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris1-10/+2
2005-08-25timestamp display precision:Ulf Lamping1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+4
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-0/+8
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris1-1/+6
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-3/+3
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-3/+3
2003-11-06From Scott Emberley: support for writing Network Instruments ObserverGuy Harris1-1/+7
2003-10-24Move the version number checking for libpcap files, to see whether toGuy Harris1-1/+8
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+2
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris1-1/+8
2003-07-29Clean up argument names.Guy Harris1-3/+3
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-17/+3
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris1-1/+6
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2Guy Harris1-2/+1
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterGuy Harris1-1/+3
2003-01-07Properly turn the raw ISDN channel number field into an actual channelGuy Harris1-1/+2
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris1-41/+41
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-2/+1
2002-10-15From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32Guy Harris1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-07-31Use <zlib.h> instead of "zlib.h"Jörg Mayer1-2/+2
2002-07-29From Joerg Mayer:Guy Harris1-10/+2
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-8/+8
2002-04-07Make the end-of-packet padding a per-capture-file property.Guy Harris1-1/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-3/+2
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris1-2/+2
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris1-1/+6
2001-12-13Don't leak memory when closing a pppdump trace file.Gilbert Ramirez1-1/+6
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+2
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-4/+4
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-5/+5
2001-02-13You have to define "htolell()" on little-endian platforms, too....Guy Harris1-4/+5
2001-02-13Changes from Chris Jepeway toGuy Harris1-19/+68
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris1-2/+2
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-1/+30