Skip to content

RA3BattleNet/Dissectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dissectors

Dissectors for analyzing RA3 traffic, written in lua.

Usage example

  1. Clone this repository to anywhere
D:\lanyi\Source\Repos> git clone https://github.com/RA3BattleNet/Dissectors
  1. Load index.lua from your lua plugin:
-- See https://www.wireshark.org/docs/wsug_html_chunked/ChPluginFolders.html
-- Wireshark/plugins/ra3.lua:
local base_path = [[D:\lanyi\Source\Repos\Dissectors\]]
dofile(base_path .. 'index.lua')(base_path)

About

Dissectors for analyzing RA3 traffic, written in lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages