aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Use the HTTPS URL for our main site in a few places.Gerald Combs1-1/+1
2019-05-26[Automatic update for 2019-05-26]Gerald Combs1-21/+21
2019-05-26Copy selected lines from Packet List view for existing formats.Arvind Dalvi1-23/+32
2019-05-24Qt: unchecked dynamic castJaap Keuter1-2/+2
2019-05-21Qt: Do not leak C run-time handles on WindowsTomasz Moń1-3/+21
2019-05-21Qt: add missing include in simple_dialog.Dario Lombardo1-0/+1
2019-05-21ui: Fix memory leak on extcap configuration saveTomasz Moń1-4/+4
2019-05-20simple_dialog(Qt): fix extra ';' after member function definitionAlexis La Goutte1-1/+1
2019-05-20Qt: Make simple warnings and errors asynchronousTomasz Moń1-5/+62
2019-05-20Qt: Add asynchronous simple dialogTomasz Moń4-6/+41
2019-05-15Qt: Fix no interface load preference handlingJaap Keuter1-1/+2
2019-05-15Qt: Delete extcap option dialog when it is closedTomasz Moń1-1/+2
2019-05-15Qt: do not expose a UAT record if the update callback failsPeter Wu1-4/+4
2019-05-09Qt: Fix debug assert in Manage Interfaces dialogTomasz Moń1-1/+1
2019-05-05[Automatic update for 2019-05-05]Gerald Combs1-88/+110
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde3-3/+3
2019-05-03CMake: Add libpcap imported library targetJoão Valverde1-0/+2
2019-05-02CMake: Check for and use system SpeexDSP libraryJoão Valverde3-1/+8
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-13/+9
2019-05-02Qt: Remove the border around inactive+selected packet list itemsStig Bjørlykke1-41/+0
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-28[Automatic update for 2019-04-28]Gerald Combs1-6/+6
2019-04-27Move another print dialog reference outside #ifdef HAVE_LIBPCAP/#endif.Guy Harris1-1/+1
2019-04-27Umm, you don't need to be able to do live captures in order to print....Guy Harris2-2/+2
2019-04-26Expert Info: Displays comment of each packet in the expert information tabZachary1-0/+6
2019-04-26Saving printing preferences from one print window to anotherLuke Lynch4-172/+188
2019-04-26Qt: do not fail Conversations -> Follow Stream based on packet listPeter Wu1-5/+7
2019-04-26Qt: Omit calls without values on selector reloadTomasz Moń2-4/+6
2019-04-24Qt: Support setting custom preferencesTomasz Moń2-0/+4
2019-04-20Qt: Fix deadlock in extcap toolbar creationTomasz Moń1-2/+2
2019-04-20text import: make TCP dest port truly direction dependantJaap Keuter1-1/+0
2019-04-19Qt: Do not turn empty parameter values into spacesTomasz Moń1-1/+1
2019-04-15Don't pass "-g deprecated-gtk" to checkAPIs.pl.Gerald Combs1-2/+1
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris10-16/+15
2019-04-15Qt: Do not pass empty values for extcap boolflagsTomasz Moń1-1/+3
2019-04-15Give a PacketDialog a Buffer and read directly into it and into its wtap_rec.Guy Harris2-15/+13
2019-04-13Qt: Display checkboxes for extcap multicheckTomasz Moń2-21/+21
2019-04-10Qt: use toLocalFile() instead of path() to check for existence.Dario Lombardo1-13/+9
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris1-27/+36
2019-04-08Use a common wtap_rec and Buffer for all packets.Guy Harris1-13/+15
2019-04-07[Automatic update for 2019-04-07]Gerald Combs5-20/+0
2019-04-07The wtap from which we're reading to get statistics isn't a statistic itself.Guy Harris1-8/+9
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris5-5/+5
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu11-92/+31
2019-04-05file_dialog.c: initialize wtap_rec and Buffer in get_stats_for_preview()Pascal Quantin1-0/+5
2019-04-05Clean up white space.Guy Harris1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris11-31/+92
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-6/+6
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-04-02Qt: Add hover style to packet list and proto treeStig Bjørlykke3-1/+40