Wireshark-commits: [Wireshark-commits] master 0b7d161: editcap: add change offset.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Aug 2015 21:23:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b7d1611d05688536992ae47962fda079c601207
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0b7d161 by Dario Lombardo (lomato@xxxxxxxxx):

    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 <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  99e3244   Initialize a couple of variables.
    adds  0b7d161   editcap: add change offset.


Summary of changes:
 doc/editcap.pod    |    8 ++++++++
 editcap.c          |   19 +++++++++++++++++--
 tools/fuzz-test.sh |   10 +++++++---
 3 files changed, 32 insertions(+), 5 deletions(-)