#include "interface.h"
#include "extract.h"
+static const char tstr[] = " [|zmtp1]";
+
/* Maximum number of ZMTP/1.0 frame body bytes (without the flags) to dump in
* hex and ASCII under a single "-v" flag.
*/
return cp + header_len + body_len_declared;
trunc:
- printf(" [|zmtp1]");
+ printf("%s", tstr);
return ep;
}
return cp + frame_offset;
trunc:
- printf(" [|zmtp1]");
+ printf("%s", tstr);
return cp + len;
}