ofalk / libdnet

libdnet provides a simplified, portable interface to several low-level networking routines.
Other
153 stars 60 forks source link

Update icmp.h #101

Open Lomasterrrr opened 4 months ago

Lomasterrrr commented 4 months ago

here too the fields are incorrectly sized, you can understand even by the htons function in the icmp_pack_hdr_mask macro.

ofalk commented 4 months ago

Likewise to #101 - I think it's uint32 because of ICMPv6, but maybe I'm missing something.