Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Askbot content moderation - Internal Server Error

Setting the flag here in FindPCAP.cmake:

  # Remote pcap checks
  if( HAVE_PCAP_OPEN )
    set( HAVE_PCAP_REMOTE 1 )
  endif()

Askbot content moderation - Internal Server Error

#ifdef HAVE_PCAP_REMOTE

Setting the flag here in FindPCAP.cmake:

  # Remote pcap checks
  if( HAVE_PCAP_OPEN )
    set( HAVE_PCAP_REMOTE 1 )
  endif()

Askbot content moderation - Internal Server Error

(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()

Askbot content moderation - Internal Server Error

(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()

Askbot content moderation - Internal Server Error

(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_
    {
        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()

Askbot content moderation - Internal Server Error

(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()

Askbot content moderation - Internal Server Error

(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:
remoteInterfaces Exist

#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()

Askbot content moderation - Internal Server Error

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?