aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-16 13:31:36 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-16 13:31:36 +0000
commit78f7795a541b20f745d8fb5ac995f57746dfa93d (patch)
tree66e2c30730b38e981c549bbf858718cdb77a9f54
parent0c8b0a9f3d9650e98add4306b6f6bf173d98b262 (diff)
Make a function static
svn path=/trunk/; revision=41607
-rw-r--r--epan/dissectors/packet-eiss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eiss.c b/epan/dissectors/packet-eiss.c
index c7c75832a7..091766673e 100644
--- a/epan/dissectors/packet-eiss.c
+++ b/epan/dissectors/packet-eiss.c
@@ -260,7 +260,7 @@ dissect_eiss_descriptors(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
}
-void
+static void
dissect_eiss(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint offset = 0, packet_length, sect_len;