aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_properties_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Fix memory ownership when using cf_get_packet_commentPeter Wu1-1/+1
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-3/+3
2018-11-16Qt: fix build with Qt 5.4 and olderPeter Wu1-1/+1
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris1-2/+3
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-07Qt: Add file hashes to capture file properties dialogJaap Keuter1-0/+15
2018-08-11Give a structure a better name.Guy Harris1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-11qt: capture file properties: add a splitterMartin Kaiser1-0/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Move summary.[ch] to libui.Guy Harris1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-04Qt: Fix capture file properties averages.Gerald Combs1-4/+4
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-2/+2
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-17Rename cf_get_comment() to reflect what comment it gets.Guy Harris1-1/+1
2017-07-17Rename section comment get/set routines.Guy Harris1-3/+3
2017-06-21Qt: display newlines in capture file commentsPeter Wu1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2017-02-25Replace "n/a" with an em dash.Gerald Combs1-2/+2
2016-09-29Qt: Add html_escape to qt_ui_utils.Gerald Combs1-11/+2
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-07-21No need to check for string option values being null.Guy Harris1-3/+3
2016-07-14Redo the block options APIs.Guy Harris1-10/+13
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-26/+34
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2015-11-27Fix crash in Capture File Properties dialogPeter Wu1-1/+2
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+2
2015-08-21Add packet comments to the properties dialog.Gerald Combs1-9/+68
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs1-10/+9
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-03-05Qt: Show the full file path in the status bar.Gerald Combs1-1/+1
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-25/+16
2014-12-21Qt: rename SummaryDialog class to CaptureFilePropertiesDialogPascal Quantin1-1/+1
2014-12-21Qt: keep "Copy to clipboard" button active when closing the capture_file_prop...Pascal Quantin1-4/+0
2014-12-21Qt: Don't clear the capture file properties.Gerald Combs1-2/+0
2014-12-21Qt: fix a crash when closing a file while capture file properties window is openPascal Quantin1-2/+14
2014-12-09Qt: Update and rename the summary dialog.Gerald Combs1-0/+551