aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-02Qt: Bring back border around inactive+selected packet list itemsStig Bjørlykke1-16/+29
2019-03-31Fix -z hosts output if it's from a live capture.Guy Harris1-1/+2
2019-03-31[Automatic update for 2019-03-31]Gerald Combs10-603/+108
2019-03-26Print extcap plugins with "tshark -G plugins".Guy Harris1-12/+1
2019-03-24[Automatic update for 2019-03-24]Gerald Combs10-93/+581
2019-03-23Qt: Fix our Expert Info foreground color logic.Gerald Combs2-4/+23
2019-03-23Clean up the new-file selection criteria in the GUI.Jeff Morriss2-15/+97
2019-03-22Fix order of ring buffer and auto-stop items on the Capture Options page.Jeff Morriss1-148/+148
2019-03-22Qt: Welcome page dark mode fixes.Gerald Combs1-2/+2
2019-03-22Qt: Fix our ColorUtils::themeIsDark comparison.Gerald Combs2-1/+7
2019-03-21Get rid of unnecessary include.Guy Harris1-1/+0
2019-03-20Clean up comments and white space.Guy Harris1-4/+4
2019-03-20Put back EOF rule, but without exporting write_current_packet().Guy Harris3-4/+19