commit | dcdc9fa291901507992f8e1da8a942e58f2a7e00 | [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 | 7322e6f6e31d35f11f04793893ceb3243e4cdc41 [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>