Hi *,
could anyone apply this little fix for me?
thanks!
metze
Index: epan/dissectors/packet-smb2.c
===================================================================
--- epan/dissectors/packet-smb2.c (Revision 18591)
+++ epan/dissectors/packet-smb2.c (Arbeitskopie)
@@ -2239,8 +2239,8 @@
*/
if (check_col(pinfo->cinfo, COL_INFO)){
col_append_fstr(pinfo->cinfo, COL_INFO, " %s/%s",
- val_to_str(cl, smb2_class_vals, "(Class:0x%08x)"),
- val_to_str(il, vs, "(Level:0x%08x)"));
+ val_to_str(cl, smb2_class_vals, "(Class:0x%02x)"),
+ val_to_str(il, vs, "(Level:0x%02x)"));
}
}
Attachment:
signature.asc
Description: OpenPGP digital signature