Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
1 | initial version |
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
#ifdef HAVE_PCAP_REMOTE
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
(I should have looked at the code but always learn from your explanations)
Here the Gui determines if it should display a tab to configure Remote Interfaces.
interface_frame.cpp:
#ifdef HAVE_PCAP_REMOTE
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
(I should have looked at the code but always learn from your explanations)
Here the Gui determines if it should display a tab to configure Remote Interfaces.
interface_frame.cpp:
#ifdef HAVE_PCAP_REMOTE { QAction * toggleRemoteAction = new QAction(tr("Remote interfaces"), this);
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
(I should have looked at the code but always learn from your explanations)
Here the Gui determines if it should display a tab to configure Remote Interfaces.
interface_frame.cpp:
#ifdef HAVE_PCAP_REMOTEif (proxy_model_ { QAction * toggleRemoteAction = new QAction(tr("Remote interfaces"), this);
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
(I should have looked at the code but always learn from your explanations)
Here the Gui determines if it should display a tab to configure Remote Interfaces.
interface_frame.cpp:
#ifdef HAVE_PCAP_REMOTE if(proxy_model_(proxy_model_. { QAction * toggleRemoteAction = new QAction(tr("Remote interfaces"), this);
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
(I should have looked at the code but always learn from your explanations)remoteInterfaces Exist
Here the Gui determines if it should display a tab to configure Remote Interfaces.
interface_frame.cpp:
#ifdef HAVE_PCAP_REMOTE if (proxy_model_. { QAction * toggleRemoteAction = new QAction(tr("Remote interfaces"), this);
Setting the flag here in FindPCAP.cmake:
# Remote pcap checks if( HAVE_PCAP_OPEN ) set( HAVE_PCAP_REMOTE 1 ) endif()
Asking a question returns Internal Server error.
interface_frame.cpp (Line 144)
remoteInterfaces Exist
The content checking appears to look for sub-strings. Is it possible to add the whole word to the allowed list?