aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-20Write out the last packet in text_import().Guy Harris3-4/+4
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-1/+1
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-2/+2
2019-03-17No need for a per-instance private sctp_allassocs_info_t pointer.Guy Harris2-2/+2
2019-03-17Don't remove constness in a cast if it's not necessary.Guy Harris1-2/+2
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-8/+8
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-5/+5
2019-03-14Windows: Console log handler fixups.Gerald Combs3-140/+110
2019-03-11Flip MAC and IP addresses, and TCP/UDP/SCTP ports, for outgoing packets.Guy Harris1-11/+61
2019-03-10[Automatic update for 2019-03-10]Gerald Combs2-2/+2
2019-03-09Allow %D and %T in date/time formats.Guy Harris1-1/+1
2019-03-09Qt: fix compilation with old compilers.Dario Lombardo2-2/+3
2019-03-08Remove the periodic interface update in wireless toolbarMikael Kanstrup4-13/+60
2019-03-03[Automatic update for 2019-03-03]Gerald Combs10-0/+40
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu6-14/+19
2019-02-26Qt: Info label fixes in the Profile dialogStig Bjørlykke1-2/+25
2019-02-24Qt: Remove save_file when restartStig Bjørlykke1-0/+6
2019-02-24[Automatic update for 2019-02-24]Gerald Combs3-27/+27
2019-02-21Qt: Add display information to the About dialog.Gerald Combs3-0/+31
2019-02-20Qt: Keep column width and align when edit custom fieldsStig Bjørlykke1-0/+5
2019-02-20Qt: fix compilation without pcap on gcc-8 and clang-7.Dario Lombardo1-0/+2