aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkinit.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-pkinit.c
parenta10ffa4cebdb415fdce6312b621238fca022d066 (diff)
Regenerate ASN.1 dissectors to update the #line directive.
svn path=/trunk/; revision=37118
Diffstat (limited to 'epan/dissectors/packet-pkinit.c')
-rw-r--r--epan/dissectors/packet-pkinit.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-pkinit.c b/epan/dissectors/packet-pkinit.c
index f50d713f41..e301bd7ee3 100644
--- a/epan/dissectors/packet-pkinit.c
+++ b/epan/dissectors/packet-pkinit.c
@@ -5,7 +5,7 @@
/* Input file: packet-pkinit-template.c */
-#line 1 "packet-pkinit-template.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-template.c"
/* packet-pkinit.c
* Routines for PKINIT packet dissection
* Ronnie Sahlberg 2004
@@ -53,7 +53,7 @@
static int proto_pkinit = -1;
/*--- Included file: packet-pkinit-hf.c ---*/
-#line 1 "packet-pkinit-hf.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-hf.c"
static int hf_pkinit_AuthPack_PDU = -1; /* AuthPack */
static int hf_pkinit_KDCDHKeyInfo_PDU = -1; /* KDCDHKeyInfo */
static int hf_pkinit_signedAuthPack = -1; /* ContentInfo */
@@ -77,12 +77,12 @@ static int hf_pkinit_dhNonce = -1; /* INTEGER */
static int hf_pkinit_dhKeyExpiration = -1; /* KerberosTime */
/*--- End of included file: packet-pkinit-hf.c ---*/
-#line 47 "packet-pkinit-template.c"
+#line 47 "../../asn1/pkinit/packet-pkinit-template.c"
/* Initialize the subtree pointers */
/*--- Included file: packet-pkinit-ett.c ---*/
-#line 1 "packet-pkinit-ett.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-ett.c"
static gint ett_pkinit_PaPkAsReq = -1;
static gint ett_pkinit_SEQUENCE_OF_TrustedCA = -1;
static gint ett_pkinit_TrustedCA = -1;
@@ -93,14 +93,14 @@ static gint ett_pkinit_PaPkAsRep = -1;
static gint ett_pkinit_KDCDHKeyInfo = -1;
/*--- End of included file: packet-pkinit-ett.c ---*/
-#line 50 "packet-pkinit-template.c"
+#line 50 "../../asn1/pkinit/packet-pkinit-template.c"
static int dissect_KerberosV5Spec2_KerberosTime(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
static int dissect_KerberosV5Spec2_Checksum(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
/*--- Included file: packet-pkinit-fn.c ---*/
-#line 1 "packet-pkinit-fn.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-fn.c"
static const value_string pkinit_TrustedCA_vals[] = {
{ 0, "caName" },
@@ -282,7 +282,7 @@ static void dissect_KDCDHKeyInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-pkinit-fn.c ---*/
-#line 55 "packet-pkinit-template.c"
+#line 55 "../../asn1/pkinit/packet-pkinit-template.c"
int
dissect_pkinit_PA_PK_AS_REQ(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_) {
@@ -316,7 +316,7 @@ void proto_register_pkinit(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-pkinit-hfarr.c ---*/
-#line 1 "packet-pkinit-hfarr.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-hfarr.c"
{ &hf_pkinit_AuthPack_PDU,
{ "AuthPack", "pkinit.AuthPack",
FT_NONE, BASE_NONE, NULL, 0,
@@ -403,14 +403,14 @@ void proto_register_pkinit(void) {
"KerberosTime", HFILL }},
/*--- End of included file: packet-pkinit-hfarr.c ---*/
-#line 87 "packet-pkinit-template.c"
+#line 87 "../../asn1/pkinit/packet-pkinit-template.c"
};
/* List of subtrees */
static gint *ett[] = {
/*--- Included file: packet-pkinit-ettarr.c ---*/
-#line 1 "packet-pkinit-ettarr.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-ettarr.c"
&ett_pkinit_PaPkAsReq,
&ett_pkinit_SEQUENCE_OF_TrustedCA,
&ett_pkinit_TrustedCA,
@@ -421,7 +421,7 @@ void proto_register_pkinit(void) {
&ett_pkinit_KDCDHKeyInfo,
/*--- End of included file: packet-pkinit-ettarr.c ---*/
-#line 92 "packet-pkinit-template.c"
+#line 92 "../../asn1/pkinit/packet-pkinit-template.c"
};
/* Register protocol */
@@ -438,12 +438,12 @@ void proto_register_pkinit(void) {
void proto_reg_handoff_pkinit(void) {
/*--- Included file: packet-pkinit-dis-tab.c ---*/
-#line 1 "packet-pkinit-dis-tab.c"
+#line 1 "../../asn1/pkinit/packet-pkinit-dis-tab.c"
register_ber_oid_dissector("1.3.6.1.5.2.3.1", dissect_AuthPack_PDU, proto_pkinit, "id-pkauthdata");
register_ber_oid_dissector("1.3.6.1.5.2.3.2", dissect_KDCDHKeyInfo_PDU, proto_pkinit, "id-pkdhkeydata");
/*--- End of included file: packet-pkinit-dis-tab.c ---*/
-#line 107 "packet-pkinit-template.c"
+#line 107 "../../asn1/pkinit/packet-pkinit-template.c"
}