Cosmetic change in a LF field representation in the RTPproxy dissector

Don't display any value for LF field

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

svn path=/trunk/; revision=54045
This commit is contained in:
Alexis La Goutte 2013-12-13 14:16:54 +00:00
parent 14b210c6f0
commit 18fe640e9b
1 changed files with 3 additions and 8 deletions

View File

@ -233,11 +233,6 @@ static const string_string errortypenames[] = {
{ 0, NULL }
};
static const value_string flowcontroltypenames[] = {
{ '\n', "Yes"},
{ 0, NULL }
};
static gint ett_rtpproxy = -1;
static gint ett_rtpproxy_request = -1;
@ -1235,9 +1230,9 @@ proto_register_rtpproxy(void)
{
"LF",
"rtpproxy.lf",
FT_UINT8,
BASE_DEC,
VALS(flowcontroltypenames),
FT_NONE,
BASE_NONE,
NULL,
0x0,
NULL,
HFILL