aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-12-03 14:55:55 -0800
committerGuy Harris <guy@alum.mit.edu>2017-12-03 14:55:55 -0800
commit2e1f6cd4ac8985a4ea07b97eca9cb5f16df8defc (patch)
tree55fc51b622b9f9f268bc297cd2be91dc4d08cb02 /pcap.c
parent0d408490f65983431b15a5ef87e0caaa2cc00adf (diff)
Add LINKTYPE_ETHERNET_MPACKET/DLT_ETHERNET_MPACKET.
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 a068c81c..663729bd 100644
--- a/pcap.c
+++ b/pcap.c
@@ -2909,6 +2909,8 @@ static struct dlt_choice dlt_choices[] = {
DLT_CHOICE(TI_LLN_SNIFFER, "TI LLN sniffer frames"),
DLT_CHOICE(VSOCK, "Linux vsock"),
DLT_CHOICE(NORDIC_BLE, "Nordic Semiconductor Bluetooth LE sniffer frames"),
+ DLT_CHOICE(DOCSIS31_XRA31, "Excentis XRA-31 DOCSIS 3.1 RF sniffer frames"),
+ DLT_CHOICE(ETHERNET_MPACKET, "802.3br mPackets"),
DLT_CHOICE_SENTINEL
};