aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-30text2pcap: Move SHB and IDB setup to ui/text_importJohn Thacker1-0/+11
2021-12-30text2pcap: Use standard log debug levelJohn Thacker1-2/+0
2021-12-26import_text: Add ASCII identification checkboxJohn Thacker1-1/+1
2021-12-25text2pcap: Use debug levelJohn Thacker1-0/+2
2021-12-24text_import: Reduce globalsJohn Thacker1-1/+6
2021-12-23text_import: Report failure to writeJohn Thacker1-0/+1
2021-12-22text_import: port ASCII identification from text2pcapJohn Thacker1-0/+1
2021-12-22text_import: Add interface and internals for IPv6John Thacker1-2/+9
2021-12-22text_import: Add interface and internals for dummy IPv4 addressesJohn Thacker1-0/+2
2021-11-30Add UI header files to DoxygenMoshe Kaplan1-1/+2
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-1/+2
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-26Regex based textfile importPaul Weiß1-8/+33
2019-01-21Text Import: update code comments and help textsJaap Keuter1-3/+3
2018-12-06Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris1-2/+0
2018-10-31import: add export_pdu dummy header feature.Dario Lombardo1-1/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2017-03-28text_import: the maximum frame length should be WTAP_MAX_PACKET_SIZEPascal Quantin1-1/+1
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-1/+1
2016-03-27Pull the invocation of the Lex scanner into common code.Guy Harris1-2/+1
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+2
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-04-05Match the new text2pcap max packet import size of 65KiB-1 from r48738.Chris Maynard1-1/+1
2013-04-02Add support for the initial direction indication. Irene will hookMichael Tüxen1-0/+1
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte1-0/+13
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-5/+14
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-0/+87