aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-teamspeak2.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 04:38:42 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 04:38:42 +0000
commitd24de3341876688a0f5164d84d98316d2c6d51b5 (patch)
treeefee145a2c040869d11636103512002a9a1878eb /epan/dissectors/packet-teamspeak2.c
parenta17e3dbfa621fae2198b0f1c08d7abf34686fd07 (diff)
Remove redundant forward declarations
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30485 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-teamspeak2.c')
-rw-r--r--epan/dissectors/packet-teamspeak2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-teamspeak2.c b/epan/dissectors/packet-teamspeak2.c
index cc61f86f4e..d0dacaf81d 100644
--- a/epan/dissectors/packet-teamspeak2.c
+++ b/epan/dissectors/packet-teamspeak2.c
@@ -298,11 +298,7 @@ static GHashTable *msg_fragment_table = NULL;
static GHashTable *msg_reassembled_table = NULL;
/* forward reference */
-static void dissect_ts2(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static gboolean ts2_add_checked_crc32(proto_tree *tree, int hf_item, tvbuff_t *tvb, guint16 offset, guint32 icrc32);
-static void ts2_standard_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, ts2_conversation *conversation_data);
-static gboolean ts2_standard_find_fragments(tvbuff_t *tvb, guint32 *last_inorder_frame, guint32 *frag_size, guint32 *frag_num, gboolean *outoforder);
-static ts2_conversation* ts2_get_conversation(packet_info *pinfo);
static void ts2_parse_playerlist(tvbuff_t *tvb, proto_tree *ts2_tree);
static void ts2_parse_channellist(tvbuff_t *tvb, proto_tree *ts2_tree);
static void ts2_parse_newplayerjoined(tvbuff_t *tvb, proto_tree *ts2_tree);