aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-13 05:06:38 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-13 05:06:38 +0000
commit5a25e5a9c61d423dd318f06709bd79f07be91454 (patch)
tree796ad1ce5764b5d0b905e049e0f974f09ad29958 /epan/dissectors/packet-aim.c
parent3ae83b57857040dc185ed9ec68c3c2ed157544f9 (diff)
From Ilya Konstantinov :
A patch to the AIM dissector to support Client Auto Response messages. I still don't know the meaning of all the fields as they weren't all mapped but this patch decodes all the important ones. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14911 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-aim.c')
-rw-r--r--epan/dissectors/packet-aim.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-aim.c b/epan/dissectors/packet-aim.c
index 5d57c2b67a..9b587cbf93 100644
--- a/epan/dissectors/packet-aim.c
+++ b/epan/dissectors/packet-aim.c
@@ -1009,11 +1009,6 @@ const aim_client_capability *aim_find_capability ( e_uuid_t clsid)
return NULL;
}
-int dissect_aim_tlv_value_capability_data ( proto_item *ti _U_, guint16 valueid _U_, tvbuff_t *tvb _U_, packet_info *pinfo _U_)
-{
- return 0;
-}
-
int dissect_aim_capability(proto_tree *entry, tvbuff_t *tvb, int offset)
{
const aim_client_capability *caps = NULL;