in reply to Re: Net::RawIP question
in thread Net::RawIP question
the packet is first send then setting the ethernet header? how? can you explain me this?$n->send; $n->ethnew("eth0"); $n->ethset(source => 'my.target.lan', dest =>'my.target.lan'); $n->ethsend;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Net::RawIP question
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 | |
by anonymized user 468275 (Curate) on Aug 16, 2018 at 20:52 UTC | |
|