Re: [PATCH v2 0/6] dumpcap support multiple interfaces

2023-02-06 Thread Thomas Monjalon
> Ben Magistro (1): > app/dumpcap: fix storing port identifier > > Stephen Hemminger (5): > app/dumpcap: remove unused variable > app/dumpcap: check for invalid interface name > app/dumpcap: support multiple interfaces > pcapng: require per-interface information > app/dumpcap: support

[PATCH v2 0/6] dumpcap support multiple interfaces

2023-01-03 Thread Stephen Hemminger
This set of patches fixed the handling of multiple interfaces in dumpcap. It also supports recording the name, description and capture filter in the pcapng file. The last two are not necessary for stable. Ben Magistro (1): app/dumpcap: fix storing port identifier Stephen Hemminger (5): app/d