epan/dissectors/packet-xml.c try to decrypt data, but the data doesn't look correct yet
[metze/wireshark/wip.git] / wiretap / ber.c
2018-11-10 Peter Wuwiretap: fix truncated reads while reading compressed...
2018-09-29 Peter Wuwiretap: remove redundant ws_buffer_assure_space
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2016-03-28 Joerg MayerFix some warnings/errors of type
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-08-27 Stig BjørlykkeSupport BER files bigger than 256kB
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
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...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-19 Guy HarrisHoist the code to set the wtap_pkthdr into a routine...
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-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
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-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...