aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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().