aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-13 21:27:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-13 21:27:44 +0000
commit04d526a9146e4a1909c4ccd8a46976d97dfd4b93 (patch)
tree830e15b5dde8909330b33fea591aa2e7391e023c /epan/dissectors/packet-h225.c
parent526891f1b4166f3bc02a16df86375c8e8cb288da (diff)
check_col.diff
Remove redundant calls to check_col() in the template files and regenerate. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31521
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index 9afdbe7b69..1c20f9f8a9 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -7503,7 +7503,7 @@ dissect_h225_H323UserInformation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *
offset = dissect_H323_UserInformation_PDU(tvb, pinfo, tr);
- if (h245_list.count && check_col(pinfo->cinfo, COL_PROTOCOL)){
+ if (h245_list.count){
col_append_str(pinfo->cinfo, COL_PROTOCOL, "/");
col_set_fence(pinfo->cinfo, COL_PROTOCOL);
}
@@ -10631,7 +10631,7 @@ void proto_register_h225(void) {
"h225.NULL", HFILL }},
/*--- End of included file: packet-h225-hfarr.c ---*/
-#line 241 "packet-h225-template.c"
+#line 237 "packet-h225-template.c"
};
/* List of subtrees */
@@ -10880,7 +10880,7 @@ void proto_register_h225(void) {
&ett_h225_T_result,
/*--- End of included file: packet-h225-ettarr.c ---*/
-#line 247 "packet-h225-template.c"
+#line 243 "packet-h225-template.c"
};
module_t *h225_module;