aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peekclassic.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-07-14wiretap: iptrace/Sniffer/Peek classic always have packet flags.Guy Harris1-9/+5
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-10/+20
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-3/+4
2021-03-10several: make the phy reflect the packet modulation.Guy Harris1-0/+23
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-2/+2
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-2/+16
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-6/+11
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-2/+29
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+8
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-4/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-10Fill in the packet flags for *Peek classic and tagged files.Guy Harris1-9/+19
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-14/+14
2018-11-15Don't set anything in *wth until we've decided it's a Peek classic file.Guy Harris1-3/+5
2018-11-15Simplify code.Guy Harris1-6/+3
2018-11-15Always use the file header to set the encapsulation type for Peek classic.Guy Harris1-26/+23
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-51/+51
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-14/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-2/+3
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris1-0/+10
2015-12-24Refactor 802.11 radio flags.Simon Barber1-4/+6
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris1-4/+47
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-05-06WildPackets → Savvius.Gerald Combs1-5/+5
2015-02-28Don't use struct timeval if we only care about seconds.Guy Harris1-8/+5
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-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-0/+1
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-11/+11
2014-10-07Make the code a bit more like the pre-new-APIs code.Guy Harris1-8/+3
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-27/+15
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-23Make peekclassic_read_packet_v56() more like the _v7 version.Guy Harris1-2/+8
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+2
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-15/+15
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-15/+15
2014-05-09Revert "Refactor Wiretap"Guy Harris1-53/+46
2014-05-09Refactor WiretapMichael Mann1-46/+53
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-8/+4
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-10/+10
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2