raj_paps has asked for the wisdom of the Perl Monks concerning the following question:
my $pcap = Net::Pcap::open_offline($fp, \$err);
Net::Pcap::dispatch($pcap, 0, \&process_pkt_sip, $out);
my problem is, I need to get the timestamp/timings of the packet for certain measurement. I saw perl code in some forums to retrieve timings for real time captures. any suggestions for offline..?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Pcap, parsing packets offline
by Anonymous Monk on May 23, 2013 at 16:38 UTC |