luizluca / wireshark-dissectors

Extra wireshark disserctors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wireshark-dissectors

Extra wireshark disserctors

This repo contains extra wireshark dissectors written in lua:

Marvell_EDSA: Ethertype DSA tagging (Marvell)

image

Realtek_L2: Realtek Layer 2 protocols (only DSA tag protocol 04)

image

To install, simply copy the lua file to your "Personal ..." or "Global Lua Plugins" directory (like ~/.local/lib/wireshark/plugins/). Restart wireshark or press ctrl+shift+L.

Wireshark/pcap do not understand the Link Type for DSA rtl8_4. There is a pending libpcap patch but might still require more changes to tcpdump and wireshark. For now, edit the pcap file and replace position 0x14 to 0x01 and 0x15 to 0x00 (0x0001 is EN10).

About

Extra wireshark disserctors

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%