#include <misc.h>
Data Fields | |
| SOCKET | source |
| struct sockaddr_in | sourceaddr |
| SOCKET | destination |
| struct sockaddr_in | destinationaddr |
| int | dstProtocol |
| char | hostname [256] |
Definition at line 38 of file misc.h.
| SOCKET RELAY::source |
Definition at line 40 of file misc.h.
Referenced by HandleIncommingHTTPRequest(), HandleIncommingIMAPRequest(), HandleIncommingPOP3Request(), HandleIncommingSmbRequest(), HandleIncommingSMTPRequest(), and ReadRequest().
struct sockaddr_in RELAY::sourceaddr [read] |
| SOCKET RELAY::destination |
Definition at line 43 of file misc.h.
Referenced by AttackWeakServices(), ConnectToRemoteHost(), ExecuteCode(), GetSmbPacket2(), HandleIncommingHTTPRequest(), HandleIncommingIMAPRequest(), HandleIncommingPOP3Request(), HandleIncommingSmbRequest(), HandleIncommingSMTPRequest(), StablishNTLMSession(), and WriteRemoteFile().
struct sockaddr_in RELAY::destinationaddr [read] |
Definition at line 44 of file misc.h.
Referenced by ConnectToRemoteHost(), ExecuteCode(), and WriteRemoteFile().
| char RELAY::hostname[256] |
Definition at line 47 of file misc.h.
Referenced by AttackWeakServices(), ConnectToRemoteHost(), ExecuteCode(), and main().
1.5.4