commit | 798962cedd7e30f95e9a3a6126276b77086a6d08 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 07 21:53:12 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 05 16:11:38 2023 -0500 |
tree | aa09907d4d2f1308a7796a91ed1f9d996ce37faa | |
parent | a56e30e65f2549fd8dff32ecfe24992178414f09 [diff] |
net: Add option for tracing packets Add an option to trace all packets send/received. This can be helpful when debugging protocol issues, as the packets can then be imported into wireshark [1] and analyzed further. [1] https://www.wireshark.org/docs/wsug_html_chunked/ChIOImportSection.html Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>