aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:56:52 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 12:19:27 +0000
commit9911f1fd8fd40b42b432b398e1cb27870ec086eb (patch)
treea995750b68985bb975965f147ea929704c3dc4ac /epan/dissectors/packet-iuup.c
parent7b2c3cd141cfb14a884f0d9307b0476d19a9a773 (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Add static before function Change-Id: Iddf2879407cfc78734719e7ea2a9eb047045c100 Reviewed-on: https://code.wireshark.org/review/3693 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-iuup.c')
-rw-r--r--epan/dissectors/packet-iuup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index abf1eb29cc..cf2887f325 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -575,7 +575,7 @@ static void add_hdr_crc(tvbuff_t* tvb, packet_info* pinfo, proto_item* iuup_tree
}
}
-guint16
+static guint16
update_crc10_by_bytes_iuup(tvbuff_t *tvb, int offset, int length)
{
guint16 crc10;