aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-24 23:59:47 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-24 23:59:47 +0000
commit9563de93a3315ec93e39f186c52b7122f74ae407 (patch)
treeea43b5d9a03b8a8d6272f95b007c2923be212222 /epan/dissectors/packet-aim.h
parent8a707b0af50c806c0c835c0241c1acbef3c1c2fe (diff)
AIM doesn't ever use it's private_data structure, so remove it. If it ever does, just pass the data into the subdissectors.
svn path=/trunk/; revision=52830
Diffstat (limited to 'epan/dissectors/packet-aim.h')
-rw-r--r--epan/dissectors/packet-aim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-aim.h b/epan/dissectors/packet-aim.h
index 2813037161..7494c62ddc 100644
--- a/epan/dissectors/packet-aim.h
+++ b/epan/dissectors/packet-aim.h
@@ -36,12 +36,6 @@ typedef struct _aim_tlv {
int (*dissector) (proto_item *ti, guint16 value_id, tvbuff_t *tvb, packet_info *);
} aim_tlv;
-struct aiminfo {
- guint16 family;
- guint16 subtype;
- struct tcpinfo *tcpinfo;
-};
-
typedef struct _aim_subtype {
guint16 id;
const char *name;