#include <string.h>
#include <iostream>
#include "telnet.h"
Go to the source code of this file.
Defines | |
#define | IAC 0xFF |
#define | DONT 0xFE |
#define | DO 0xFD |
#define | WONT 0xFC |
#define | WILL 0xFB |
Functions | |
static unsigned char * | find_byte (unsigned char *buf, unsigned int len, unsigned char ch) |
#define IAC 0xFF |
#define DONT 0xFE |
#define DO 0xFD |
#define WONT 0xFC |
#define WILL 0xFB |
static unsigned char* find_byte | ( | unsigned char * | buf, | |
unsigned int | len, | |||
unsigned char | ch | |||
) | [static] |
Definition at line 21 of file telnet.cc.
Referenced by Telnet::decode().