aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-10 12:54:37 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-10 11:59:59 +0000
commit703ac5df97daea730fefd1353ceb247bd3234791 (patch)
tree8431bb7522d6758b7322ba26ce5863a29f32fc2a /epan/dissectors
parentd1f692475fbf3d5f0cd25ff31c5b4aaa42fe4be1 (diff)
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>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-eigrp.c2
-rw-r--r--epan/dissectors/packet-h248_annex_c.c3
-rw-r--r--epan/dissectors/packet-h248_annex_e.c10
-rw-r--r--epan/dissectors/packet-h248_q1950.c2
4 files changed, 12 insertions, 5 deletions
diff --git a/epan/dissectors/packet-eigrp.c b/epan/dissectors/packet-eigrp.c
index 3ea0c5d5e3..3c33aef98c 100644
--- a/epan/dissectors/packet-eigrp.c
+++ b/epan/dissectors/packet-eigrp.c
@@ -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
diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c
index e7c06ea332..ad0d4bda30 100644
--- a/epan/dissectors/packet-h248_annex_c.c
+++ b/epan/dissectors/packet-h248_annex_c.c
@@ -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"},
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index eddfbd8499..b299b34975 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -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)" },
diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c
index f3255aa117..1aa0df4f3a 100644
--- a/epan/dissectors/packet-h248_q1950.c
+++ b/epan/dissectors/packet-h248_q1950.c
@@ -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" },