
10 Oct
2023
10 Oct
'23
4:57 p.m.
On Sat, 7 Oct 2023 at 20:01, Sean Anderson seanga2@gmail.com wrote:
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
include/net.h | 4 ++++ net/net.c | 3 +++ 2 files changed, 7 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org