{"id":13896330,"url":"https://github.com/Snaipe/wssdl","last_synced_at":"2025-07-17T12:31:46.436Z","repository":{"id":141801328,"uuid":"71147394","full_name":"Snaipe/wssdl","owner":"Snaipe","description":"Wireshark-Specific Dissector Language","archived":false,"fork":false,"pushed_at":"2017-08-01T17:12:16.000Z","size":133,"stargazers_count":198,"open_issues_count":5,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-14T12:45:35.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snaipe.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-17T14:32:33.000Z","updated_at":"2024-10-26T10:45:28.000Z","dependencies_parsed_at":"2023-04-03T12:06:50.020Z","dependency_job_id":null,"html_url":"https://github.com/Snaipe/wssdl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2Fwssdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2Fwssdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2Fwssdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2Fwssdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snaipe","download_url":"https://codeload.github.com/Snaipe/wssdl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226260601,"owners_count":17596494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T18:02:50.384Z","updated_at":"2024-11-25T01:31:15.881Z","avatar_url":"https://github.com/Snaipe.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# 🝰 wssdl\n\n[![Build Status](https://api.travis-ci.org/diacritic/wssdl.svg?branch=master)](https://travis-ci.org/diacritic/wssdl/builds) \n[![License (GPL)](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/diacritic/wssdl/blob/master/LICENSE) \n[![Version (Experimental)](https://img.shields.io/github/release/diacritic/wssdl.svg?label=version)](https://github.com/diacritic/wssdl/releases/latest) \n[![Language (Lua)](https://img.shields.io/badge/powered_by-Lua-brightgreen.svg)](https://lua.org) \n[![Gitter chat](https://badges.gitter.im/diacritic/wssdl.png)](https://gitter.im/diacritic/wssdl) \n\nWireshark-Specific Dissector Language\n\n```lua\nwssdl.packet {\n  message     : u8();\n  definition  : i32();\n  done        : utf8z();\n  easy        : ipv4();\n}\n```\n\n## What is this?\n\nwssdl is a domain specific language on top of lua built for the\npurpose of expressing easily message dissectors.\n\n## Documentation\n\n| Stable | Latest |\n| --- | --- |\n[![Stable docs][doc-stable-badge]][doc-stable] | [![Latest docs][doc-latest-badge]][doc-latest]\n\nAlso check out some of the [samples][samples].\n\n## Install\n\n### From the release\n\nGrab the bootstrapped `wssdl.lua` from the [latest release][latest],\nand put it in your Wireshark Plugin directory\n(usually `~/.config/wireshark/plugins`, `~/.wireshark/plugins` or `/usr/lib/wireshark/\u003cversion\u003e`)\n\n### From source\n\nThe build toolchain needs lua 5.1 or newer, luarocks and the luafilesystem\nmodule.\n\nClone this repository, and from the root directory call `make install`\nto install it to `~/.config/wireshark/plugins`, or\n`make WS_PLUGIN_DIR=/your/path install` to install it to the path of your choice.\n\n[latest]: https://github.com/diacritic/wssdl/releases/latest\n[samples]: https://github.com/diacritic/wssdl/tree/master/samples\n\n[doc-stable]:       http://wssdl.readthedocs.io/en/stable/?badge=stable\n[doc-latest]:       http://wssdl.readthedocs.io/en/latest/?badge=latest\n[doc-stable-badge]: https://readthedocs.org/projects/wssdl/badge/?version=stable\n[doc-latest-badge]: https://readthedocs.org/projects/wssdl/badge/?version=latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnaipe%2Fwssdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSnaipe%2Fwssdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnaipe%2Fwssdl/lists"}