gauravmitbhu has asked for the wisdom of the Perl Monks concerning the following question:
I am able to send this above packet only when frag_off value is 0. I checked many other scripts on net and tried putting frag_off to non-zero, but of no help. Please help$packet_generic = new Net::RawIP({ ip => { saddr => $src_address, daddr => $target_address, id => 0x455, ttl => 255, tos => 0, frag_off => 0x67FF }, generic => { data => "asdasdasdasdasdasd" } });
|
|---|