aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_range_group_box.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu1-2/+0
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-09-12Qt: fix a segmentation fault when opening a capture using the menu entryPascal Quantin1-1/+2
2017-09-11Qt: fix a memory leak when exporting packetsPascal Quantin1-0/+1
2015-09-11Export captured packets correctly.Gerald Combs1-2/+14
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-2/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+3
2014-11-12Qt: Flatten group boxes.Gerald Combs1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2012-11-01Add a print dialog to the Qt UI. Add support for null page element Gerald Combs1-0/+1
2012-10-31Set SVN properties.Gerald Combs1-1/+1
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs1-1/+0
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-0/+331