aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/resolved_addresses_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-22addr_resolv: avoid unnecessary memory allocation for hash tablesPeter Wu1-5/+5
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-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-1/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-1/+1
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-2/+2
2017-06-13Fix the display of the IPv4 Hash Table in Resolved Addresses Dialog QT UIsfd1-2/+2
2016-07-14Redo the block options APIs.Guy Harris1-1/+16
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-14/+14
2016-06-13qt: use #include <file.h> for generated include filesMartin Kaiser1-1/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-4/+2
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin1-0/+1
2015-09-13Fix misaligned read and buffer overrunPeter Wu1-7/+7
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-0/+30
2015-07-16Get rid of _U_, which was (mis)used in some places:Joerg Mayer1-1/+1
2015-07-16Qt: remove unused parametersPascal Quantin1-3/+3
2015-07-10Add the "Resolved Addresses" dialog.Gerald Combs1-0/+455