Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
/ wssdl Public archive
forked from Snaipe/wssdl

Wireshark-Specific Dissector Language

License

Notifications You must be signed in to change notification settings

tan-wei/wssdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🝰 wssdl

Build Status License (GPL) Version (Experimental) Language (Lua) Gitter chat

Wireshark-Specific Dissector Language

wssdl.packet {
  message     : u8();
  definition  : i32();
  done        : utf8z();
  easy        : ipv4();
}

What is this?

wssdl is a domain specific language on top of lua built for the purpose of expressing easily message dissectors.

Documentation

Stable Latest
Stable docs Latest docs

Also check out some of the samples.

Install

From the release

Grab the bootstrapped wssdl.lua from the latest release, and put it in your Wireshark Plugin directory (usually ~/.config/wireshark/plugins, ~/.wireshark/plugins or /usr/lib/wireshark/<version>)

From source

The build toolchain needs lua 5.1 or newer, luarocks and the luafilesystem module.

Clone this repository, and from the root directory call make install to install it to ~/.config/wireshark/plugins, or make WS_PLUGIN_DIR=/your/path install to install it to the path of your choice.

About

Wireshark-Specific Dissector Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 95.4%
  • Shell 4.2%
  • Makefile 0.4%