Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
2
Star
3
Fork
2
jettero
/
net--pcap--easy
Code
Pull requests
1
Projects
0
Insights
Permalink
Browse files
superfluous for README
Loading branch information
...
jettero
committed
Mar 26, 2009
1 parent
6bdd0ac
commit
769509bcb842207021937d19eda676c96400ebb1
Unified
Split
Showing
1 changed file
with
0 additions
and
3 deletions
.
+0
−3
README
Show comments
View
3
README
@@ -10,14 +10,11 @@ use strict;
use warnings;
use Net::Pcap::Easy;
-# all arguments to new are optoinal
my $npe = Net::Pcap::Easy->new(
dev => "lo",
filter => "host 127.0.0.1 and icmp",
packets_per_loop => 10,
bytes_to_capture => 1024,
- timeout_in_ms => 0, # 0ms means forever
- promiscuous => 0, # true or false
icmp_callback => sub {
my ($npe, $ether, $ip, $icmp) = @_;
Toggle all file notes
0 comments on commit
769509b
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
769509b