aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/log3gpp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-04-16 11:24:52 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-16 20:09:42 +0000
commite513ed41d2c12e5196762911e62a4e9a9206d40e (patch)
tree420772900bdb6237b26041713525e5f75dbaff15 /wiretap/log3gpp.c
parentc92637bcd82071d7a263597c2d7cbd95b481ee54 (diff)
Wiretap: Fix some compiler warnings.
Make various _dump_can_write_encap and _dump_open routines static. Add a couple of casts.
Diffstat (limited to 'wiretap/log3gpp.c')
-rw-r--r--wiretap/log3gpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/log3gpp.c b/wiretap/log3gpp.c
index ba526301ef..a23bb9039a 100644
--- a/wiretap/log3gpp.c
+++ b/wiretap/log3gpp.c
@@ -93,7 +93,7 @@ void register_log3gpp(void);
/***************************************************************************/
/* Free log3gpp-specific capture info from file that was open for reading */
/***************************************************************************/
-void log3gpp_close(wtap* wth)
+static void log3gpp_close(wtap* wth)
{
log3gpp_t* log3gpp = (log3gpp_t*)wth->priv;
/* Also free this capture info */