aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
commiteff40f65db4fccf6d502b8e01d5cdebfdb1f4318 (patch)
treea4bb31887c9cf77a5a40aa4b350530824d00d111 /epan/dissectors/packet-giop.c
parent5d58e1932331dbeef27c2ef79acbf46fbc28fc9f (diff)
Trivial warning fixes
svn path=/trunk/; revision=16561
Diffstat (limited to 'epan/dissectors/packet-giop.c')
-rw-r--r--epan/dissectors/packet-giop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 6bc8d84330..2455a5d8df 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -3973,7 +3973,8 @@ dissect_giop_tcp (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree) {
get_giop_pdu_len, dissect_giop_common);
}
-gboolean dissect_giop_heur (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree) {
+static gboolean
+dissect_giop_heur (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree) {
guint tot_len;