aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-spnego.c')
-rw-r--r--epan/dissectors/packet-spnego.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/epan/dissectors/packet-spnego.c b/epan/dissectors/packet-spnego.c
index d97a60d444..2228706258 100644
--- a/epan/dissectors/packet-spnego.c
+++ b/epan/dissectors/packet-spnego.c
@@ -3,9 +3,6 @@
/* packet-spnego.c */
/* asn2wrs.py -b -L -p spnego -c ./spnego.cnf -s ./packet-spnego-template -D . -O ../.. spnego.asn */
-/* Input file: packet-spnego-template.c */
-
-#line 1 "./asn1/spnego/packet-spnego-template.c"
/* packet-spnego-template.c
* Routines for the simple and protected GSS-API negotiation mechanism
* as described in RFC 2478.
@@ -68,9 +65,6 @@ static int hf_spnego_krb5_cfx_ec = -1;
static int hf_spnego_krb5_cfx_rrc = -1;
static int hf_spnego_krb5_cfx_seq = -1;
-
-/*--- Included file: packet-spnego-hf.c ---*/
-#line 1 "./asn1/spnego/packet-spnego-hf.c"
static int hf_spnego_negTokenInit = -1; /* T_negTokenInit */
static int hf_spnego_negTokenTarg = -1; /* NegTokenTarg */
static int hf_spnego_MechTypeList_item = -1; /* MechType */
@@ -97,9 +91,6 @@ static int hf_spnego_ContextFlags_anonFlag = -1;
static int hf_spnego_ContextFlags_confFlag = -1;
static int hf_spnego_ContextFlags_integFlag = -1;
-/*--- End of included file: packet-spnego-hf.c ---*/
-#line 64 "./asn1/spnego/packet-spnego-template.c"
-
/* Global variables */
static const char *MechType_oid;
gssapi_oid_value *next_level_value;
@@ -112,9 +103,6 @@ static gint ett_spnego_wraptoken = -1;
static gint ett_spnego_krb5 = -1;
static gint ett_spnego_krb5_cfx_flags = -1;
-
-/*--- Included file: packet-spnego-ett.c ---*/
-#line 1 "./asn1/spnego/packet-spnego-ett.c"
static gint ett_spnego_NegotiationToken = -1;
static gint ett_spnego_MechTypeList = -1;
static gint ett_spnego_NegTokenInit = -1;
@@ -124,9 +112,6 @@ static gint ett_spnego_ContextFlags = -1;
static gint ett_spnego_NegTokenTarg = -1;
static gint ett_spnego_InitialContextToken_U = -1;
-/*--- End of included file: packet-spnego-ett.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;
@@ -147,9 +132,6 @@ static int dissect_spnego_NegTokenInit2(gboolean implicit_tag, tvbuff_t *tvb,
proto_tree *tree, int hf_index);
-/*--- Included file: packet-spnego-fn.c ---*/
-#line 1 "./asn1/spnego/packet-spnego-fn.c"
-
static int
dissect_spnego_MechType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
@@ -564,9 +546,6 @@ dissect_spnego_InitialContextToken(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
return offset;
}
-
-/*--- End of included file: packet-spnego-fn.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
@@ -1861,9 +1840,6 @@ void proto_register_spnego(void) {
{ "krb5_cfx_seq", "spnego.krb5.cfx_seq", FT_UINT64, BASE_DEC,
NULL, 0, "KRB5 Sequence Number", HFILL}},
-
-/*--- Included file: packet-spnego-hfarr.c ---*/
-#line 1 "./asn1/spnego/packet-spnego-hfarr.c"
{ &hf_spnego_negTokenInit,
{ "negTokenInit", "spnego.negTokenInit_element",
FT_NONE, BASE_NONE, NULL, 0,
@@ -1960,9 +1936,6 @@ void proto_register_spnego(void) {
{ "integFlag", "spnego.ContextFlags.integFlag",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }},
-
-/*--- End of included file: packet-spnego-hfarr.c ---*/
-#line 1394 "./asn1/spnego/packet-spnego-template.c"
};
/* List of subtrees */
@@ -1972,9 +1945,6 @@ void proto_register_spnego(void) {
&ett_spnego_krb5,
&ett_spnego_krb5_cfx_flags,
-
-/*--- Included file: packet-spnego-ettarr.c ---*/
-#line 1 "./asn1/spnego/packet-spnego-ettarr.c"
&ett_spnego_NegotiationToken,
&ett_spnego_MechTypeList,
&ett_spnego_NegTokenInit,
@@ -1983,9 +1953,6 @@ void proto_register_spnego(void) {
&ett_spnego_ContextFlags,
&ett_spnego_NegTokenTarg,
&ett_spnego_InitialContextToken_U,
-
-/*--- End of included file: packet-spnego-ettarr.c ---*/
-#line 1404 "./asn1/spnego/packet-spnego-template.c"
};
static ei_register_info ei[] = {