diff options
author | Guy Harris <gharris@sonic.net> | 2022-02-20 16:48:04 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2022-02-20 16:48:04 -0800 |
commit | ff6abd87fae2d584760e0051540ec7336278efa7 (patch) | |
tree | 554ca53991db5c900894f86eb3bee4e525ae0c7e /pcap.c | |
parent | 9ee3db44cf597ce5dbc3ac34d351935ae1f61252 (diff) |
Add link-type value <-> string and -> descriptions for new linktypes.
Add entries for DLT_NETANALYZER_NG and DLT_ZBOSS_NCP.
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3318,6 +3318,8 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(USB_2_0, "USB 2.0/1.1/1.0 as transmitted over the cable"), DLT_CHOICE(ATSC_ALP, "ATSC Link-Layer Protocol packets"), DLT_CHOICE(ETW, "Event Tracing for Windows messages"), + DLT_CHOICE(NETANALYZER_NG, "Hilscher netANALYZER NG pseudo-footer"), + DLT_CHOICE(ZBOSS_NCP, "ZBOSS NCP protocol with pseudo-header"), DLT_CHOICE_SENTINEL }; |