aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/editcap.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index b3cd36de91..8e3cb6327c 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -152,7 +152,8 @@ type; the packet headers of the packets will not be translated from the
encapsulation type of the input capture file to the specified
encapsulation type (for example, it will not translate an Ethernet
capture to an FDDI capture if an Ethernet capture is read and 'B<-T
-fddi>' is specified).
+fddi>' is specified). If you need to remove/add headers from/to a
+packet, you will need od(1)/text2pcap(1).
=item -v
@@ -200,7 +201,7 @@ To introduce 5% random errors in a capture file use:
=head1 SEE ALSO
-tcpdump(8), pcap(3), wireshark(1), mergecap(1)
+tcpdump(8), pcap(3), wireshark(1), mergecap(1), text2pcap(1), od(1)
=head1 NOTES