aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.h
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-14 20:57:55 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-14 20:57:55 +0000
commit4a285928bb8ee420357d0570e62f20d39f471720 (patch)
tree069b599b07be4d54a01a76014398f1293eb163d6 /epan/dissectors/packet-rtse.h
parent7bed7953f61bcb42ee1f988bd005e8fe41cbcf69 (diff)
Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).
Uses the ber_callback mechanism to call the rtse oid callbacks, rather than the default ber oid callback list. A couple of fixes to packet-ber.c to mark [in]direct references as present and call the ber_callback if it has been specified. svn path=/trunk/; revision=23450
Diffstat (limited to 'epan/dissectors/packet-rtse.h')
-rw-r--r--epan/dissectors/packet-rtse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtse.h b/epan/dissectors/packet-rtse.h
index dd5e85eb19..1f60808789 100644
--- a/epan/dissectors/packet-rtse.h
+++ b/epan/dissectors/packet-rtse.h
@@ -41,7 +41,6 @@ int dissect_rtse_RTORQapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
int dissect_rtse_RTOACapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_rtse_RTORJapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_rtse_RTABapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
-int dissect_rtse_EXTERNALt(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
/*--- End of included file: packet-rtse-exp.h ---*/
#line 30 "packet-rtse-template.h"