aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs1-2/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-61/+61
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07netmon: Initialize struct netmonrec_comment on allocStig Bjørlykke1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-09-24Don't look at the comment or process table with pre-2.2 files.Guy Harris1-6/+17
2017-09-07More [-Wmaybe-uninitialized] fixes with -OgJoão Valverde1-0/+3
2017-09-06NetMon: Add support for WiFi MessageMichael Mann1-0/+2
2017-09-05Ensure process info offset is "seek"ed when process info exists in NetMon file.Michael Mann1-0/+5
2017-09-04Add support for WPFCapture "formats" from Microsoft Analyzer.Michael Mann1-1/+35
2017-09-01Add support for NetMon NetmonFilter and NetworkInfoEx frame types.Michael Mann1-2/+6
2017-08-31Read process info table from Netmon filesMichael Mann1-20/+214
2017-08-30Add support for reading comments in Network Monitor filesMichael Mann1-22/+253
2017-08-29Add Network Monitor Event Tracing eventMichael Mann1-1/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-3/+3
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2015-12-24Refactor 802.11 radio flags.Simon Barber1-1/+1
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-3/+3
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-0/+1
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-1/+2
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-42/+5
2015-04-07ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix disse...Bill Meier1-3/+8
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-3/+3
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris1-4/+4
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-0/+1
2014-10-10Oops, missed one.Guy Harris1-1/+1
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-13/+13
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-6/+0
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-39/+9
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-2/+2
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-07-06Fix more errors revealed by enum-to-integer conversion warnings.Guy Harris1-5/+5
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