aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Squelch a warning.Guy Harris1-1/+1
2014-07-06Pull the record processing into netmon_process_record().Guy Harris1-135/+126
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-1/+1
2014-07-05Fix whitespace issues.Guy Harris1-5/+5
2014-07-05Handle the UTC timestamps in NetMon 2.3 files.Guy Harris1-122/+148
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+8
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+16
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-16/+16
2014-05-09Revert "Refactor Wiretap"Guy Harris1-60/+57
2014-05-09Refactor WiretapMichael Mann1-57/+60
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-06Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris1-11/+10
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+28
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-4/+2
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+3
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-19/+19
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-26/+26
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-9/+9
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-31/+10
2013-06-02Initialize the frame_table_size field of the private data to 0 and theGuy Harris1-0/+9
2013-06-01When allocating the frame table for a NetMon file, use g_try_malloc(),Guy Harris1-1/+5
2013-06-01Move the record header processing code into a common routine, and readGuy Harris1-101/+123
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus1-5/+0
2013-03-17From beroset:Anders Broman1-4/+3
2012-12-27OK, fine, how about 4 characters initializing a 4-character array?Guy Harris1-2/+2
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-13/+16
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-7/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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