diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 21:48:18 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:46 -0600 |
commit | 108ccc0af3a84144c4b12569653b70665509c3fc (patch) | |
tree | adcbd2eff8a240cfeddb36724cdf2ca2145c63ea /perl/perl-Net-Pcap/listdatalinks.patch | |
parent | 937b948c0c8dc69f5884e9654124e05c6e50cb18 (diff) | |
download | slackbuilds-108ccc0af3a84144c4b12569653b70665509c3fc.tar.gz |
perl/perl-Net-Pcap: Updated for version 0.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-Pcap/listdatalinks.patch')
-rw-r--r-- | perl/perl-Net-Pcap/listdatalinks.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl/perl-Net-Pcap/listdatalinks.patch b/perl/perl-Net-Pcap/listdatalinks.patch new file mode 100644 index 0000000000..a0f22c32c3 --- /dev/null +++ b/perl/perl-Net-Pcap/listdatalinks.patch @@ -0,0 +1,14 @@ +diff -up Net-Pcap-0.17/Pcap.pm.orig Net-Pcap-0.17/Pcap.pm +--- Net-Pcap-0.17/Pcap.pm.orig 2013-03-15 23:19:38.000000000 -0600 ++++ Net-Pcap-0.17/Pcap.pm 2013-03-15 23:21:32.000000000 -0600 +@@ -704,6 +704,10 @@ Close the savefile associated with the d + + =over + ++=item B<pcap_list_datalinks($pcap)> ++ ++Returns a list of link layer types supported by the given pcap descriptor. ++ + + =item B<pcap_datalink($pcap)> + |