lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #10327] test/fuzz: Add script to convert between dif


From: J. Neuschäfer
Subject: [lwip-devel] [patch #10327] test/fuzz: Add script to convert between different formats
Date: Sat, 8 Apr 2023 11:33:36 -0400 (EDT)

Follow-up Comment #2, patch #10327 (project lwip):

This script would not be needed for any normal operations. It is *only* useful
when dealing with inputs produced by fuzzing, and thus will not impact any
regular users of lwIP by pulling in Python as a dependency.

It is more useful than the existing output_to_pcap.sh, because it also deals
with multi-packet fuzzing inputs, and because it can reconstruct inputs from a
text-based representation (this is useful for trying to minimize an input
using delta[1], for example).

I chose python because I am familiar with it, because I was able to implement
my idea in it quickly, and because it isn't a *totally* obscure language.

[1]: https://web.archive.org/web/20200701152100/http://delta.tigris.org/


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10327>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]