https://github.com/hildjj/pdu2html
Turns a list of bitfield (size, name) pairs into an HTML representation of a Protocol Data Unit.
https://github.com/hildjj/pdu2html
Last synced: about 2 months ago
JSON representation
Turns a list of bitfield (size, name) pairs into an HTML representation of a Protocol Data Unit.
- Host: GitHub
- URL: https://github.com/hildjj/pdu2html
- Owner: hildjj
- Created: 2012-03-25T00:06:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T16:44:13.000Z (over 10 years ago)
- Last Synced: 2025-02-12T19:38:08.506Z (4 months ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
pdu2html turns a list of bitfield (size, name) pairs into an HTML representation
of that Protocol Data Unit.Input is a file, formatted with one line per field, with each line containing the
field size, some space, and the field name. "*" can be used for the size for
fields with unknown size.Example:
4 foo
12 bar
16 baz
* boo