Re: [EXT] [PATCH v2] graph: fix pcapng file support

2023-06-12 Thread Thomas Monjalon
> > The interface to rte_pcapng changed in last release > > so that the interfaces used need to be added to the pcapng > > file via the API. If this step is missing the pcapng > > file will not be valid and can't be read by wireshark etc. > > > > Fixes: d1da6d0d04c7 ("pcapng: require per-interface

RE: [EXT] [PATCH v2] graph: fix pcapng file support

2023-06-01 Thread Amit Prakash Shukla
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, May 31, 2023 10:58 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Jerin Jacob > Kollanukkaran ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Dabilpuram > > Subject: [EXT] [PATCH v2] gra

[PATCH v2] graph: fix pcapng file support

2023-05-31 Thread Stephen Hemminger
The interface to rte_pcapng changed in last release so that the interfaces used need to be added to the pcapng file via the API. If this step is missing the pcapng file will not be valid and can't be read by wireshark etc. Fixes: d1da6d0d04c7 ("pcapng: require per-interface information") Signed-of