aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_filter_syntax_worker.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Qt: Only call pcap_freecode on successJohn Thacker1-1/+1
2023-11-18Qt: Don't try to compile capture filters for unknown dltsJohn Thacker1-1/+1
2023-11-18Capture Filter Syntax Worker: free BPF programJohn Thacker1-0/+1
2023-05-26Fedora: Fix cross-compilation with mingw-wpcapJoão Valverde1-0/+3
2023-02-06Remove wspcap.h and use config.h insteadJoão Valverde1-1/+1
2021-08-29Qt: stop capture syntax worker thread on exitTomasz Moń1-92/+71
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh1-2/+2
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2018-05-30Qt: use data() instead of constData() in pcap_compile().Dario Lombardo1-2/+2
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
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-10/+0
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-1/+1
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-9/+9
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-1/+1
2017-05-30Qt: Add support to verify extcap capture filterMichael Mann1-6/+33
2017-05-29Qt: Fix capture filter verification for non-extcap interfaces.Stig Bjørlykke1-1/+1
2017-05-25Don't try to compile capture filter if pcap_compile isn't available.Michael Mann1-6/+22
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/+14
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2016-01-08Add a Busy status to SyntaxLineEdit.Gerald Combs1-0/+6
2016-01-05Qt: Don't check capture filter for user DLTsStig Bjørlykke1-7/+14
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-1/+4
2014-05-14The filter string can only be valid, if an interface is selected.ruengeler1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-08Add initial capture filter support.Gerald Combs1-0/+141