aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2022-02-01Qt: Go To Packet field - change from inputMask to QIntValidatorChuck Craft2-3/+8
2022-02-01Qt: Fix PacketDialog preference context menuRoland Knall1-8/+8
2022-01-30[Automatic update for 2022-01-30]Gerald Combs3-9/+9
2022-01-23[Automatic update for 2022-01-23]Gerald Combs11-73/+62
2022-01-21Fix no-ZLib builds.Guy Harris1-0/+4
2022-01-19dumpcap: Fix segfault when failing to create temporary fileJohn Thacker1-1/+1
2022-01-18version info: Update for Microsoft Visual Studio 2022.Anders Broman1-1/+3
2022-01-16[Automatic update for 2022-01-16]Gerald Combs12-108/+128
2022-01-16Add ShowAsRustArray optionThibaut Vandervelden2-0/+42
2022-01-16import_text: Check writable encap types against pcapngJohn Thacker2-18/+37
2022-01-12Qt: Automatically enable new coloring rulesRoland Knall1-0/+2
2022-01-12Set desktop file name for QApplicationNicolas Fella1-0/+2
2022-01-11text_import: Allow fake IP headers with Raw IP encapsulationJohn Thacker4-43/+80
2022-01-11text2pcap: Case insensitive match for ISO time optionJohn Thacker1-1/+5
2022-01-11import_text+Qt: Don't add impossible dummy headers to wrong encapsJohn Thacker2-48/+14
2022-01-09[Automatic update for 2022-01-09]Gerald Combs12-370/+498
2022-01-09qcustomsplot: Fix Clang Warnings [core.UndefinedBinaryOperatorResult]Alexis La Goutte1-1/+1
2022-01-09qcustomsplot: fix Clang warnings [core.CallAndMessage]Alexis La Goutte1-4/+4
2022-01-09qcustomsplot: fix Clang Warning UndefinedBinaryOperatorResultAlexis La Goutte1-2/+2
2022-01-09qcustomsplot: fix Clang Warnings[core.UndefinedBinaryOperatorResult]Alexis La Goutte1-4/+4
2022-01-09SOME/IP: Adding taps and statisticsDr. Lars Völker3-0/+36
2022-01-08text_import: Add default IPv6 addressesJohn Thacker1-9/+13
2022-01-06Update our Npcap URLs.Gerald Combs1-2/+1
2022-01-06Extcap: Extcaps must be fully configured before start of capturej.novak@netsystem.cz11-27/+66
2022-01-06Extcap prefs: Editor remembers empty valuesj.novak@netsystem.cz8-69/+246
2022-01-05range_string: follow-up of 893290cPascal Quantin3-12/+6
2022-01-05wslog: Use a wider type for lineJoão Valverde2-2/+2
2022-01-04text_import: "localtime()" is an API, "local time" is local time.Guy Harris1-1/+1
2022-01-03text_import: nanosecond resolution by defaultJohn Thacker1-1/+1
2022-01-03Qt: Add a common hover color.Gerald Combs5-21/+20
2022-01-02Qt: Disable alternating table rows.Gerald Combs6-25/+6
2022-01-02[Automatic update for 2022-01-02]Gerald Combs12-156/+979
2021-12-31Fix more repeated words throughoutMoshe Kaplan2-2/+2
2021-12-31import_text: Add fake interface name to settingsJohn Thacker1-0/+2
2021-12-30import_text: Allow setting interface name from GUIJohn Thacker3-2/+32
2021-12-30text2pcap: Move SHB and IDB setup to ui/text_importJohn Thacker2-0/+124
2021-12-30Prefs/Extcap: Added support for password which is never stored on the diskj.novak@netsystem.cz8-8/+60
2021-12-30text_import: Fix squished address line edits on MacOSJohn Thacker1-0/+2
2021-12-30text2pcap: Use standard log debug levelJohn Thacker3-44/+32
2021-12-29import_text: Move IPv6 header control, use QComboBoxJohn Thacker3-21/+34
2021-12-29text_import: Only popup a warning about offsets the first timeJohn Thacker1-2/+17
2021-12-28text_import: use 4-space indentation for number_of_padding_bytes().Guy Harris1-6/+6
2021-12-28Qt: byteview mouse hover highlights not selectsChuck Craft1-1/+1
2021-12-28text_import: Switch default IPv4 addresses to what text2pcap usedJohn Thacker1-4/+5
2021-12-27Qt: Disable Import Hex Dump IPv6 check box when unusedStig Bjørlykke2-1/+2
2021-12-27text_import: Fix custom IPv6 address handlingJohn Thacker1-4/+11
2021-12-27import text: add IPv6 option, custom IPv6 addressesJohn Thacker3-9/+61
2021-12-27import_text: Save IP address settingsJohn Thacker1-0/+4
2021-12-27Use a wrapper function to call strptime()João Valverde1-35/+3
2021-12-27import text: Custom IPv4 source and destination address from GUIJohn Thacker3-67/+146