No description
- Lua 100%
| marvell_dsa.lua | ||
| README.md | ||
Wireshark dissector for Marvell DSA Tag
-
Convert the capture to a User DLT (147 to 162: 0x93--0xA2):
echo -ne '\x93' | dd of=capture.pcapng bs=1 seek=20 count=1 conv=notrunc -
Load the dissector and the User DLT entry in Wireshark:
wireshark -X lua_script:marvell_dsa.lua -o "uat:user_dlts:\"User 0 (DLT=147)\",\"marvell_dsa\",\"\",\"\",\"\",\"\"" capture.pcapng