https://github.com/antagon/capdiss
Capture file dissector with embedded Lua interpreter.
https://github.com/antagon/capdiss
Last synced: 5 months ago
JSON representation
Capture file dissector with embedded Lua interpreter.
- Host: GitHub
- URL: https://github.com/antagon/capdiss
- Owner: antagon
- License: mit
- Created: 2015-06-15T18:54:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T21:35:27.000Z (over 8 years ago)
- Last Synced: 2024-04-24T16:15:01.762Z (12 months ago)
- Language: C
- Homepage: https://codeward.org/software/capdiss/
- Size: 365 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - capdiss
README
# capdiss - CAPture file DISSector
## [Homepage](https://codeward.org/software/capdiss/)
_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](https://codeward.org/software/coroner/)._Capdiss_ is a free software licensed under **MIT License**.