📄 includes.h
字号:
#define SPORT 32772#define NETBIOSNS 137#define TRANSACTIONID 0x1fbf#define FLAGS 0#define QUESTIONS 1#define ANSWER 0#define AUTHERITY 0#define ADDITIONAL 0#define NBSTA 0x0021#define inet 0x0100#define TYPE1 0x2043#define TYPE2 0x4b41struct Query{ uint16_t type1; uint16_t type2; char name[30]; uint16_t type; uint16_t myclass;};struct NetbiosNS { uint16_t transactionID; uint16_t flags; uint16_t questions; uint16_t answerRRs; uint16_t autherityRRs; uint16_t additionalRRs; struct Query query;};struct answer{ char reserve1[6]; char number;};struct name{ char nbname[15]; char type; //0:user 03:group uint16_t nameflag; //0x4400:user 0xc400:group};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -