aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peektagged.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-29peektagged: set rec->block right after rec->rec_type.Guy Harris1-1/+1
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-3/+4
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris1-13/+3
2021-03-04peektagged: guess the PHY for 11b/11g/11a.Guy Harris1-0/+54
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris1-1/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-2/+8
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-1/+17
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-04-14wiretap: don't use memset where possible.Dario Lombardo1-2/+1
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