Help for this page

Select Code to Download


  1. or download this
    use Net::PcapUtils;
    use NetPacket::IP;
    ...
    #    'FILTER'    =>  'udp dst host 192.168.1.1'
    );
    
  2. or download this
    use IO::Socket;
    use strict;
    ...
    );
    $sock->sockopt(SO_BROADCAST, 1);