aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-13Use "atm_guess_traffic_type()" to guess the ATM traffic type for ATMGuy Harris1-15/+23
2002-07-29From Joerg Mayer:Guy Harris1-15/+11
2002-07-16From Graeme Hewson:Guy Harris1-3/+10
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-9/+4
2002-06-04The frame table isn't needed once we've made a sequential pass throughGuy Harris1-3/+17
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris1-32/+39
2002-04-30Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of NetworkGuy Harris1-3/+3
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-15/+24
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-22/+20
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-7/+9
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-4/+14
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
2002-01-25From Motonori Shindo: protect include of <netinet/in.h> with #ifdefGuy Harris1-1/+3
2002-01-24Add support for ATM captures (based on writing one out and handing it toGuy Harris1-34/+171
2001-12-04In the NetMon capture file reading code, if we get a short read whenGuy Harris1-4/+4
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-4/+4
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-12/+12