24 lines
832 B
Text
24 lines
832 B
Text
$NetBSD: patch-bi,v 1.1 2009/05/09 16:33:04 adrianp Exp $
|
|
|
|
diff -ur dsniff-2.3.orig/urlsnarf.8 dsniff-2.3/urlsnarf.8
|
|
--- urlsnarf.8.orig 2000-11-19 06:24:51.000000000 +0000
|
|
+++ urlsnarf.8 2009-05-06 23:24:07.000000000 +0100
|
|
@@ -9,7 +9,7 @@
|
|
.na
|
|
.nf
|
|
.fi
|
|
-\fBurlsnarf\fR [\fB-n\fR] [\fB-i \fIinterface\fR] [[\fB-v\fR] \fIpattern [\fIexpression\fR]]
|
|
+\fBurlsnarf\fR [\fB-n\fR] [\fB-i \fIinterface\fR | \fB-p \fIpcapfile\fR] [[\fB-v\fR] \fIpattern [\fIexpression\fR]]
|
|
.SH DESCRIPTION
|
|
.ad
|
|
.fi
|
|
@@ -21,6 +21,9 @@
|
|
.IP \fB-n\fR
|
|
Do not resolve IP addresses to hostnames.
|
|
.IP "\fB-i \fIinterface\fR"
|
|
+Specify the interface to listen on.
|
|
+.IP "\fB-p \fIpcapfile\fR"
|
|
+Process packets from the specified PCAP capture file instead of the network.
|
|
.IP \fB-v\fR
|
|
"Versus" mode. Invert the sense of matching, to select non-matching
|
|
URLs.
|