aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-30 13:18:15 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-30 13:18:15 +0000
commit7847580ac931a8da48b49efc8f8f07aa0a2b4a9e (patch)
treeb5f1f88bf56fdb6b2d6ae49ff6ceff6dbd54d11a /epan/dissectors/packet-pdcp-lte.c
parent97070acc427c67bf4dfdbebbd3b7dccd8c1adb73 (diff)
Get rid of value_strings that appear to be a throwback to when ROHC appeared in this dissector
svn path=/trunk/; revision=52982
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index 3ed5241c67..62e3ad948d 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -180,50 +180,12 @@ static const value_string pdu_type_vals[] = {
{ 0, NULL }
};
-#if 0
-static const value_string feedback_ack_vals[] = {
- { 0, "ACK" },
- { 1, "NACK" },
- { 2, "STATIC-NACK" },
- { 0, NULL }
-};
-#endif
-
-#if 0
-static const value_string feedback_option_vals[] = {
- { 1, "CRC" },
- { 2, "REJECT" },
- { 3, "SN-Not-Valid" },
- { 4, "SN" },
- { 5, "Clock" },
- { 6, "Jitter" },
- { 7, "Loss" },
- { 0, NULL }
-};
-#endif
-
static const value_string control_pdu_type_vals[] = {
{ 0, "PDCP Status report" },
{ 1, "Header Compression Feedback Information" },
{ 0, NULL }
};
-#if 0
-static const value_string t_vals[] = {
- { 0, "ID message format" },
- { 1, "TS message format" },
- { 0, NULL }
-};
-#endif
-
-#if 0
-static const value_string ip_protocol_vals[] = {
- { 6, "TCP" },
- { 17, "UDP" },
- { 0, NULL }
-};
-#endif
-
static const value_string integrity_algorithm_vals[] = {
{ 0, "EIA0" },
{ 1, "EIA1" },