aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Try to squelch warningsAnders Broman1-3/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-8/+3
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-2/+2
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.Guy Harris1-1/+13
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris1-1/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-6/+6
2011-12-13Crank up the maximum frame table size to 512*2^20 packets, that being aGuy Harris1-3/+10
2011-12-13Add an arbitrary limit on the maximum size of the frame table, so thatGuy Harris1-0/+13
2011-11-17Add checks to make sure we don't overflow the maximum 32-bit fileGuy Harris1-0/+37
2011-11-17Add support for writing WTAP_ENCAP_PER_PACKET files; they are writtenGuy Harris1-13/+77
2011-11-16Support nanosecond-resolution time for NetMon 2.x format (it's onlyGuy Harris1-41/+125
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-7/+7
2011-05-03Note what NetMon 3 actually uses various types for.Guy Harris1-5/+5
2011-05-03Set the pseudo-header regardless of whether we have a trailer or not.Guy Harris1-42/+47
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anGuy Harris1-104/+176
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-16/+18
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-9/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-7/+7
2010-12-28It is not guaranteed that the records in numerical (frame table) orderGuy Harris1-7/+5
2010-07-23At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeGuy Harris1-1/+7
2010-07-21The 32-bit unsigned time offset in version 1.x files should be convertedGuy Harris1-1/+5
2010-07-21According to mail from Paul Long at Microsoft, in the 1.x NetMon fileGuy Harris1-1/+7
2010-07-19Initial support for Network Monitor 802.11 radio header.Guy Harris1-1/+2
2010-07-18The time delta in a NetMon frame header is signed - it can be negative.Guy Harris1-3/+5
2010-07-18NetMon per-packet link-layer types with 0xE000 in the upper 4 bits areGuy Harris1-8/+37
2010-07-18Initial support for the trailer information in versions 2.1 and later ofGuy Harris1-19/+135
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-50/+6
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-36/+49
2009-12-09When reading NetMon capture files version 2.1 and higher (the latest is 2.2 r...Stephen Fisher1-1/+10
2009-06-02No newlines in the additional-error-information string, please.Guy Harris1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-3/+3
2009-03-09P64 fixes.Gerald Combs1-1/+1
2007-06-05Note the version numbers in NetMon 3.0 files.Guy Harris1-2/+5
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+8
2005-06-04Fix some more leaks in error returns from open routines (if the open canGuy Harris1-0/+3
2005-05-30From Steve Grubb: Fix a memory leak. Fixes part of bug 217.Gerald Combs1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-17/+21
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-3/+3
2003-11-06From Scott Emberley: support for writing Network Instruments ObserverGuy Harris1-4/+4
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+23
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+2
2003-01-06Cast "secs" to "double" before multiplying by 1000000, so that we don'tGuy Harris1-2/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-9/+9
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",Guy Harris1-5/+8