CAN: Add call to register_dissector in CAN dissector

Change-Id: I34d24b05941f9a56c48273254d84cab3b91a12d5
Reviewed-on: https://code.wireshark.org/review/12780
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Sebastian Schildt 2015-12-21 10:12:48 +01:00 committed by Michael Mann
parent d8e1e18d5e
commit e3829d723d
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ proto_register_socketcan(void)
"CAN", /* short name */
"can" /* abbrev */
);
register_dissector("can", dissect_socketcan, proto_can);
proto_register_field_array(proto_can, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));