aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t125.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-08-08 10:35:34 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2014-08-08 08:37:38 +0000
commitaa6400ad1a579ed1649dd568376876ef9aaf7870 (patch)
tree0f86c5863422fb1d8b469ea7323face17a282021 /epan/dissectors/packet-t125.c
parent735263e58e2a6a92389777d7baa2da2fa4d809a8 (diff)
Sync t125 from asn1.
This adds "Remove unused hf entries" from Anders. Change-Id: I1150f34f0eafab03415339d4b34f5f2e7f69f85b Reviewed-on: https://code.wireshark.org/review/3499 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-t125.c')
-rw-r--r--epan/dissectors/packet-t125.c19
1 files changed, 4 insertions, 15 deletions
diff --git a/epan/dissectors/packet-t125.c b/epan/dissectors/packet-t125.c
index 73fdc710d4..ec1ae52922 100644
--- a/epan/dissectors/packet-t125.c
+++ b/epan/dissectors/packet-t125.c
@@ -87,9 +87,6 @@ static int hf_t125_connect_result = -1; /* Connect_Result */
/* Initialize the subtree pointers */
static int ett_t125 = -1;
-static int hf_t125_connectData = -1;
-static int hf_t125_heur = -1;
-
/*--- Included file: packet-t125-ett.c ---*/
#line 1 "../../asn1/t125/packet-t125-ett.c"
@@ -101,7 +98,7 @@ static gint ett_t125_Connect_Result_U = -1;
static gint ett_t125_ConnectMCSPDU = -1;
/*--- End of included file: packet-t125-ett.c ---*/
-#line 56 "../../asn1/t125/packet-t125-template.c"
+#line 53 "../../asn1/t125/packet-t125-template.c"
static heur_dissector_list_t t125_heur_subdissector_list;
@@ -387,7 +384,7 @@ static int dissect_ConnectMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-t125-fn.c ---*/
-#line 60 "../../asn1/t125/packet-t125-template.c"
+#line 57 "../../asn1/t125/packet-t125-template.c"
static int
dissect_t125(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void *data _U_)
@@ -457,14 +454,6 @@ void proto_register_t125(void) {
/* List of fields */
static hf_register_info hf[] = {
- { &hf_t125_connectData,
- { "connectData", "t125.connectData",
- FT_NONE, BASE_NONE, NULL, 0,
- NULL, HFILL }},
- { &hf_t125_heur,
- { "heuristic", "t125.heuristic",
- FT_UINT32, BASE_DEC, NULL, 0,
- NULL, HFILL }},
/*--- Included file: packet-t125-hfarr.c ---*/
#line 1 "../../asn1/t125/packet-t125-hfarr.c"
@@ -570,7 +559,7 @@ void proto_register_t125(void) {
NULL, HFILL }},
/*--- End of included file: packet-t125-hfarr.c ---*/
-#line 138 "../../asn1/t125/packet-t125-template.c"
+#line 127 "../../asn1/t125/packet-t125-template.c"
};
/* List of subtrees */
@@ -587,7 +576,7 @@ void proto_register_t125(void) {
&ett_t125_ConnectMCSPDU,
/*--- End of included file: packet-t125-ettarr.c ---*/
-#line 144 "../../asn1/t125/packet-t125-template.c"
+#line 133 "../../asn1/t125/packet-t125-template.c"
};
/* Register protocol */