aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-06 18:20:21 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-06 18:20:21 +0000
commit067ed51015d4b2a703a49e4ab967523e4f6a6626 (patch)
tree29661ad3343c108a690cbd01241aeecdf17fecad /epan/dissectors/packet-isup.c
parentb33c2c7f87502b6a5e82f66409bf903e8d08f343 (diff)
Renamed some reassembled data texts.
Removed some check_col(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31809 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c54
1 files changed, 24 insertions, 30 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index f95355fea5..0296241906 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -3467,7 +3467,7 @@ dissect_isup_application_transport_parameter(tvbuff_t *parameter_tvb, packet_inf
}
new_tvb = process_reassembled_data(parameter_tvb, offset, pinfo,
- "Reassembled Message", frag_msg, &isup_apm_msg_frag_items,
+ "Reassembled ISUP", frag_msg, &isup_apm_msg_frag_items,
NULL, parameter_tree);
if (frag_msg) { /* Reassembled */
@@ -7102,26 +7102,23 @@ dissect_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
pinfo->ctype = CT_ISUP;
pinfo->circuit_id = cic;
- if (check_col(pinfo->cinfo, COL_INFO))
- {
- if (isup_show_cic_in_info){
- switch (isup_standard){
- case ITU_STANDARD:
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), cic);
- break;
- case ANSI_STANDARD:
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, ansi_isup_message_type_value_acro, "reserved"), cic);
- break;
- }
- }else{
- switch (isup_standard){
- case ITU_STANDARD:
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
- break;
- case ANSI_STANDARD:
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, ansi_isup_message_type_value_acro, "reserved"));
- break;
- }
+ if (isup_show_cic_in_info){
+ switch (isup_standard){
+ case ITU_STANDARD:
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), cic);
+ break;
+ case ANSI_STANDARD:
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, ansi_isup_message_type_value_acro, "reserved"), cic);
+ break;
+ }
+ }else{
+ switch (isup_standard){
+ case ITU_STANDARD:
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
+ break;
+ case ANSI_STANDARD:
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, ansi_isup_message_type_value_acro, "reserved"));
+ break;
}
}
@@ -7166,12 +7163,10 @@ dissect_bicc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
pinfo->circuit_id = bicc_cic;
- if (check_col(pinfo->cinfo, COL_INFO)) {
- if (isup_show_cic_in_info) {
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), bicc_cic);
- } else {
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
- }
+ if (isup_show_cic_in_info) {
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), bicc_cic);
+ } else {
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
}
/* dissect CIC in main dissector since pass-along message type carrying complete BICC/ISUP message w/o CIC needs
* recursive message dissector call
@@ -7206,8 +7201,7 @@ dissect_application_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Extract message type field */
message_type = tvb_get_guint8(tvb, 0);
/* application/ISUP has no CIC */
- if (check_col(pinfo->cinfo, COL_INFO))
- col_append_sep_fstr(pinfo->cinfo, COL_INFO, ", ", "ISUP:%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
+ col_append_sep_fstr(pinfo->cinfo, COL_INFO, ", ", "ISUP:%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */
@@ -8187,7 +8181,7 @@ proto_register_isup(void)
FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL }
},
{&hf_isup_apm_msg_reassembled_length,
- {"Reassembled length", "isup_apm.msg.reassembled.length",
+ {"Reassembled ISUP length", "isup_apm.msg.reassembled.length",
FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
{&hf_isup_cvr_rsp_ind,