aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peekclassic.c
Commit message (Expand)AuthorAgeFilesLines
* Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris2014-10-291-0/+1
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-11/+11
* Make the code a bit more like the pre-new-APIs code.Guy Harris2014-10-071-8/+3
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-27/+15
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Make peekclassic_read_packet_v56() more like the _v7 version.Guy Harris2014-09-231-2/+8
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+2
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-15/+15
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-15/+15
* Revert "Refactor Wiretap"Guy Harris2014-05-091-53/+46
* Refactor WiretapMichael Mann2014-05-091-46/+53
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-8/+4
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-10/+10
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-49/+49
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-30/+22
* When reading sequentially, skip past any ignored data at the end of theGuy Harris2013-06-031-5/+15
* Pull code to read and process packet headers intoGuy Harris2013-06-021-134/+121
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-5/+17
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-8/+10
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris2012-07-181-0/+2
* Fix up some comments.Guy Harris2012-07-091-6/+6
* The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris2012-07-091-0/+611