diff options
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 639d67d1..f8f70332 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -5127,6 +5127,9 @@ static struct dsa_proto { { "brcm-prepend", DLT_DSA_TAG_BRCM_PREPEND }, { "dsa", DLT_DSA_TAG_DSA }, { "edsa", DLT_DSA_TAG_EDSA }, + { "rtl4a", DLT_EN10MB }, + { "rtl8_4", DLT_EN10MB }, + { "rtl8_4t", DLT_EN10MB }, }; static int |