aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anguy1-1/+6
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-3/+3
2004-01-05 removed some MSVC warnings (level 3)ulfl1-3/+3
2003-11-06From Scott Emberley: support for writing Network Instruments Observerguy1-1/+7
2003-10-24Move the version number checking for libpcap files, to see whether toguy1-1/+8
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-2/+2
2003-08-26From Jesper Peterson: support for Endace ERF file format.guy1-1/+8
2003-07-29Clean up argument names.guy1-3/+3
2003-07-29Use GLib's macros for converting from host byte order to little-endian.guy1-17/+3
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANguy1-1/+6
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2guy1-2/+1
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterguy1-1/+3
2003-01-07Properly turn the raw ISDN channel number field into an actual channelguy1-1/+2
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constguy1-41/+41
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aguy1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-2/+1
2002-10-15From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32guy1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-07-31Use <zlib.h> instead of "zlib.h"jmayer1-2/+2
2002-07-29From Joerg Mayer:guy1-10/+2
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeguy1-8/+8
2002-04-07Make the end-of-packet padding a per-capture-file property.guy1-1/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-3/+2
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeguy1-2/+2
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateguy1-1/+6
2001-12-13Don't leak memory when closing a pppdump trace file.gram1-1/+6
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy1-2/+2
2001-12-04Support for stopping capture at specified capture file size or captureguy1-1/+2
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-4/+4
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoguy1-5/+5
2001-02-13You have to define "htolell()" on little-endian platforms, too....guy1-4/+5
2001-02-13Changes from Chris Jepeway toguy1-19/+68
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weguy1-2/+2
2000-09-19Add support for reading pppd log files in wiretap.gram1-1/+30
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-2/+2
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it ingram1-1/+2
2000-08-11Miscellaneous code cleaningdeniel1-2/+3
2000-08-11If we have a random stream open for a compressed Sniffer file, have theguy1-6/+9
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...mhall1-1/+5
2000-07-26In the final scene of the horror movie, just when you think the monsterguy1-2/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, Joergguy1-1/+13
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-0/+250