ISUP: do not display Called Party Number twice

Bug: 12911
Change-Id: I3632ffbeb85a96d9268eca6ddc0f8b38587688c4
Reviewed-on: https://code.wireshark.org/review/17758
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-09-17 18:36:32 +02:00
parent 22257e8cf5
commit c82303610d
1 changed files with 0 additions and 3 deletions

View File

@ -3433,9 +3433,6 @@ dissect_isup_digits_common(tvbuff_t *tvb, gint offset, packet_info *pinfo _U_, p
}
}
/* Now that we have all the digits decoded, add them to the parameter field */
proto_item_append_text(digits_item, "%s", number);
if (number_type != NONE) {
e164_info.e164_number_type = number_type;
e164_info.nature_of_address = nature_of_address;