aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-27 19:37:24 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-27 19:37:24 +0000
commit7b3282645f9dac316008bd0a29e0d092e3f65fde (patch)
tree41e09b2345a3c0bd2ceec68a251dc2c6fbb77a02 /asn1/s1ap
parent0d7a28da985b641d9e3f9f084a0c1f54e813de5f (diff)
Check if the handle exist.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26866 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/s1ap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 8c3e7873e4..283ea422ab 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -201,7 +201,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
%(DEFAULT_BODY)s
- if (parameter_tvb)
+ if ((parameter_tvb)&&(nas_eps_handle))
call_dissector(nas_eps_handle,parameter_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
#.TYPE_ATTR