aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peekclassic.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-49/+49
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-30/+22
2013-06-03When reading sequentially, skip past any ignored data at the end of theGuy Harris1-5/+15
2013-06-02Pull code to read and process packet headers intoGuy Harris1-134/+121
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-5/+17
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-8/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris1-0/+2
2012-07-09Fix up some comments.Guy Harris1-6/+6
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris1-0/+611