aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2004-01-19It appears that, for ISDN captures, the rules for whether there's 4guy1-10/+30
2004-01-10Add -Wbad-function-cast to extra gcc flags.obiot1-2/+2
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearguy1-7/+5
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareguy3-11/+9
2004-01-05 removed some MSVC warnings (level 3)ulfl8-19/+19
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofguy1-1/+12
2003-12-29From Neils Koot:guy2-82/+298
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanguy1-11/+11
2003-12-28removed some MSVC warnings (warning level 2)ulfl1-3/+3
2003-12-24Add -pedantic to --with-extra-gcc-checksjmayer1-2/+2
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-3/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsjmayer1-2/+2
2003-12-19Add some additional sanity checking.guy1-1/+10
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapguy1-1/+3
2003-12-18From Jan Kiszka: IrDA support.guy3-9/+163
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,guy1-1/+15
2003-12-17Fix more "CPPLAGS" typoes.guy1-3/+3
2003-12-11prevent MSVC warning:ulfl2-15/+15
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.guy4-6/+21
2003-12-03"strtoul()" returns a "long", not a "long long".guy1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allguy1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureguy7-6/+324
2003-12-01It's RedHat, not Red Hat.sharpe1-2/+2
2003-11-25"file_seek()" sets "*err" - we don't have to set it ourselves.guy1-13/+4
2003-11-25"file_seek()" sets "*err" - there's no need to set it ourselves. Itguy1-15/+7
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatguy1-1/+17
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesguy1-3/+3
2003-11-07Let people configure whether to build with Zlib or not solely byguy2-7/+9
2003-11-06From Scott Emberley: support for writing Network Instruments Observerguy5-27/+188
2003-11-04Sigh. Some snoop files have 6 bytes of padding; assume the file is aguy1-29/+77
2003-11-01The time in Observer files is in nanoseconds since midnight, January 1,guy2-18/+46
2003-10-31Temporarily get rid of the "struct tm" in "struct observer_time", andguy2-2/+8
2003-10-31From Scott Emberley: support for reading Network Instruments version 9guy7-6/+393
2003-10-30The quantities in the hcidump header are little-endian, not big-endian.guy1-5/+5
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackguy7-8/+205
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCguy4-14/+18
2003-10-24Move the version number checking for libpcap files, to see whether toguy2-22/+62
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...sahlberg1-1/+10
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-3/+6
2003-10-03Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32jmayer1-2/+2
2003-10-03From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasguy1-1/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-1/+0
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy17-173/+529
2003-09-28It appears that, at least for gigabit pod captures, there are time stampguy1-21/+52
2003-09-24From packet steve: update to give the correct name for "file_access.c",guy1-6/+21
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,guy1-18/+57
2003-09-04Put in a note telling people how to add a new libpcap encapsulationguy1-1/+47
2003-08-26From Jesper Peterson:guy1-4/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.guy8-6/+538