smpp: add NULL address_range to packet details

Sample capture attached to #6108
Account for all the bytes displayed in the packet bytes.
https://smpp.org/SMPP_v5.pdf - 4.7.3 address_range
This commit is contained in:
Chuck Craft 2022-07-20 20:55:57 -05:00 committed by A Wireshark GitLab Utility
parent e9618dccb1
commit 5399334ebc
1 changed files with 1 additions and 1 deletions

View File

@ -1921,7 +1921,7 @@ bind_receiver(proto_tree *tree, tvbuff_t *tvb, int offset)
offset += 1;
proto_tree_add_item(tree, hf_smpp_addr_npi, tvb, offset, 1, ENC_NA);
offset += 1;
smpp_handle_string(tree, tvb, hf_smpp_address_range, &offset);
smpp_handle_string_z(tree, tvb, hf_smpp_address_range, &offset, "NULL");
}
static void