ctt_proto.cpp
来自「This programm is proxy server for ragnar」· C++ 代码 · 共 30 行
CPP
30 行
#include "../win_and_sock.h"
#include "../buffers.h"
#include "../data.h"
#include "ctt_proto.h"
#include <stdio.h>
#include "proto.h"
#include "stt_proto.h" // for send_SERV_Redirect
#include "ttg_proto.h" // for send_dump
#include "../packet_db.h"
//#include "../bots/bot.h" // bot_parse_ctt
char ctt_s[256];
int ctt_block_packet;
// forward declarations
void send_SERV_Redirect(ParsePoint * pp);
// *** thread ***
int ctt_parse()
{
WORD pc_id = 0;
int pc_len = 0;
int count_rbuf = count_rb(&ctt);
if(count_rbuf<2) // 2=minimal size of a packet
return 0;
//殷
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?