Help for this page

Select Code to Download


  1. or download this
    my $pcapPayload = Net::Pcap::open_offline($pcapFile,\$error);
    
    ...
       my $ip = NetPacket::IP->decode($ether_obj->{'data'});
       ...
    }