aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peektagged.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-10Fill in the packet flags for *Peek classic and tagged files.Guy Harris1-1/+10
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-6/+5
2018-11-15Always use the file header to set the encapsulation type for Peek classic.Guy Harris1-0/+2
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-24/+24
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-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris1-2/+3
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2015-12-24Refactor 802.11 radio flags.Simon Barber1-29/+20
2015-07-06Add some comments.Guy Harris1-0/+5
2015-07-05Use space indentation consistently.Guy Harris1-7/+7
2015-07-02Zero out the nss array when we don't have the 802.11ac information we need.Guy Harris1-0/+3
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-5/+6
2015-06-25If we don't have both frequency and channel, try to calculate the other.Guy Harris1-0/+45
2015-06-25Squelch a compiler warning.Guy Harris1-0/+2
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-49/+78
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-119/+102
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-0/+1
2015-05-06WildPackets → Savvius.Gerald Combs1-6/+6
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris1-17/+7
2015-01-24Get Wireshark to compile with afl-gcc.Gerald Combs1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-376/+389
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris1-1/+1
2014-10-30Dataflow analysis is hard, let's go shopping!Guy Harris1-0/+2
2014-10-30Squelch some used-but-not-set warnings (one legitimate, others not).Guy Harris1-6/+6
2014-10-30Use correct variable.Guy Harris1-1/+1
2014-10-30Extract the center frequency from Peek tagged files.Guy Harris1-0/+2
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-0/+49
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-38/+49
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-4/+11
2014-10-28Add a comment showing mapping to radiotap.Guy Harris1-0/+55
2014-10-28Some additional information from bug 10637.Guy Harris1-9/+45
2014-10-10wtap_file_read_till_separator() can return values other than 1 on success.Guy Harris1-1/+1
2014-10-10Don't treat int return values as valid wtap_open_return_val values.Guy Harris1-8/+10
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-18/+18
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-18/+8
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
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/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-10/+10
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-10/+10
2014-05-09Revert "Refactor Wiretap"Guy Harris1-115/+112
2014-05-09Refactor WiretapMichael Mann1-112/+115
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-4/+2