aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-23 19:07:46 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-23 19:07:46 +0000
commitfd0bfe48952ca2bb19b5bacd2fca8e06b966935d (patch)
tree8e55410d88165d92552640189b412e4713e5ea44 /epan/dissectors/packet-aim.h
parent05601ff3646d29df521f614c5e2de1ce2b3d383e (diff)
From Alex Turbov:
Show result code of last SSI operation with a human readable description. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25375 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-aim.h')
-rw-r--r--epan/dissectors/packet-aim.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-aim.h b/epan/dissectors/packet-aim.h
index c4d6837d18..bf988bf157 100644
--- a/epan/dissectors/packet-aim.h
+++ b/epan/dissectors/packet-aim.h
@@ -64,8 +64,9 @@ void aim_get_message( guchar *msg, tvbuff_t *tvb, int msg_offset, int msg_length
int aim_get_buddyname( guchar *name, tvbuff_t *tvb, int len_offset, int name_offset);
int dissect_aim_userinfo(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *tree);
-int dissect_aim_snac_error(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *aim_tree);
+int dissect_aim_snac_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *aim_tree);
+
+int dissect_aim_ssi_result(tvbuff_t *tvb, packet_info *pinfo, proto_tree *aim_tree);
int dissect_aim_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, int offset, proto_tree *tree, const aim_tlv *);
int dissect_aim_tlv_list(tvbuff_t *tvb, packet_info *pinfo _U_, int offset, proto_tree *tree, const aim_tlv *);