diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-12-03 14:55:55 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-12-03 14:55:55 -0800 |
commit | 2e1f6cd4ac8985a4ea07b97eca9cb5f16df8defc (patch) | |
tree | 55fc51b622b9f9f268bc297cd2be91dc4d08cb02 /pcap.c | |
parent | 0d408490f65983431b15a5ef87e0caaa2cc00adf (diff) |
Add LINKTYPE_ETHERNET_MPACKET/DLT_ETHERNET_MPACKET.
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 }; |