summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/print.c b/common/print.c
index bb59ba3b..fb2ca0fb 100644
--- a/common/print.c
+++ b/common/print.c
@@ -435,7 +435,7 @@ void print_hex_or_string (len, data, limit, buf)
* limit - length of buf
* buf_num - the output buffer to use
*/
-#define HBLEN 60
+#define HBLEN 1024
char *print_hex(len, data, limit, buf_num)
unsigned len;
const u_int8_t *data;