summaryrefslogtreecommitdiff
path: root/plugins/transum
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/transum')
-rw-r--r--plugins/transum/decoders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/transum/decoders.c b/plugins/transum/decoders.c
index fc535e8f05..0e55fbcc49 100644
--- a/plugins/transum/decoders.c
+++ b/plugins/transum/decoders.c
@@ -179,7 +179,7 @@ int decode_smb(packet_info *pinfo _U_, proto_tree *tree)
sub_packet[0].rrpd.calculation = RTE_CALC_SMB2;
sub_packet[0].pkt_of_interest = TRUE;
- extract_si64(tree, hf_of_interest.smb2_msg_id, msg_id, &msg_id_count);
+ extract_ui64(tree, hf_of_interest.smb2_msg_id, msg_id, &msg_id_count);
if (msg_id_count) /* test for header information */
{
extract_ui64(tree, hf_of_interest.smb2_ses_id, ses_id, &ses_id_count);