?? cons_def.h
字號:
/* cons_def.h
writing by qsc @ 2001-06-14
for GUI develop in Visual C++
constants for develop GUI applications. It is used for setting firewall_module rules_setting
*/
#define DT_IN 0x01
#define DT_OUT 0x02
//Filter status
#define FWS_DENYALL 0x20 //Deny all packets
#define FWS_ALLOWALL 0x21 //Allow all packets
#define FWS_NORMAL 0x22 //Apply rules
//Mode規則策略模式
#define RM_DENY 0x30 //除了允許都禁止
#define RM_ALLOW 0x31 //除了禁止都允許
//協議類型定義
#define PT_TCP 0x06
#define PT_UDP 0x11
#define PT_ICMP 0x01
#define PT_RESTIP 0xFE
#define PT_NOTIP 0xFF
//define action
#define DENY 0x00
#define ALLOW 0x01
#define NOT_MATCH 0x03
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -