aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearGuy Harris1-7/+5
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareGuy Harris3-11/+9
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping8-19/+19
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris1-1/+12
2003-12-29From Neils Koot:Guy Harris2-82/+298
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanGuy Harris1-11/+11
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-3/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsJörg Mayer1-2/+2
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
2003-12-18From Jan Kiszka: IrDA support.Guy Harris3-9/+163
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris1-1/+15
2003-12-17Fix more "CPPLAGS" typoes.Guy Harris1-3/+3
2003-12-11prevent MSVC warning:Ulf Lamping2-15/+15
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris4-6/+21
2003-12-03"strtoul()" returns a "long", not a "long long".Guy Harris1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allGuy Harris1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris7-6/+324
2003-12-01It's RedHat, not Red Hat.Richard Sharpe1-2/+2
2003-11-25"file_seek()" sets "*err" - we don't have to set it ourselves.Guy Harris1-13/+4
2003-11-25"file_seek()" sets "*err" - there's no need to set it ourselves. ItGuy Harris1-15/+7
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+17
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesGuy Harris1-3/+3
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris2-7/+9
2003-11-06From Scott Emberley: support for writing Network Instruments ObserverGuy Harris5-27/+188
2003-11-04Sigh. Some snoop files have 6 bytes of padding; assume the file is aGuy Harris1-29/+77
2003-11-01The time in Observer files is in nanoseconds since midnight, January 1,Guy Harris2-18/+46
2003-10-31Temporarily get rid of the "struct tm" in "struct observer_time", andGuy Harris2-2/+8
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris7-6/+393
2003-10-30The quantities in the hcidump header are little-endian, not big-endian.Guy Harris1-5/+5
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris7-8/+205
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris4-14/+18
2003-10-24Move the version number checking for libpcap files, to see whether toGuy Harris2-22/+62
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...Ronnie Sahlberg1-1/+10
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-3/+6
2003-10-03Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32Jörg Mayer1-2/+2
2003-10-03From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasGuy Harris1-1/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+0
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris17-173/+529
2003-09-28It appears that, at least for gigabit pod captures, there are time stampGuy Harris1-21/+52
2003-09-24From packet steve: update to give the correct name for "file_access.c",Guy Harris1-6/+21
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,Guy Harris1-18/+57
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
2003-08-26From Jesper Peterson:Guy Harris1-4/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris8-6/+538
2003-08-23Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris3-6/+6
2003-08-22Rename "wiretap/file.c" to "wiretap/file_io.c", as some tools, such asGuy Harris3-6/+6