?? combrio_mis.h
字號:
#ifndef __COMBRIO_MIS_H_#define __COMBRIO_MIS_H_enum headerType{ VLAN =0, PPPOE = 1};int combrio_resrvflag(pcap_t *p, unsigned int headerType);int combrio_delflag(pcap_t *p, unsigned int headerType);int combrio_setemptypktrule(pcap_t *p, int len, unsigned char protocol, unsigned short port, unsigned char flag, unsigned char action);int combrio_seterrorpktrule(pcap_t *p, unsigned char action);int combrio_setslicelen(pcap_t *p, unsigned char protocol, int len);int combrio_activeheart(pcap_t *p);int CombrioEnvConfig(pcap_t *p, unsigned char ucEnv); #endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -