MBIM: add request/response visual indicators

Change-Id: I5f4ce93bb5b164fb8b75c0acf7dd8825663110b8
Reviewed-on: https://code.wireshark.org/review/7556
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-03-06 13:25:09 +01:00
parent 9c2b593dc8
commit 9ca58d7807
1 changed files with 2 additions and 2 deletions

View File

@ -7688,12 +7688,12 @@ proto_register_mbim(void)
},
{ &hf_mbim_request_in,
{ "Request In", "mbim.control.request_in",
FT_FRAMENUM, BASE_NONE, NULL, 0,
FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_REQUEST), 0,
NULL, HFILL }
},
{ &hf_mbim_response_in,
{ "Response In", "mbim.control.response_in",
FT_FRAMENUM, BASE_NONE, NULL, 0,
FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_RESPONSE), 0,
NULL, HFILL }
},
{ &hf_mbim_descriptor,