aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-24 02:51:40 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-24 02:51:40 +0000
commit47660e1b19e8de96797349c59a229ce7ef9501ee (patch)
tree1bc5fab30afcf46d5c8783d8cc85b3fa6cb66007 /epan/dissectors/packet-pdcp-lte.c
parent5bd94a35022828d5f108915796b0e635f6c58c0f (diff)
(Refining the regexp...) Replace blurbs that match the name (case insensitive) with NULL.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34230 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index a98dc84532..9fc39b13d1 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -2436,7 +2436,7 @@ void proto_register_pdcp(void)
{ &hf_pdcp_lte_rohc_feedback_feedback2,
{ "FEEDBACK-2",
"pdcp-lte.rohc.feedback.feedback2", FT_NONE, BASE_NONE, NULL, 0x0,
- "Feedback-2", HFILL
+ NULL, HFILL
}
},