aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-2/+2
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-1/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-2/+3
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris1-6/+9
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-1/+5
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-2/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-1/+13
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-0/+250