Replies: 2 comments 3 replies
-
Are you referencing the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Re: Adjustable Packet Length, you can set 'bitsPerRow' in the style configuration. You'd want to throw this in the first line of your mermaid diagram (to set 16 bit width, you can use any number >= 1):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The packet diagram is great for highly specific packet widths for networking protocols, but it would be more useful to be able to adjust the width of bit representations as right now they are all static 32 bit widths.
Operating system memory layouts; cpu registers; other network protocols like IPv6 (128 bit width) would all benefit from adjustable widths.
Collapsing multi-height rows into a single field would make it easier to read unique fields too. Wikipedia's TCP packet representation for context.
Beta Was this translation helpful? Give feedback.
All reactions