Mark IPMB packets as IPMB in the protocol column.

Change-Id: I21ff235ddeac7abf16fa75e925e7328d60b8a281
Reviewed-on: https://code.wireshark.org/review/32533
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-03-22 15:00:48 -07:00
parent 67c6a44501
commit 41e31a3e41
1 changed files with 2 additions and 0 deletions

View File

@ -1620,6 +1620,8 @@ do_dissect_ipmb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
guint offset = 0;
guint8 tmp;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "IPMB");
memset(&ctx, 0, sizeof(ctx));
/* copy message context and channel */