Change number of bytes displayed in bytes_to_string to 48 to facilitate display of sha1 digest of 20 bytes.

svn path=/trunk/; revision=12612
This commit is contained in:
Anders Broman 2004-11-28 19:35:21 +00:00
parent 23caeb1a27
commit 3a029b458b
1 changed files with 1 additions and 1 deletions

View 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