aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-02-20 16:48:04 -0800
committerGuy Harris <gharris@sonic.net>2022-02-20 16:48:04 -0800
commitff6abd87fae2d584760e0051540ec7336278efa7 (patch)
tree554ca53991db5c900894f86eb3bee4e525ae0c7e /pcap.c
parent9ee3db44cf597ce5dbc3ac34d351935ae1f61252 (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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap.c b/pcap.c
index 8f06ff34..53025669 100644
--- a/pcap.c
+++ b/pcap.c
@@ -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
};