aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/peektagged.c
AgeCommit message (Expand)AuthorFilesLines
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