aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peektagged.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-26Add some new tags seen.Guy Harris1-1/+48
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-8/+8
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-17/+17
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-15/+11
2013-06-03Initialize the whole hdr_info structure to please gcc 4.3.2Pascal Quantin1-2/+1
2013-06-03Initialize some variables that GCC 4.7 complains about. I'm not 100% sureEvan Huus1-0/+3
2013-06-02Move code to fill in the wtap_pkthdr into peektagged_process_header(),Guy Harris1-102/+87
2012-12-29Give some more details, as per the Web page cited as a reference.Guy Harris1-4/+27
2012-12-29Oops, one instance of "airopeekv9" that wasn't supposed to have beenGuy Harris1-1/+1
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris1-12/+10
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-2/+8