📄 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 + -