aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkixtsp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-05-13 08:12:27 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-05-13 08:12:27 +0000
commita7c5d642d5e123b34143cf4ad623c7ced230f831 (patch)
treedd3b15fac572e5069d3f9b065201a97328478c92 /epan/dissectors/packet-pkixtsp.c
parenta10ffa4cebdb415fdce6312b621238fca022d066 (diff)
Regenerate ASN.1 dissectors to update the #line directive.
svn path=/trunk/; revision=37118
Diffstat (limited to 'epan/dissectors/packet-pkixtsp.c')
-rw-r--r--epan/dissectors/packet-pkixtsp.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-pkixtsp.c b/epan/dissectors/packet-pkixtsp.c
index b9e7db1d01..878ad03194 100644
--- a/epan/dissectors/packet-pkixtsp.c
+++ b/epan/dissectors/packet-pkixtsp.c
@@ -5,7 +5,7 @@
/* Input file: packet-pkixtsp-template.c */
-#line 1 "packet-pkixtsp-template.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
/* packet-pkixtsp.c
* Routines for RFC2634 Extended Security Services packet dissection
* Ronnie Sahlberg 2004
@@ -53,7 +53,7 @@
static int proto_pkixtsp = -1;
/*--- Included file: packet-pkixtsp-hf.c ---*/
-#line 1 "packet-pkixtsp-hf.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-hf.c"
static int hf_pkixtsp_TSTInfo_PDU = -1; /* TSTInfo */
static int hf_pkixtsp_version = -1; /* T_version */
static int hf_pkixtsp_messageImprint = -1; /* MessageImprint */
@@ -88,13 +88,13 @@ static int hf_pkixtsp_PKIFailureInfo_addInfoNotAvailable = -1;
static int hf_pkixtsp_PKIFailureInfo_systemFailure = -1;
/*--- End of included file: packet-pkixtsp-hf.c ---*/
-#line 47 "packet-pkixtsp-template.c"
+#line 47 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
/* Initialize the subtree pointers */
static gint ett_pkixtsp = -1;
/*--- Included file: packet-pkixtsp-ett.c ---*/
-#line 1 "packet-pkixtsp-ett.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-ett.c"
static gint ett_pkixtsp_TimeStampReq = -1;
static gint ett_pkixtsp_MessageImprint = -1;
static gint ett_pkixtsp_TimeStampResp = -1;
@@ -104,12 +104,12 @@ static gint ett_pkixtsp_TSTInfo = -1;
static gint ett_pkixtsp_Accuracy = -1;
/*--- End of included file: packet-pkixtsp-ett.c ---*/
-#line 51 "packet-pkixtsp-template.c"
+#line 51 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
/*--- Included file: packet-pkixtsp-fn.c ---*/
-#line 1 "packet-pkixtsp-fn.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-fn.c"
static const value_string pkixtsp_T_version_vals[] = {
{ 1, "v1" },
@@ -361,7 +361,7 @@ static void dissect_TSTInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-pkixtsp-fn.c ---*/
-#line 54 "packet-pkixtsp-template.c"
+#line 54 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
static int
@@ -414,7 +414,7 @@ void proto_register_pkixtsp(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-pkixtsp-hfarr.c ---*/
-#line 1 "packet-pkixtsp-hfarr.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-hfarr.c"
{ &hf_pkixtsp_TSTInfo_PDU,
{ "TSTInfo", "pkixtsp.TSTInfo",
FT_NONE, BASE_NONE, NULL, 0,
@@ -541,7 +541,7 @@ void proto_register_pkixtsp(void) {
NULL, HFILL }},
/*--- End of included file: packet-pkixtsp-hfarr.c ---*/
-#line 105 "packet-pkixtsp-template.c"
+#line 105 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
};
/* List of subtrees */
@@ -549,7 +549,7 @@ void proto_register_pkixtsp(void) {
&ett_pkixtsp,
/*--- Included file: packet-pkixtsp-ettarr.c ---*/
-#line 1 "packet-pkixtsp-ettarr.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-ettarr.c"
&ett_pkixtsp_TimeStampReq,
&ett_pkixtsp_MessageImprint,
&ett_pkixtsp_TimeStampResp,
@@ -559,7 +559,7 @@ void proto_register_pkixtsp(void) {
&ett_pkixtsp_Accuracy,
/*--- End of included file: packet-pkixtsp-ettarr.c ---*/
-#line 111 "packet-pkixtsp-template.c"
+#line 111 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
};
/* Register protocol */
@@ -585,11 +585,11 @@ void proto_reg_handoff_pkixtsp(void) {
/*--- Included file: packet-pkixtsp-dis-tab.c ---*/
-#line 1 "packet-pkixtsp-dis-tab.c"
+#line 1 "../../asn1/pkixtsp/packet-pkixtsp-dis-tab.c"
register_ber_oid_dissector("1.2.840.113549.1.9.16.1.4", dissect_TSTInfo_PDU, proto_pkixtsp, "id-ct-TSTInfo");
/*--- End of included file: packet-pkixtsp-dis-tab.c ---*/
-#line 135 "packet-pkixtsp-template.c"
+#line 135 "../../asn1/pkixtsp/packet-pkixtsp-template.c"
}