From 75420f4ab2977b44e0839a20d98cb67116ae4644 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 16 Jun 2013 16:50:17 +0000 Subject: Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug 5650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5650) svn path=/trunk/; revision=49964 --- doc/text2pcap.pod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/text2pcap.pod') diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod index 0f4198811c..498e190e14 100644 --- a/doc/text2pcap.pod +++ b/doc/text2pcap.pod @@ -218,6 +218,21 @@ IP or Ethernet headers. Note that appropriate Ethernet and IP headers are automatically also included with each packet. Example: I<-u1000,69> to make the packets look like TFTP/UDP packets. +=item -4 EsrcipE,EdestipE + +Prepend dummy IP header with specified IPv4 dest and source address. +This option should be accompanied by one of the following options: -i, -s, -S, -T, -u +Use this option to apply "custom" IP addresses. +Example: I<-4 10.0.0.1,10.0.0.2> to use 10.0.0.1 and 10.0.0.2 for all IP packets. + +=item -6 EsrcipE,EdestipE + +Prepend dummy IP header with specified IPv6 dest and source address. +This option should be accompanied by one of the following options: -i, -s, -S, -T, -u +Use this option to apply "custom" IP addresses. +Example: I<-6 fe80:0:0:0:202:b3ff:fe1e:8329, 2001:0db8:85a3:0000:0000:8a2e:0370:7334> to +use fe80:0:0:0:202:b3ff:fe1e:8329 and 2001:0db8:85a3:0000:0000:8a2e:0370:7334 for all IP packets. + =back =head1 SEE ALSO -- cgit v1.2.3