aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Check for localtime() failing.Guy Harris1-2/+12
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+1
2016-06-13Qt: Multi line import from hex dump without offsetsStig Bjørlykke1-0/+6
2016-06-12Qt: Add import from hex dump without offsetsStig Bjørlykke1-1/+9
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-3/+17
2016-03-27Pull the invocation of the Lex scanner into common code.Guy Harris1-9/+6
2015-12-13text_import: Argument with 'nonnull' attribute passed null found by Clang Ana...Alexis La Goutte1-0/+4
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+13
2014-11-19[pedantic] Replace usage of 'long' and 'long long'Bill Meier1-1/+1
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-07-29Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+5
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-5/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-05Match the new text2pcap max packet import size of 65KiB-1 from r48738.Chris Maynard1-2/+2
2013-04-05Don't forget to move the trailing '\0'.Michael Tüxen1-1/+2
2013-04-02Add support for the initial direction indication. Irene will hookMichael Tüxen1-6/+37
2012-12-26Fix a bunch of warnings.Guy Harris1-45/+45
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-1/+2
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte1-106/+119
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-20Have File->import write pcapng files.Anders Broman1-0/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-0/+976