aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-05-29 14:06:14 +0000
committerJörg Mayer <jmayer@loplof.de>2011-05-29 14:06:14 +0000
commit605e6e435aaeb54545eb89216cee6c2fe1003310 (patch)
treeb6fdb8ff33b6bfd02f5c469a3554ac5720005f4a /doc
parent144a684bd473345b02460df694f325933e976f70 (diff)
Remove an (almost) duplicate entry
svn path=/trunk/; revision=37461
Diffstat (limited to 'doc')
-rw-r--r--doc/rawshark.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index e91a8067ed..5b113a5db4 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -98,9 +98,6 @@ fields might be displayed.
Specify how the packet data should be dissected. The encapsulation is of the
form I<type>B<:>I<value>, where I<type> is one of:
-B<encap>:I<name> Packet data should be dissected using the libpcap data
-link type I<name>, e.g. B<encap:EN10MB> for Ethernet.
-
B<encap>:I<name> Packet data should be dissected using the libpcap data link
type (DLT) I<name>, e.g. B<encap:EN10MB> for Ethernet. Names are converted
using pcap_datalink_name_to_val().