aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/h248.cnf
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-06-20 21:21:06 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-06-20 21:21:06 +0000
commitbfa7197fcf1eb4d9107dec58ab14c79319ef7210 (patch)
tree9f04b796a6e124d5c13d041ab0a924cde214887e /asn1/h248/h248.cnf
parent46a2aec7bc9f9b5358607cc1a894c06a5bf882c6 (diff)
if exists call the h248term subdissector.
svn path=/trunk/; revision=14717
Diffstat (limited to 'asn1/h248/h248.cnf')
-rw-r--r--asn1/h248/h248.cnf4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/h248/h248.cnf b/asn1/h248/h248.cnf
index 63f0496250..70929f6e32 100644
--- a/asn1/h248/h248.cnf
+++ b/asn1/h248/h248.cnf
@@ -184,6 +184,10 @@ ServiceChangeReply/terminationID terminationIDList
if (command_string != NULL && ! it_is_wildcard && check_col(pinfo->cinfo, COL_INFO))
col_append_str(pinfo->cinfo, COL_INFO, bytes_to_str(tvb_get_ptr(tvb,0,tvb->length),tvb->length));
+
+ if (h248_term_handle) {
+ call_dissector(h248_term_handle, new_tvb, pinfo, tree);
+ }
#.END