We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63371bb commit 39b5c27Copy full SHA for 39b5c27
README.md
@@ -96,7 +96,13 @@ val set_ethernet_src : string -> int -> Cstruct.t -> unit
96
val blit_ethernet_src : Cstruct.t -> int -> Cstruct.t -> unit
97
val get_ethernet_ethertype : Cstruct.t -> Cstruct.uint16
98
val set_ethernet_ethertype : Cstruct.t -> Cstruct.uint16 -> unit
99
+val hexdump_ethernet_to_buffer : Buffer.t -> Cstruct.t -> unit
100
+val hexdump_ethernet : Cstruct.t -> unit
101
```
102
+
103
+The `hexdump` functions above are convenient pretty-printing functions
104
+to help you debug, and aren't intended to be high performance.
105
106
You can also declare C-like enums:
107
108
0 commit comments