]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
Add support for DSA link-layer types
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index 84dbe9a881f89c47ee7bfd423f4b7945b0a9cabc..c410ca5a5a946e6651e0196280ca1d9b8367bb2e 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -3002,6 +3002,8 @@ static struct dlt_choice dlt_choices[] = {
        DLT_CHOICE(LINUX_SLL2, "Linux cooked v2"),
        DLT_CHOICE(OPENVIZSLA, "OpenVizsla USB"),
        DLT_CHOICE(EBHSCR, "Elektrobit High Speed Capture and Replay (EBHSCR)"),
+       DLT_CHOICE(DSA_TAG_BRCM, "Broadcom tag"),
+       DLT_CHOICE(DSA_TAG_BRCM_PREPEND, "Broadcom tag (prepended)"),
        DLT_CHOICE_SENTINEL
 };