aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris2018-12-061-4/+5
* Check for localtime() failing.Guy Harris2017-04-171-2/+12
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-221-0/+1
* Qt: Multi line import from hex dump without offsetsStig Bjørlykke2016-06-131-0/+6
* Qt: Add import from hex dump without offsetsStig Bjørlykke2016-06-121-1/+9
* Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2016-04-031-3/+17
* Pull the invocation of the Lex scanner into common code.Guy Harris2016-03-271-9/+6
* text_import: Argument with 'nonnull' attribute passed null found by Clang Ana...Alexis La Goutte2015-12-131-0/+4
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-1/+13
* [pedantic] Replace usage of 'long' and 'long long'Bill Meier2014-11-191-1/+1
* Remove unnecessary includes of <ctype.h>.Guy Harris2014-10-171-1/+0
* Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte2014-07-291-0/+5
* Clean up handling of missing functions.Guy Harris2014-07-061-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-1/+1
* Refactor WiretapMichael Mann2014-05-091-1/+1
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-271-5/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* From Ville Skyttä: Spelling FixesBill Meier2013-12-231-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-09-021-1/+1
* Match the new text2pcap max packet import size of 65KiB-1 from r48738.Chris Maynard2013-04-051-2/+2
* Don't forget to move the trailing '\0'.Michael Tüxen2013-04-051-1/+2
* Add support for the initial direction indication. Irene will hookMichael Tüxen2013-04-021-6/+37
* Fix a bunch of warnings.Guy Harris2012-12-261-45/+45
* Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier2012-12-051-1/+2
* Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2012-10-241-106/+119
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* Have File->import write pcapng files.Anders Broman2012-09-201-0/+6
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Create a common libui using CMake similar to what we do with Autotools.Gerald Combs2012-09-141-0/+976