VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prototypes]
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Tue, 29 Dec 2015 14:41:44 +0000 (15:41 +0100)
committerMichael Mann <mmann78@netscape.net>
Tue, 29 Dec 2015 23:58:49 +0000 (23:58 +0000)
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>
epan/dissectors/packet-vines.c

index b7f523fb7369630ca37faaf36b0a1ba939f17958..9dc9ccc05ae5f8a2cfe729245efade4c5770a47e 100644 (file)
@@ -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);