aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-17 22:02:21 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-18 03:05:28 +0000
commit8c608e6e82ac40543f139c71f472fdb10f862045 (patch)
tree026f0c3459942d89d1325f2ea3fc50c0d9a868e3 /epan/dissectors/packet-logotypecertextn.c
parentff52d8b70f5838db4fc5df2b43a1ca15235ff57d (diff)
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index f5c0ad570d..fa8b7833b7 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -10,8 +10,6 @@
* Routines for RFC3709 Logotype Certificate Extensions packet dissection
* Ronnie Sahlberg 2004
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
@@ -95,7 +93,7 @@ static int hf_logotypecertextn_hashAlg = -1; /* AlgorithmIdentifier */
static int hf_logotypecertextn_hashValue = -1; /* OCTET_STRING */
/*--- End of included file: packet-logotypecertextn-hf.c ---*/
-#line 45 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 43 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
/* Initialize the subtree pointers */
@@ -122,7 +120,7 @@ static gint ett_logotypecertextn_T_refStructURI = -1;
static gint ett_logotypecertextn_HashAlgAndValue = -1;
/*--- End of included file: packet-logotypecertextn-ett.c ---*/
-#line 48 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 46 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
@@ -185,7 +183,7 @@ dissect_logotypecertextn_T_logotypeURI_item(gboolean implicit_tag _U_, tvbuff_t
actx, tree, tvb, offset, hf_index,
NULL);
-#line 18 "../../asn1/logotypecertextn/logotypecertextn.cnf"
+#line 16 "../../asn1/logotypecertextn/logotypecertextn.cnf"
PROTO_ITEM_SET_URL(actx->created_item);
@@ -385,7 +383,7 @@ dissect_logotypecertextn_T_refStructURI_item(gboolean implicit_tag _U_, tvbuff_t
actx, tree, tvb, offset, hf_index,
NULL);
-#line 21 "../../asn1/logotypecertextn/logotypecertextn.cnf"
+#line 19 "../../asn1/logotypecertextn/logotypecertextn.cnf"
PROTO_ITEM_SET_URL(actx->created_item);
@@ -519,7 +517,7 @@ static void dissect_LogotypeExtn_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-logotypecertextn-fn.c ---*/
-#line 51 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 49 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
/*--- proto_register_logotypecertextn ----------------------------------------------*/
@@ -696,7 +694,7 @@ void proto_register_logotypecertextn(void) {
"OCTET_STRING", HFILL }},
/*--- End of included file: packet-logotypecertextn-hfarr.c ---*/
-#line 59 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 57 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
};
/* List of subtrees */
@@ -725,7 +723,7 @@ void proto_register_logotypecertextn(void) {
&ett_logotypecertextn_HashAlgAndValue,
/*--- End of included file: packet-logotypecertextn-ettarr.c ---*/
-#line 64 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 62 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
};
/* Register protocol */
@@ -749,6 +747,6 @@ void proto_reg_handoff_logotypecertextn(void) {
/*--- End of included file: packet-logotypecertextn-dis-tab.c ---*/
-#line 79 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 77 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
}