epan/dissectors/packet-xml.c try to decrypt data, but the data doesn't look correct yet
[metze/wireshark/wip.git] / wiretap / peektagged.c
2018-11-15 Guy HarrisAlways use the file header to set the encapsulation...
2018-02-18 Jaap KeuterFix some source headers, reformat SPDX license lines...
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: more SPDX license convertions.
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2016-09-28 Guy HarrisUse wtap_read_bytes() to skip over bytes when reading...
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-07-06 Guy HarrisAdd some comments.
2015-07-05 Guy HarrisUse space indentation consistently.
2015-07-02 Guy HarrisZero out the nss array when we don't have the 802.11ac...
2015-06-26 Guy HarrisFix handling of 11ac radio metadata.
2015-06-25 Guy HarrisIf we don't have both frequency and channel, try to...
2015-06-25 Guy HarrisSquelch a compiler warning.
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-22 Guy HarrisProvide PHY type and band information in the 802.11...
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-05-06 Gerald CombsWildPackets → Savvius.
2015-04-21 Guy HarrisCalculate *Peek tagged timestamps in fixed-point.
2015-01-24 Gerald CombsGet Wireshark to compile with afl-gcc.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-30 Guy HarrisDataflow analysis is hard, let's go shopping!
2014-10-30 Guy HarrisSquelch some used-but-not-set warnings (one legitimate...
2014-10-30 Guy HarrisUse correct variable.
2014-10-30 Guy HarrisExtract the center frequency from Peek tagged files.
2014-10-30 Guy HarrisSupport the bandwidth and "short GI" fields from Peek...
2014-10-30 Guy HarrisHandle the MCS index in Peek tagged files.
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-28 Guy HarrisAdd a comment showing mapping to radiotap.
2014-10-28 Guy HarrisSome additional information from bug 10637.
2014-10-10 Guy Harriswtap_file_read_till_separator() can return values other...
2014-10-10 Guy HarrisDon't treat int return values as valid wtap_open_return...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-26 Guy HarrisAdd some new tags seen.
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-03 Pascal QuantinInitialize the whole hdr_info structure to please gcc...
2013-06-03 Evan HuusInitialize some variables that GCC 4.7 complains about...
2013-06-02 Guy HarrisMove code to fill in the wtap_pkthdr into peektagged_pr...
2012-12-29 Guy HarrisGive some more details, as per the Web page cited as...
2012-12-29 Guy HarrisOops, one instance of "airopeekv9" that wasn't supposed...
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-07-09 Guy HarrisFix another comment.
2012-07-09 Guy HarrisFix some comments.
2012-07-09 Guy HarrisThe names "etherpeek" and "airopeek" are a bit misleadi...