?? globle.h
字號:
#ifndef GLOBAL_H
#define GLOBAL_H
#include "mystar.h"
typedef union
{
u_int32_t ulValue;
u_int8_t btValue[4];
}ULONG_BYTEARRAY;
struct interface_data
{
int sockInt;
struct sockaddr_ll sll;
char source_mac[6];
char dest_mac[6];
char *username;
char *password;
};
#define ETH_P_EAPOL 0x888E
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -