aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peektagged.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-7/+8
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 another comment.Guy Harris1-1/+1
2012-07-09Fix some comments.Guy Harris1-4/+4
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris1-0/+618