|
Electroneum
|
Go to the source code of this file.
Functions | |
| void | hex_to_buf (struct sldns_buffer *pkt, const char *hex) |
Declarations useful for the unit tests.
Definition in file readhex.h.
| void hex_to_buf | ( | struct sldns_buffer * | pkt, |
| const char * | hex | ||
| ) |
Helper to convert hex string to packet buffer.
| pkt | buffer to put result in. |
| hex | string of hex data. Spaces and ';...' comments are skipped. |