r-richter / hyenae-ng

Hyenae NG is an advanced cross-platform network packet generator and the successor of Hyenae. It features full network layer spoofing, pattern based address randomization and flood detection breaking mechanisms.
GNU General Public License v3.0
126 stars 31 forks source link

ICMP ping field Sequence Number does not fit in size #24

Open jqknono opened 2 years ago

jqknono commented 2 years ago

Reproduce:

  >> IPv4-Frame Setup                Hyenae NG - Version 0.10 

  >> ICMP Echo Payload Setup         Hyenae NG - Version 0.10

   [1]   Identification               : 23130
   [2]   Sequence Number              : 23130

   . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

   [.]   Start
   [0]   Back

 ═════════════════════════════════════════════════════════════
 > Enter Selection:

with wireshark captured: image

the Sequence Number captured as 0x0000 5a5a(23130, 32bits), which should be 16 bits.