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 e931f84f..7bfa36f9 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -5048,6 +5048,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 |