iSCSI: Register iscsi dissector, so it can be used by iSER

Change-Id: I78e487c14859b82d7e1d79f99a92c759c73fbda2
Signed-off-by: Yan Burman <yanb@mellanox.com>
Reviewed-on: https://code.wireshark.org/review/2246
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Yan Burman 2014-06-11 10:28:00 +03:00 committed by Michael Mann
parent 92fbff2483
commit 2274b281ef
1 changed files with 1 additions and 0 deletions

View File

@ -3006,6 +3006,7 @@ proto_register_iscsi(void)
/* Register the protocol name and description */
proto_iscsi = proto_register_protocol("iSCSI", "iSCSI", "iscsi");
new_register_dissector("iscsi", dissect_iscsi_handle, proto_iscsi);
/* Required function calls to register the header fields and
* subtrees used */