mamut has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I Have question how to send raw ethernet packet or ARP packet from Perl.
I have $eth_pkt which contains binary packet data. This data is valid data for ethernet packet. or I have $arp_pkt which contain binary of ARP packet.
I need to send this data to one of the interface for exam. eth0.
THAKS
-=- MamuT -=-