components/wireshark/patches/man.patch
changeset 435 c34ab00eff52
child 567 17ac3785d1bc
equal deleted inserted replaced
434:3bd31a7888da 435:c34ab00eff52
       
     1 --- doc/tshark.pod	Tue May 31 09:12:34 2011
       
     2 +++ doc/tshark.pod	Wed Jul 13 07:52:24 2011
       
     3 @@ -406,9 +406,9 @@
       
     4  
       
     5  Network interface names should match one of the names listed in
       
     6  "B<tshark -D>" (described above); a number, as reported by
       
     7 -"B<tshark -D>", can also be used.  If you're using UNIX, "B<netstat
       
     8 --i>" or "B<ifconfig -a>" might also work to list interface names,
       
     9 -although not all versions of UNIX support the B<-a> option to B<ifconfig>.
       
    10 +"B<tshark -D>", can also be used.  On Solaris, all network interfaces
       
    11 +that are displayed with the command "dladm show-link" or "ipadm show-if"
       
    12 +can be used with the "-i" command line option.
       
    13  
       
    14  If no interface is specified, B<TShark> searches the list of
       
    15  interfaces, choosing the first non-loopback interface if there are any
       
    16 --- doc/wireshark.pod.template	Tue May 31 09:12:34 2011
       
    17 +++ doc/wireshark.pod.template	Wed Jul 13 07:56:06 2011
       
    18 @@ -309,9 +309,9 @@
       
    19  
       
    20  Network interface names should match one of the names listed in
       
    21  "B<wireshark -D>" (described above); a number, as reported by
       
    22 -"B<wireshark -D>", can also be used.  If you're using UNIX, "B<netstat
       
    23 --i>" or "B<ifconfig -a>" might also work to list interface names,
       
    24 -although not all versions of UNIX support the B<-a> flag to B<ifconfig>.
       
    25 +"B<wireshark -D>", can also be used.  On Solaris, all network interfaces
       
    26 +that are displayed with the command "dladm show-link" or "ipadm show-if"
       
    27 +can be used with the "-i" command line option.
       
    28  
       
    29  If no interface is specified, B<Wireshark> searches the list of
       
    30  interfaces, choosing the first non-loopback interface if there are any