gavanderhoorn / kpro9

Automatic generation of Wireshark dissectors from C structs

Home Page:http://csjark.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==========================================
CSjark: Tool for generating Lua dissectors
==========================================

This was a project in TDT4290 Customer driven project, at
Norwegian University of Science and Technology in Fall 2011.

CSjark is a tool for generating Lua dissectors from C struct definitions
to use with Wireshark. Wireshark is a leading tool for capturing and
analysing network traffic. The goal with the dissectors is to make
Wireshark able to nicely display the values of a struct sent over the
network, along with member names and type. This can be a powerful tool
for debugging C programs that communicates with strucs over the network.

See CSjark\README.rst for further information.

About

Automatic generation of Wireshark dissectors from C structs

http://csjark.rtfd.org/