summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-29 15:41:44 +0100
committerMichael Mann <mmann78@netscape.net>2015-12-29 23:58:49 +0000
commitd1b46d9d54ebd2b9217100edc5cf944bdeaca9e1 (patch)
tree58ac88ae6372e169b6896d845273afb5a5f813f7 /epan
parentd1149414de0722d9205d7625ac8c7a1409605d27 (diff)
downloadwireshark-d1b46d9d54ebd2b9217100edc5cf944bdeaca9e1.tar.gz
VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prototypes]
Change-Id: I55dbc6c49bdc12540e06d2cf4415789ec1577d17 Reviewed-on: https://code.wireshark.org/review/12915 Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-vines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vines.c b/epan/dissectors/packet-vines.c
index b7f523fb73..9dc9ccc05a 100644
--- a/epan/dissectors/packet-vines.c
+++ b/epan/dissectors/packet-vines.c
@@ -309,7 +309,7 @@ typedef struct _e_vipc {
guint16 vipc_err_len;
} e_vipc;
-gboolean
+static gboolean
capture_vines(const guchar *pd _U_, int offset _U_, int len _U_, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
{
capture_dissector_increment_count(cpinfo, proto_vines);