aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spdy.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-20 22:08:18 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-21 04:58:13 +0000
commitaec8e932a5b9d53cffe85038de6607a03e999f00 (patch)
tree68b7e23e55f43a0aa5eeb4c361132603e160dba3 /epan/dissectors/packet-spdy.c
parent8f0fc4ba77739957ca1bc70d801ff7ee50ef91e9 (diff)
SPDY: fix no previous prototype for 'dissect_spdy_heur' [-Wmissing-prototypes]
Change-Id: Ife5f44a333227b1df3d2377d12dbec65a4b4d5c3 Reviewed-on: https://code.wireshark.org/review/10164 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-spdy.c')
-rw-r--r--epan/dissectors/packet-spdy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spdy.c b/epan/dissectors/packet-spdy.c
index f75cd0e067..0ab6b780f3 100644
--- a/epan/dissectors/packet-spdy.c
+++ b/epan/dissectors/packet-spdy.c
@@ -1659,7 +1659,7 @@ static int dissect_spdy(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
* Looks for SPDY frame at tvb start.
* If not enough data for either, requests more via desegment struct.
*/
-gboolean dissect_spdy_heur(tvbuff_t *tvb,
+static gboolean dissect_spdy_heur(tvbuff_t *tvb,
packet_info *pinfo,
proto_tree *tree,
void *data _U_)