aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/packetlogger.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris1-1/+0
2015-01-17PacketLogger files can be big-endian or little-endian.Guy Harris1-12/+52
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-4/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-4/+5
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-8/+8
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-7/+13
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
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-14/+12
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-12/+14
2014-05-09Revert "Refactor Wiretap"Guy Harris1-23/+20
2014-05-09Refactor WiretapMichael Mann1-20/+23
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-3/+2
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-21/+11
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-29/+6
2013-06-02Pull code to read process packet headers into aGuy Harris1-39/+49
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-4/+11
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
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