?? challenge
字號:
8 bytesThis challenge packet is sent by the server wheneverit receives request from a host.The weird thing is, Ethereal sniffs a trailing garbage(8 bytes) with this packet.struct drcom_challenge{ struct drcom_serv_header serv_header; u_int32_t challenge;} __attribute__ ((__packed__));pkt_type is 02 00.len is 8.challenge is challenge value.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -