libpgen icon indicating copy to clipboard operation
libpgen copied to clipboard

Alert if packet may be malformed

Open slankdev opened this issue 10 years ago • 0 comments

If packet may be malformed, packet class alert warning message in pgen_packet::write_bin()

checking at...

  • [ ] ip (header len, total len)
  • [ ] icmp (ip total len)
  • [ ] tcp (data-offset, ip total len)
  • [ ] udp (len , ip total len)

slankdev avatar Feb 02 '16 10:02 slankdev