diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-08-09 11:40:02 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-08-09 11:40:02 -0700 |
commit | d4876278a77ed6576073cc6fd81d2ec43eb85733 (patch) | |
tree | a63bbe98935cc0af0a4fbf9ddb45bc75d84149f4 /tcpdump.1.in | |
parent | 0bc8e0e01ef0b14ed8663f37ce224f35f5fb496b (diff) | |
download | tcpdump-d4876278a77ed6576073cc6fd81d2ec43eb85733.tar.gz |
Note that interfaces may have numerical names.
If N is a number, and is the name of an interface on the system, "-i N"
will now attempt to open that interface, not the Nth interface in the
list of interfaces. See GitHub issue #522.
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index 2de8daa4..f04a5793 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -400,7 +400,7 @@ If the flag is supported, an interface number as printed by that flag can be used as the .I interface -argument. +argument, if no interface on the system has that number as a name. .TP .B \-I .PD 0 |