Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
[metze/wireshark/wip.git] / wiretap / packetlogger.c
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...