aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice2-12/+7
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs5-14/+25
2018-02-28Fix StringCchPrintf() calls.Guy Harris1-3/+4
2018-02-28rtspstat: use integer cast in g_hash_table.Dario Lombardo1-16/+13
2018-02-27Qt/USB: Allow USB src/dst addresses to be selected for columnsPeter Wu1-5/+17
2018-02-27Allow hexadecimal and octal numbers for tshark Decode AsPeter Wu1-11/+35
2018-02-27Qt: accept hexadecimal input in Decode As dialogPeter Wu2-6/+6
2018-02-25[Automatic update for 2018-02-25]Gerald Combs6-130/+14
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs3-42/+42
2018-02-22Qt+Windows: Adjust our DBAR check logic.Gerald Combs1-1/+2
2018-02-22Qt: Improve our capture filter completions.Gerald Combs1-18/+69
2018-02-21Squelch some cating-away-constness warnings.Guy Harris1-11/+11
2018-02-20Squelch some casting-away-constness warnings.Guy Harris5-9/+17
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Constify an argument, remove no-longer-necessary removal of constness.Guy Harris3-3/+3
2018-02-20Constify some method arguments, and don't cast away constness.Guy Harris1-8/+8
2018-02-20Cast away constness at the point where it can't be avoided.Guy Harris1-2/+2
2018-02-20Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Type casts without const lose constness.Guy Harris2-2/+2
2018-02-20Qt: Right justify custom columns with multiple fieldsStig Bjørlykke1-8/+22
2018-02-20Qt: Improve sorting of custom columns with multiple fieldsStig Bjørlykke1-11/+4
2018-02-19Qt: Use QFrames as separators in the filter expression toolbar.Gerald Combs2-9/+11
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris5-50/+50
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter14-14/+28
2018-02-18[Automatic update for 2018-02-18]Gerald Combs7-65/+223
2018-02-17Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-17Qt: Another filter expression toolbar layout attempt.Gerald Combs1-5/+6
2018-02-17Qt: Replace the toolbar extension icon.Gerald Combs2-2/+18
2018-02-17Qt: Add separators between filter expression buttons.Gerald Combs2-8/+24
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris2-31/+23
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2018-02-16Squelch redundant declaration warnings.Guy Harris3-16/+20
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-0/+7
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-5/+4
2018-02-15Suppress more PortAudio + Win64 compiler warnings.Gerald Combs1-1/+4
2018-02-14Qt: fix crash in packet dialog on changing selectionPeter Wu3-10/+35
2018-02-14Convert coloring rules dialog to use model.Michael Mann10-315/+1048
2018-02-14Qt: Fix the filter expression toolbar layout.Gerald Combs1-1/+3
2018-02-13CMake: Install the HTML guides.Gerald Combs2-0/+3
2018-02-11ModelHelperTreeItem: Rename appendChild -> prependChildMichael Mann5-27/+27
2018-02-11[Automatic update for 2018-02-11]Gerald Combs7-116/+235
2018-02-10Separately count all records and data records.Guy Harris5-92/+142
2018-02-09Move the merge_action_e enum to the Win32 file dialog source file.Guy Harris2-6/+6
2018-02-09Fix indentation.Guy Harris1-1/+1
2018-02-09Put the preview-generation loop into a common routine.Guy Harris7-161/+188
2018-02-09Do changes from Generalize wtap_pkthdr into a structure for packet andAndersBroman1-3/+3
2018-02-09RLC graph: fix zooming, both in normal case and when graph direction has been...Martin Mathieson1-4/+9
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris24-83/+90