Skip to content

panikon/ragnarok-online-packet-dissector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ragnarok Online Packet Dissector

LUA plugin for Wireshark

How to install the plugin

Updating Packet Table

lua update_packet.lua <in file>
  • The in file structure should follow:
// packet <HEX header 0x%04x>
struct PACKET_<packet name with no spaces> {
  /* this+0x0 */ short PacketType
  /* this+0x2 */ short PacketLength
  ...
  /* this+<0x%04 pos> */ <C type> <variable name>
}

About

A Wireshark LUA plugin for dissecting RO packets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages