Add a routine to get an array of all instances of a string option.
[metze/wireshark/wip.git] / wiretap / packetlogger.c
2016-02-19 Guy HarrisDon't bother setting phdr->pkt_encap to wth->file_encap.
2015-01-17 Guy HarrisPacketLogger files can be big-endian or little-endian.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Michal LabedzkiBluetooth: Add generic Bluetooth dissector
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisMake the code a bit more like the pre-new-APIs code.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-02 Guy HarrisPull code to read process packet headers into a
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 Guy HarrisAdd missing checks for a too-large packet, so we don...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-10 Guy Harrisfile_read() can return -1; don't just blindly add it...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-02-04 Guy HarrisSet *err before *err_info - that's how it's done in...
2010-07-14 Stig BjørlykkeDon't pass tvb data to col_set_str(), as it will not...
2010-04-17 Stig BjørlykkeFrom Jakub Zawadzki:
2009-06-22 Michael TüxenImprove heuristic for packetlogger file format detection.
2009-06-22 Michael TüxenAdd protection code to avoid crashed when .erf files
2009-05-31 Stephen FisherChange my e-mail address
2009-04-24 Stig BjørlykkeImproved reading Apple's PacketLogger files:
2009-02-21 Bill MeierAdd a cast to fix a VC6 compie warning
2009-02-16 Stephen FisherAdd support for reading Apple's Bluetooth PacketLogger...