Change number of bytes displayed in bytes_to_string to 48 to facilitate display of...
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 28 Nov 2004 19:35:21 +0000 (19:35 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 28 Nov 2004 19:35:21 +0000 (19:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12612 f5534014-38df-0310-8fa8-9805f1628bb7

epan/strutil.c

index 9059ef4a073da6c9b45961e24b864ab54b8c990d..2a122d44c6c7ed00b09b83936a618fb84dff9e86 100644 (file)
@@ -260,7 +260,7 @@ format_text(const guchar *string, int len)
 }
 
 /* Max string length for displaying byte string.  */
-#define        MAX_BYTE_STR_LEN        32
+#define        MAX_BYTE_STR_LEN        48
 
 /* Turn an array of bytes into a string showing the bytes in hex. */
 #define        N_BYTES_TO_STR_STRINGS  6