Skip to content

DIssector for wireshark with lua to the Polinomial Key Protocol (PolKA)

Notifications You must be signed in to change notification settings

eversonscherrer/dissector-polka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

PolKA Wireshark Dissector

Dissector for wireshark with Lua programming language to the Polinomial Key-based Architecture for Source Routing (PolKA)

How to Install PolKA Wireshark Dissector on Mac OS

1 - Go to the about menu and then folders Screen Shot 2022-01-19 at 13 27 40

2 - Then put the polka dissector in the lua plugins folder Screen Shot 2022-01-19 at 14 00 36

3 - Next step go to the preferences panel and add the polka dissector in DLT USER Screen Shot 2022-01-19 at 13 40 12

Screen Shot 2022-01-19 at 13 40 36 4 - Go to the analyze menu and reload lua plugins

Screen Shot 2022-01-19 at 13 48 54

5 - Open the pcap file, ready now just explore and enjoy Screen Shot 2022-01-19 at 13 51 33

How to Install PolKA Wireshark Dissector on Linux

Create the LUA Plugin folder on Wireshark

Help > About > Folders > Click on Personal Lua Plugins

Or create manualy the LUA Plugin folder

mkdir /home/$USER/.local/lib/wireshark/plugins

Download the PolKA Wireshark Dissector

cd /home/$USER/.local/lib/wireshark/plugins
wget https://raw.githubusercontent.com/eversonscherrer/dissector-polka/main/polka_dissector.lua

Reload LUA Plugins

Analyze > Reload LUA Plugins or Ctrl + Shift + L

Next step go to the preferences panel and add the polka dissector in DLT USER (as shown on Mac OS)

Edit > Preferences or Ctrl + Shift + P

Conclusion

In this code you:

The code makes it easier to view the polka package and informations through wireshark.

References

https://ieeexplore.ieee.org/document/9165501

https://chalk-thought-7ce.notion.site/PolKA-Project-7452bbe9bd294a9b88791ba9650a7069

https://osqa-ask.wireshark.org/

https://stackoverflow.com/

About

DIssector for wireshark with lua to the Polinomial Key Protocol (PolKA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages