Skip to content

Commit 6535988

Browse files
authored
Merge pull request #1082 from luizluca/realtek_tag_2
Add support for Realtek (Ethertype) DSA data
2 parents 4b753ae + b2be2cd commit 6535988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pcap-linux.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,6 +5127,9 @@ static struct dsa_proto {
51275127
{ "brcm-prepend", DLT_DSA_TAG_BRCM_PREPEND },
51285128
{ "dsa", DLT_DSA_TAG_DSA },
51295129
{ "edsa", DLT_DSA_TAG_EDSA },
5130+
{ "rtl4a", DLT_EN10MB },
5131+
{ "rtl8_4", DLT_EN10MB },
5132+
{ "rtl8_4t", DLT_EN10MB },
51305133
};
51315134

51325135
static int

0 commit comments

Comments
 (0)