Re: [PATCH v3] pcapng: allow any protocol link type for the interface block

2025-07-08 Thread Stephen Hemminger
On Tue, 8 Jul 2025 15:02:45 -0600 Schneide wrote: > From: Dylan Schneider > > Allow the user to specify protocol link type when creating pcapng files. > This change is needed to specify the protocol type in the pcapng file, > DLT_EN10MB specifies ethernet packets only. This will allow dissecto

[PATCH v3] pcapng: allow any protocol link type for the interface block

2025-07-08 Thread Schneide
From: Dylan Schneider Allow the user to specify protocol link type when creating pcapng files. This change is needed to specify the protocol type in the pcapng file, DLT_EN10MB specifies ethernet packets only. This will allow dissectors for other protocols to be used on files generated by pcapng.