]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add some newer DLT_ values.
authorGuy Harris <[email protected]>
Wed, 12 Oct 2016 18:43:35 +0000 (11:43 -0700)
committerGuy Harris <[email protected]>
Wed, 12 Oct 2016 18:43:35 +0000 (11:43 -0700)
pcap.c

diff --git a/pcap.c b/pcap.c
index 696d589e20e9218a2638f6d26cb5dcaa826ca4c8..64ce0609b554fd9841734b6e28da59a48e0a984b 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -1265,6 +1265,12 @@ static struct dlt_choice dlt_choices[] = {
        DLT_CHOICE(DLT_PROFIBUS_DL, "PROFIBUS data link layer"),
        DLT_CHOICE(DLT_PKTAP, "Apple DLT_PKTAP"),
        DLT_CHOICE(DLT_EPON, "Ethernet with 802.3 Clause 65 EPON preamble"),
+       DLT_CHOICE(DLT_IPMI_HPM_2, "IPMI trace packets"),
+       DLT_CHOICE(DLT_ZWAVE_R1_R2, "Z-Wave RF profile R1 and R2 packets"),
+       DLT_CHOICE(DLT_ZWAVE_R3, "Z-Wave RF profile R3 packets"),
+       DLT_CHOICE(DLT_WATTSTOPPER_DLM, "WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol"),
+       DLT_CHOICE(DLT_ISO_14443, "ISO 14443 messages"),
+       DLT_CHOICE(DLT_RDS, "IEC 62106 Radio Data System groups"),
        DLT_CHOICE_SENTINEL
 };