aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-02-18 15:19:48 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-02-18 17:47:40 +0000
commitd9d6106044065ed748748ba2135a9ac3cd6c5108 (patch)
treef0eb8d1016998eb008b603a393e344560916a4d6 /epan/dissectors/packet-spnego.c
parent47726eafe572686e5b36ea2e8798096cf1a07bf9 (diff)
ASN.1: update auto generated dissectors
Change-Id: Ic73e72b3d2e7590eaed07f6eb30f74f4303e7a65 Reviewed-on: https://code.wireshark.org/review/25880 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-spnego.c')
-rw-r--r--epan/dissectors/packet-spnego.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-spnego.c b/epan/dissectors/packet-spnego.c
index f32d34e443..6548ca7a92 100644
--- a/epan/dissectors/packet-spnego.c
+++ b/epan/dissectors/packet-spnego.c
@@ -97,7 +97,7 @@ static int hf_spnego_ContextFlags_confFlag = -1;
static int hf_spnego_ContextFlags_integFlag = -1;
/*--- End of included file: packet-spnego-hf.c ---*/
-#line 76 "./asn1/spnego/packet-spnego-template.c"
+#line 64 "./asn1/spnego/packet-spnego-template.c"
/* Global variables */
static const char *MechType_oid;
@@ -124,7 +124,7 @@ static gint ett_spnego_NegTokenTarg = -1;
static gint ett_spnego_InitialContextToken_U = -1;
/*--- End of included file: packet-spnego-ett.c ---*/
-#line 90 "./asn1/spnego/packet-spnego-template.c"
+#line 78 "./asn1/spnego/packet-spnego-template.c"
static expert_field ei_spnego_decrypted_keytype = EI_INIT;
static expert_field ei_spnego_unknown_header = EI_INIT;
@@ -547,7 +547,7 @@ dissect_spnego_InitialContextToken(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
/*--- End of included file: packet-spnego-fn.c ---*/
-#line 111 "./asn1/spnego/packet-spnego-template.c"
+#line 99 "./asn1/spnego/packet-spnego-template.c"
/*
* This is the SPNEGO KRB5 dissector. It is not true KRB5, but some ASN.1
* wrapped blob with an OID, USHORT token ID, and a Ticket, that is also
@@ -1922,7 +1922,7 @@ void proto_register_spnego(void) {
NULL, HFILL }},
/*--- End of included file: packet-spnego-hfarr.c ---*/
-#line 1389 "./asn1/spnego/packet-spnego-template.c"
+#line 1377 "./asn1/spnego/packet-spnego-template.c"
};
/* List of subtrees */
@@ -1945,7 +1945,7 @@ void proto_register_spnego(void) {
&ett_spnego_InitialContextToken_U,
/*--- End of included file: packet-spnego-ettarr.c ---*/
-#line 1399 "./asn1/spnego/packet-spnego-template.c"
+#line 1387 "./asn1/spnego/packet-spnego-template.c"
};
static ei_register_info ei[] = {