Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
[metze/wireshark/wip.git] / wiretap / ber.c
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-02-23 Guy HarrisDon't use C++ keywords as variable names - prepend...
2009-06-02 Graeme LuntBetter heuristics for detecting BER encoded file, espec...
2009-01-04 Bill MeierMinor rewording of a few comments; fix a few typos.
2007-11-05 Anders BromanStrengthen BER and ERF heuristics to solve:
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-09-12 Gerald CombsGet rid of a compiler warning.
2006-06-17 Ronnie Sahlbergfix coverity "bug" 184 (false positive)
2006-05-15 Guy HarrisFix some compiler warnings.
2006-05-08 Graeme LuntBasic Encoding Rules (BER) encoded file reading. Not...