aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Qt: Pop field status when closing a fileStig Bjørlykke1-0/+1
2018-08-21Calculate RTP delta time even if clock rate is unknown.Johannes Singler1-0/+4
2018-08-20Qt: fix several crashes in the SCTP DialogsVasil Velichkov15-140/+173
2018-08-14export_pdu.c: Fix a memory leakVasil Velichkov1-1/+0
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-9/+13
2018-08-13Move get_iface_display_name() to ui/iface_lists.c.Guy Harris3-66/+56
2018-08-12More interface view cleanups.Guy Harris5-18/+27
2018-08-12Show just the description in the description column.Guy Harris1-1/+1
2018-08-11Fix the "Manage interfaces" dialog columns.Guy Harris2-4/+2
2018-08-11More comments.Guy Harris1-1/+15
2018-08-11Make a routine static that's not used outside its source file.Guy Harris2-10/+1
2018-08-11Give a structure a better name.Guy Harris3-7/+7
2018-08-11Get rid of unused routine.Guy Harris2-23/+0
2018-08-03tap_export_pdu: Fix two memory leaksVasil Velichkov2-8/+12
2018-08-01tshark: Allow exporting of PDUs to stdoutVasil Velichkov1-3/+9
2018-07-30SCTPGraphDialog: fix displaying a single TSNVasil Velichkov1-3/+2
2018-07-30SCTPGraphArwndDialog: Detect max arwnd value when startArwnd is not setVasil Velichkov2-1/+6
2018-07-27Qt: Comment some of the sparkline code.Gerald Combs1-0/+10
2018-07-23SCTPGraphDialog: Remove two unused membersVasil Velichkov2-9/+0
2018-07-23SCTPGraphDialog: Clear internal vectorsVasil Velichkov1-0/+16
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris49-63/+107
2018-07-17Qt: Remove an unneeded function.Gerald Combs2-8/+1
2018-07-17Qt: update to QCustomPlot 1.3.2Peter Wu2-422/+518
2018-07-16Qt: Create the main display filter combo sooner.Gerald Combs1-7/+7
2018-07-14Qt: try to sort numeric columns (such as ports) as numberPeter Wu1-21/+49
2018-07-11Qt: make "Save As" in Follow Streams usablePeter Wu2-52/+22
2018-07-10Expand another comment to explain why we're ignoring empty lines.Guy Harris1-1/+4
2018-07-10Note that this code is checking for being on a new page.Guy Harris1-0/+4
2018-07-06Don't use QFileInfo()::baseName().Guy Harris1-1/+1
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-6/+5
2018-07-06Qt: fix wrong Follow Stream text position after changing modePeter Wu1-1/+3
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu2-3/+3
2018-07-06Use the display name in "Save As..." output for statistics taps.Guy Harris1-2/+2
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris6-4/+27
2018-07-06Change the print preview if "include column headings" changes.Guy Harris2-6/+14
2018-07-05Add a "Include column headings" checkbox in export dissections and print.Guy Harris5-3/+43
2018-07-05tap-rtp-common: fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2018-07-04Some fixes.Guy Harris3-19/+48
2018-07-04fileTitle -> fileDisplayName.Guy Harris5-5/+5
2018-07-04We have cf_get_display_name(); use it to get the title bar string.Guy Harris1-12/+7
2018-07-04Set the file path for a main window if it's not a temporary file.Guy Harris3-28/+63
2018-07-03Just use CaptureFile::fileTitle() in MainWindow::setTitlebarForCaptureFile().Guy Harris1-37/+1
2018-07-03CaptureFile.fileTitle() is for display, not for file name processing.Guy Harris4-4/+4
2018-07-03Don't show temporary file names in title bars.Guy Harris2-6/+52
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu2-4/+26
2018-07-02Make arrays of 4 octets arrays of 4 guint8.Guy Harris2-9/+14
2018-07-02Make an array of 4 octets an array of 4 guint8.Guy Harris1-3/+7
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak6-37/+73
2018-06-27packet export: Add default file extensionGraham Bloice2-1/+27
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-36/+12