diff options
author | Guy Harris <gharris@sonic.net> | 2023-08-07 11:09:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 11:09:17 -0700 |
commit | 6535988a1cc037393230934d004f7c34b134dbdf (patch) | |
tree | b3ff3dea04b0cae994b06942d696a5266ffe3e54 | |
parent | 4b753ae9123e2a2f128c2c521b845d663738db3c (diff) | |
parent | b2be2cd3c115da1e7cf5c33b3c4f61acac7a7efc (diff) |
Merge pull request #1082 from luizluca/realtek_tag_2
Add support for Realtek (Ethertype) DSA data
-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 |