]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
Support capturing raw NFLOG headers on netfilter devices.
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index dcda051db72c40e03ca1d7cfcf5f4acdf5759bcf..7c7c8133b5acb95e11c7fd68661604d4d8f9571c 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -858,9 +858,10 @@ static struct dlt_choice dlt_choices[] = {
        DLT_CHOICE(DLT_IEEE802_15_4_NOFCS, "IEEE 802.15.4 without FCS"),
        DLT_CHOICE(DLT_JUNIPER_VS, "Juniper Virtual Server"),
        DLT_CHOICE(DLT_JUNIPER_SRX_E2E, "Juniper SRX E2E"),
-       DLT_CHOICE(DLT_JUNIPER_FIBRECHANNEL, "Juniper Fibrechannel"),
+       DLT_CHOICE(DLT_JUNIPER_FIBRECHANNEL, "Juniper Fibre Channel"),
        DLT_CHOICE(DLT_DVB_CI, "DVB-CI"),
        DLT_CHOICE(DLT_JUNIPER_ATM_CEMIC, "Juniper ATM CEMIC"),
+       DLT_CHOICE(DLT_NFLOG, "Linux netfilter log messages"),
        DLT_CHOICE_SENTINEL
 };