?? mystar.h
字號:
/* mystar.h & mystar.c are writton by NetXRay */#ifndef MYSTAR_H#define MYSTAR_H#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <signal.h>#include <errno.h>#include <setjmp.h>#include <sys/types.h>#include <sys/time.h>#include <time.h>#include <sys/select.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <pcap.h>#include <libnet.h>#define FILTER_STR "ether[12:2]=0x888e and ether dst %02x:%02x:%02x:%02x:%02x:%02x"#endif /* MYSTAR_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -