PIM: Disable unused pimbdirdfvals.

Change-Id: I2b023868d9f84e891e36f2cfcfd4ad25e1e43592
Reviewed-on: https://code.wireshark.org/review/4681
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stig Bjørlykke 2014-10-14 10:56:02 +02:00 committed by Anders Broman
parent 0e2f12810c
commit 3ec9ddc14e
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,8 @@ static const value_string pimtypevals[] = {
};
#if 0
/* PIM_TYPE_DF_ELECT (subtype) not implemented yet */
static const value_string pimbdirdfvals[] = {
{ PIM_BDIR_DF_OFFER, "offer"},
{ PIM_BDIR_DF_WINNER, "DF Winner"},
@ -114,6 +115,7 @@ static const value_string pimbdirdfvals[] = {
{ PIM_BDIR_DF_PASS, "DF Pass"},
{ 0, NULL }
};
#endif
static const value_string pim_opt_vals[] = {
{1, "Hold Time"},