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