aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdt.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-24 19:38:46 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-24 19:38:46 +0000
commit7a9d27c33f293bbe2f5165314c328cee32ec430d (patch)
treeaadcb49119782779134d0f4188936b444a346a2c /epan/dissectors/packet-cdt.c
parent47cf08409da99bdd1e76f2d16bda82b0d10d68f0 (diff)
Regenerate asn.1 dissectors.
svn path=/trunk/; revision=45110
Diffstat (limited to 'epan/dissectors/packet-cdt.c')
-rw-r--r--epan/dissectors/packet-cdt.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-cdt.c b/epan/dissectors/packet-cdt.c
index 9bf14bcf0f..c712d6231b 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -78,7 +78,7 @@ static int hf_cdt_contentType_OID = -1; /* T_contentType_OID */
static int hf_cdt_compressedContent = -1; /* CompressedContent */
/*--- End of included file: packet-cdt-hf.c ---*/
-#line 62 "../../asn1/cdt/packet-cdt-template.c"
+#line 60 "../../asn1/cdt/packet-cdt-template.c"
static dissector_handle_t data_handle = NULL;
@@ -92,7 +92,7 @@ static gint ett_cdt_CompressedContentInfo = -1;
static gint ett_cdt_T_contentType = -1;
/*--- End of included file: packet-cdt-ett.c ---*/
-#line 67 "../../asn1/cdt/packet-cdt-template.c"
+#line 65 "../../asn1/cdt/packet-cdt-template.c"
/*--- Included file: packet-cdt-fn.c ---*/
@@ -337,7 +337,7 @@ static void dissect_CompressedData_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*--- End of included file: packet-cdt-fn.c ---*/
-#line 69 "../../asn1/cdt/packet-cdt-template.c"
+#line 67 "../../asn1/cdt/packet-cdt-template.c"
/*--- proto_register_cdt -------------------------------------------*/
@@ -408,7 +408,7 @@ void proto_register_cdt (void) {
NULL, HFILL }},
/*--- End of included file: packet-cdt-hfarr.c ---*/
-#line 99 "../../asn1/cdt/packet-cdt-template.c"
+#line 97 "../../asn1/cdt/packet-cdt-template.c"
};
/* List of subtrees */
@@ -422,7 +422,7 @@ void proto_register_cdt (void) {
&ett_cdt_T_contentType,
/*--- End of included file: packet-cdt-ettarr.c ---*/
-#line 104 "../../asn1/cdt/packet-cdt-template.c"
+#line 102 "../../asn1/cdt/packet-cdt-template.c"
};
/* Register protocol */
@@ -444,7 +444,7 @@ void proto_reg_handoff_cdt (void) {
/*--- End of included file: packet-cdt-dis-tab.c ---*/
-#line 119 "../../asn1/cdt/packet-cdt-template.c"
+#line 117 "../../asn1/cdt/packet-cdt-template.c"
data_handle = find_dissector ("data");
}