aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/compiled_filter_output.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2018-12-02Don't include <wsutil/wspcap.h> if we're not building with libpcap.Guy Harris1-0/+2
2018-05-30Qt: use data() instead of constData() in pcap_compile().Dario Lombardo1-1/+1
2018-05-09Qt: fix memleaks in CompiledFilterOutputPeter Wu1-4/+3
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-4/+0
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-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-3/+3
2017-08-15Qt: fix compilation without pcap.Dario Lombardo1-4/+4
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2017-05-25Don't try to compile capture filter if pcap_compile isn't available.Michael Mann1-0/+2
2017-05-12Don't include pcap headers if you don't have pcap.Guy Harris1-0/+5
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2016-02-25Clean up modelines and indentation.Guy Harris1-4/+3
2016-01-06Clean up more includes of wtap.h.Guy Harris1-2/+3
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2014-08-08Use a QTreeWidget instead of QTableWidget.Gerald Combs1-2/+2
2014-08-02CompiledFilterOutput dialog fixes and updates.Gerald Combs1-6/+30
2014-06-12Capture Interfaces Dialog:Irene Ruengeler1-0/+115