aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/packetlogger.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-4/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-3/+3
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-2/+2
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris1-14/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-12/+13
2011-04-06From Jakub Zawadzki:Guy Harris1-5/+5
2011-02-04Set *err before *err_info - that's how it's done in most other modules.Guy Harris1-1/+1
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke1-1/+1
2010-04-17From Jakub Zawadzki:Stig Bjørlykke1-1/+3
2009-06-22Improve heuristic for packetlogger file format detection.Michael Tüxen1-4/+2
2009-06-22Add protection code to avoid crashed when .erf filesMichael Tüxen1-1/+7
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke1-49/+18
2009-02-21Add a cast to fix a VC6 compie warningBill Meier1-1/+1
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-0/+217