aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-its.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-its.c')
-rw-r--r--epan/dissectors/packet-its.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/epan/dissectors/packet-its.c b/epan/dissectors/packet-its.c
index 4aaefa9232..0e7ac75746 100644
--- a/epan/dissectors/packet-its.c
+++ b/epan/dissectors/packet-its.c
@@ -3565,13 +3565,6 @@ dissect_its_EmbarkationStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *act
}
-static const value_string its_LongitudinalAccelerationValue_vals[] = {
- { 1, "pointOneMeterPerSecSquaredForward" },
- { -1, "pointOneMeterPerSecSquaredBackward" },
- { 161, "unavailable" },
- { 0, NULL }
-};
-
static int
dissect_its_LongitudinalAccelerationValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
@@ -5370,13 +5363,6 @@ dissect_itsv1_EmbarkationStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *a
}
-static const value_string itsv1_LongitudinalAccelerationValue_vals[] = {
- { 1, "pointOneMeterPerSecSquaredForward" },
- { -1, "pointOneMeterPerSecSquaredBackward" },
- { 161, "unavailable" },
- { 0, NULL }
-};
-
static int
dissect_itsv1_LongitudinalAccelerationValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {