Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 645 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 645 Bytes

capdiss - CAPture file DISSector

Capdiss is a runtime environment for reading capture files (pcap, pcap-ng). It defines a simple event-driven API for Lua scripts. The aim of capdiss is to provide a comfortable environment for packet manipulation, where an analyst has to write less code, to do more, in a type-safe language. To achieve that, capdiss embeds powerful, yet minimalistic, scripting language Lua, and supports the native packet dissection framework Coroner.

Capdiss is a free software licensed under MIT License.