mystar.h
来自「mystar v0.11 用于锐捷的linux认证」· C头文件 代码 · 共 27 行
H
27 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?