Skip Menu |

This queue is for tickets about the Net-Packet CPAN distribution.

Report information
The Basics
Id: 13231
Status: resolved
Priority: 0/
Queue: Net-Packet

People
Owner: gomor [...] cpan.org
Requestors: perl [...] macauley.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.04
Fixed in: (no value)



Subject: In the IPv4 module flags and offset are rolled up into one field
The flags and Fragment offset field are rolled up as one field. The attached patch splits then into a flags field and an offset field. In the current code a packet with the don't fragement bit set would be incorrectly handled thorugh a unpack and pack sequence. The flags field after the unpack would be 0x4000 this would then be down shifted three and re-inserted ending up in the fragement offset field. Moore Macauley

Message body is not shown because it is too large.

This bug is now fixed. It will be included in the next Net::Packet release, 2.05. Best regards, and sorry for the loooonnnnnnng delay to correct this bug.