in reply to Net::RawIP question
the ip key should point to a hash of the header data. Probably NetPacket::IP will get you the data to assemble into the hash. I see the module promises to help you manipulate the header, but "manipulate" seems vague in the context of the module you refer to. Generally, NetPacket::TCP has what I would call a manipulation toolkit for your packets.Net::RawIP->new({ ARGPROTO => {PROTOKEY => PROTOVALUE,...} ip => {IPKEY => IPVALUE,...}, });
One world, one people
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Net::RawIP question
by mark200 (Novice) on Aug 16, 2018 at 13:09 UTC | |
by anonymized user 468275 (Curate) on Aug 16, 2018 at 13:43 UTC | |
by mark200 (Novice) on Aug 16, 2018 at 14:23 UTC | |
by anonymized user 468275 (Curate) on Aug 16, 2018 at 19:18 UTC | |
by mark200 (Novice) on Aug 16, 2018 at 19:58 UTC | |
| |
Re^2: Net::RawIP question
by mark200 (Novice) on Aug 16, 2018 at 13:09 UTC |