diff options
Diffstat (limited to 'src/vppinfra/format.h')
-rw-r--r-- | src/vppinfra/format.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vppinfra/format.h b/src/vppinfra/format.h index a359328005f..935b57f2c4b 100644 --- a/src/vppinfra/format.h +++ b/src/vppinfra/format.h @@ -321,6 +321,9 @@ u8 *format_c_identifier (u8 * s, va_list * va); /* Format hexdump with both hex and printable chars - compatible with text2pcap */ u8 *format_hexdump (u8 * s, va_list * va); +u8 *format_hexdump_u16 (u8 *s, va_list *va); +u8 *format_hexdump_u32 (u8 *s, va_list *va); +u8 *format_hexdump_u64 (u8 *s, va_list *va); /* Format bitmap of array of uword numbers */ u8 *format_uword_bitmap (u8 *s, va_list *va); |