aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-03 05:17:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-03 05:17:51 +0000
commit9e273834dce21dad37a12dd16f48d122f29e28d4 (patch)
treeabaf56770dafd3285d817757016726eae2c50142 /epan/dissectors/packet-rtse.h
parent8a31ec4d1904ff63c9e75af56455a5d8243768f0 (diff)
From Graeme Lunt
X420 - incorrect ExtendedBodyPart handling ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS - support for ESSSecurityLabel and EquivalentLabels attributes svn path=/trunk/; revision=16072
Diffstat (limited to 'epan/dissectors/packet-rtse.h')
-rw-r--r--epan/dissectors/packet-rtse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtse.h b/epan/dissectors/packet-rtse.h
index fb4f1a0fbe..fdeb2b170e 100644
--- a/epan/dissectors/packet-rtse.h
+++ b/epan/dissectors/packet-rtse.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* ./packet-rtse.h */
+/* .\packet-rtse.h */
/* ../../tools/asn2eth.py -X -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn */
/* Input file: packet-rtse-template.h */
@@ -40,6 +40,7 @@ int dissect_rtse_RTORQapdu(gboolean implicit_tag, tvbuff_t *tvb, int offset, pac
int dissect_rtse_RTOACapdu(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_rtse_RTORJapdu(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_rtse_RTABapdu(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_rtse_EXTERNAL(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-rtse-exp.h ---*/