doxygen: Try to fix warnings.

Change-Id: I2c104b159f8d4ee1993567c54578dcd695b06037
Reviewed-on: https://code.wireshark.org/review/33886
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders Broman 2019-07-10 12:54:37 +02:00 committed by Anders Broman
parent d1f692475f
commit 703ac5df97
4 changed files with 12 additions and 5 deletions

View File

@ -2572,7 +2572,7 @@ eigrp_fmt_version(gchar *result, guint32 revision )
}
/**
*@fn void proto _ register _ eigrp (void)
*@fn void proto_register_eigrp (void)
*
* @usage
* you can not have the function name inside a comment or else Wireshark

View File

@ -614,6 +614,7 @@ static const value_string h248_pkg_annexc_addlayer3prot_values[] = {
{0,NULL}
};
#if 0
static const value_string h248_pkg_annexc_nci_satellite_values[] _U_ = {
{0x0, "no satellite circuit"},
{0x1, "one satellite circuit"},
@ -635,7 +636,7 @@ static const value_string h248_pkg_annexc_nci_echoctl_values[] _U_ = {
{0x1, "outgoing echo control device included"},
{0,NULL}
};
#endif
static const value_string h248_pkg_annexc_QosClass_values[] = {
{0x0, "Default"},

View File

@ -74,6 +74,7 @@ static h248_pkg_param_t h248_pkg_generic_cause_evt_params[] = {
{ 0, NULL, NULL, NULL}
};
#if 0
static const value_string h248_pkg_generic_sc_meth_vals[] _U_ = {
{0x0001,"Signal Identity (SigID)"},
{0x0002,"Termination Method (Meth)"},
@ -81,6 +82,7 @@ static const value_string h248_pkg_generic_sc_meth_vals[] _U_ = {
{0x0004,"Request ID (RID)"},
{0,NULL}
};
#endif
static const value_string h248_pkg_generic_sc_vals[] = {
{0x0001,"TO - Signal timed out or otherwise completed on its own"},
@ -727,7 +729,7 @@ static const value_string h248_pkg_al_evt_flashhook_params_vals[] = {
};
/* Packet definitions */
static const value_string h248_pkg_al_sig_evts_vals[] _U_ = {
static const value_string h248_pkg_al_sig_evts_vals[] = {
/* Signals */
{ 0x0002, "ri (Ring)" },
/* Events */
@ -799,10 +801,10 @@ static h248_package_t h248_pkg_al = {
h248_pkg_al_sig_evts_vals,
h248_pkg_al_sig_evts_vals,
NULL,
NULL, /* Properties */
NULL, /* Properties */
h248_pkg_al_sig, /* signals */
h248_pkg_al_evts, /* events */
NULL /* statistics */
NULL /* statistics */
};
@ -865,10 +867,12 @@ static int hf_h248_pkg_rtp_stat_ps = -1;
static gint ett_h248_pkg_rtp = -1;
#if 0
static const value_string h248_pkg_rtp_stat_vals[] _U_ = {
{ 0x0004, "ps"},
{ 0, NULL}
};
#endif
static const value_string h248_pkg_rtp_props_vals[] = {
{ 0x0000, "RTP Package - Annex E (rtp)" },

View File

@ -77,10 +77,12 @@ static int hf_h248_pkg_BNCCT_prop = -1;
static gint ett_h248_pkg_BNCCT = -1;
#if 0
static const value_string h248_pkg_BNCCT_parameters[] _U_ = {
{ 0x0001, "BNC Cut Through Capability" },
{ 0, NULL }
};
#endif
static const value_string h248_pkg_BNCCT_props_vals[] = {
{0,"Bearer Network Connection Cut Q.1950 Annex A" },