From 0b7d1611d05688536992ae47962fda079c601207 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 11 Aug 2015 23:58:54 +0200 Subject: editcap: add change offset. This option skips some bytes when fuzzing, that prevents some headers from being changed. This focuses fuzzer to a smaller part of the packet. Change-Id: I1db83235e93f2774a9991e3af70f633487b816fa Reviewed-on: https://code.wireshark.org/review/9982 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- doc/editcap.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/editcap.pod') diff --git a/doc/editcap.pod b/doc/editcap.pod index d816926c20..96dd003ad1 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -15,6 +15,7 @@ S<[ B<-E> Eerror probabilityE ]> S<[ B<-F> Efile formatE ]> S<[ B<-h> ]> S<[ B<-i> Eseconds per fileE ]> +S<[ B<-o> Echange offsetE ]> S<[ B<-L> ]> S<[ B<-r> ]> S<[ B<-s> EsnaplenE ]> @@ -188,6 +189,13 @@ Adjust the original frame length accordingly when chopping and/or snapping (in addition to the captured length, which is always adjusted regardless of whether B<-L> is specified or not). See also B<-C > and B<-s >. +=item -o Echange offsetE + +When used in conjuction with -E, skip some bytes from the beginning of the packet +from being changed. In this way some headers don't get changed, and the fuzzer is +more focused on a smaller part of the packet. Keeping a part of the packet fixed +the same dissector is triggered, that make the fuzzing more precise. + =item -r Reverse the packet selection. -- cgit v1.2.3