aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-chatnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-aim-chatnav.c')
-rw-r--r--epan/dissectors/packet-aim-chatnav.c37
1 files changed, 19 insertions, 18 deletions
diff --git a/epan/dissectors/packet-aim-chatnav.c b/epan/dissectors/packet-aim-chatnav.c
index 4ba4ede723..1e74ec1897 100644
--- a/epan/dissectors/packet-aim-chatnav.c
+++ b/epan/dissectors/packet-aim-chatnav.c
@@ -40,16 +40,16 @@
#define FAMILY_CHAT_NAV 0x000D
static const aim_subtype aim_fnac_family_chatnav[] = {
- { 0x0001, "Error", dissect_aim_snac_error },
- { 0x0002, "Request Limits", NULL },
- { 0x0003, "Request Exchange", NULL },
- { 0x0004, "Request Room Information", NULL },
- { 0x0005, "Request Extended Room Information", NULL },
- { 0x0006, "Request Member List", NULL },
- { 0x0007, "Search Room", NULL },
- { 0x0008, "Create", NULL },
- { 0x0009, "Info", NULL },
- { 0, NULL, NULL }
+ { 0x0001, "Error", dissect_aim_snac_error },
+ { 0x0002, "Request Limits", NULL },
+ { 0x0003, "Request Exchange", NULL },
+ { 0x0004, "Request Room Information", NULL },
+ { 0x0005, "Request Extended Room Information", NULL },
+ { 0x0006, "Request Member List", NULL },
+ { 0x0007, "Search Room", NULL },
+ { 0x0008, "Create", NULL },
+ { 0x0009, "Info", NULL },
+ { 0, NULL, NULL }
};
/* Initialize the protocol and registered fields */
@@ -63,21 +63,22 @@ proto_register_aim_chatnav(void)
{
/* Setup list of header fields */
-/*FIXME
- static hf_register_info hf[] = {
- };*/
+#if 0 /*FIXME*/
+ static hf_register_info hf[] = {
+ };
+#endif
/* Setup protocol subtree array */
- static gint *ett[] = {
- &ett_aim_chatnav,
- };
+ static gint *ett[] = {
+ &ett_aim_chatnav,
+ };
/* Register the protocol name and description */
- proto_aim_chatnav = proto_register_protocol("AIM Chat Navigation", "AIM ChatNav", "aim_chatnav");
+ proto_aim_chatnav = proto_register_protocol("AIM Chat Navigation", "AIM ChatNav", "aim_chatnav");
/* Required function calls to register the header fields and subtrees used */
/*FIXME
proto_register_field_array(proto_aim_chatnav, hf, array_length(hf));*/
- proto_register_subtree_array(ett, array_length(ett));
+ proto_register_subtree_array(ett, array_length(ett));
}
void