request

来自「这是一个关于linux下上外网的drcom1.4.4」· 代码 · 共 20 行

TXT
20
字号
20 bytesWe send this packet when we want to login, logout, or change the password.Upon receiving this packet, the server replies with a CHALLENGE packet.struct drcom_request{  struct drcom_host_header host_header;} __attribute__ ((__packed__));pkt_type is 01 00.len is 4.checksum0 is not a checksum here:- checksum0[0] is 01- the rest is null

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?