"dissect_tapa_static()" is a new-style dissector; register it as such.

svn path=/trunk/; revision=21029
This commit is contained in:
Guy Harris 2007-03-14 18:23:19 +00:00
parent 2e8fa7557e
commit 78b8245bcc
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ proto_register_tapa(void)
proto_register_field_array(proto_tapa, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
register_dissector("tapa", dissect_tapa_static, proto_tapa);
new_register_dissector("tapa", dissect_tapa_static, proto_tapa);
}