No description
Find a file
2023-04-04 11:20:51 +02:00
marvell_dsa.lua Initial commit 2023-04-04 11:20:51 +02:00
README.md Initial commit 2023-04-04 11:20:51 +02:00

Wireshark dissector for Marvell DSA Tag

  1. 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

  2. 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