Mixe for Privacy and Anonymity in the Internet
Functions
CALocalProxy.cpp File Reference
#include "StdAfx.h"
#include "CALocalProxy.hpp"
#include "CASocketList.hpp"
#include "CASocketGroup.hpp"
#include "CASocketGroupEpoll.hpp"
#include "CAMsg.hpp"
#include "CACmdLnOptions.hpp"
#include "CAUtil.hpp"
#include "CASocketAddrINet.hpp"
#include "CABase64.hpp"
#include "CALibProxytest.hpp"
#include "xml/DOM_Output.hpp"
#include "CASymChannelCipher.hpp"
#include "CASymCipherOFB.hpp"
#include "CASymChannelCipherFactory.hpp"
Include dependency graph for CALocalProxy.cpp:

Go to the source code of this file.

Functions

void SIGUSR1_handler (int signum)
 
void SIGUSR2_handler (int signum)
 

Function Documentation

◆ SIGUSR1_handler()

void SIGUSR1_handler ( int  signum)

Definition at line 52 of file CALocalProxy.cpp.

53  {
54  CAMsg::printMsg(LOG_DEBUG,"Starting to capture packets for replay attack.\n");
57  }
static bool bCapturePackets
static int iCapturedPackets
static SINT32 printMsg(UINT32 typ, const char *format,...)
Writes a given message to the log.
Definition: CAMsg.cpp:251

References CALocalProxy::bCapturePackets, CALocalProxy::iCapturedPackets, and CAMsg::printMsg().

Referenced by CALocalProxy::initOnce().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SIGUSR2_handler()

void SIGUSR2_handler ( int  signum)

Definition at line 61 of file CALocalProxy.cpp.

62  {
63  CAMsg::printMsg(LOG_DEBUG,"Starting replay of packets.\n");
65  }
static bool bReplayPackets

References CALocalProxy::bReplayPackets, and CAMsg::printMsg().

Referenced by CALocalProxy::initOnce().

Here is the call graph for this function:
Here is the caller graph for this function: