checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / ui / text_import.c
2018-02-18 Jaap KeuterFix some source headers, reformat SPDX license lines...
2018-02-16 Guy HarrisSquelch redundant declaration warnings.
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-02-02 Dario Lombardoui: use SPDX identifiers.
2017-04-17 Guy HarrisCheck for localtime() failing.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-06-13 Stig BjørlykkeQt: Multi line import from hex dump without offsets
2016-06-12 Stig BjørlykkeQt: Add import from hex dump without offsets
2016-04-03 Guy HarrisMake the Flex scanners and YACC parser in libraries...
2016-03-27 Guy HarrisPull the invocation of the Lex scanner into common...
2015-12-13 Alexis La Gouttetext_import: Argument with 'nonnull' attribute passed...
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-11-19 Bill Meier[pedantic] Replace usage of 'long' and 'long long'
2014-10-17 Guy HarrisRemove unnecessary includes of <ctype.h>.
2014-07-29 Alexis La GoutteFix Argument with 'nonnull' attribute passed null found...
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-09-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-04-05 Chris MaynardMatch the new text2pcap max packet import size of 65KiB...
2013-04-05 Michael TüxenDon't forget to move the trailing '\0'.
2013-04-02 Michael TüxenAdd support for the initial direction indication. Irene...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-10-24 Alexis La GoutteFix indent and add Modelines info for new common ui...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Anders BromanHave File->import write pcapng files.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-14 Gerald CombsCreate a common libui using CMake similar to what we...