Give correct argument to ip_call_add_del_adjacency_callbacks
[vpp.git] / vppinfra / vppinfra / format.h
index 62669cd..45cd3f5 100644 (file)
@@ -297,6 +297,9 @@ u8 * format_memory_size (u8 * s, va_list * va);
 /* Format c identifier: e.g. a_name -> "a name". */
 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);
+
 /* Unix specific formats. */
 #ifdef CLIB_UNIX
 /* Setup input from Unix file. */