IWARP_DDP_RDMAP: display read request tags and offsets in hex

This commit is contained in:
Jorge Mora 2022-03-17 12:15:20 -06:00 committed by A Wireshark GitLab Utility
parent 4a80186e2b
commit 984dc6de78
1 changed files with 3 additions and 3 deletions

View File

@ -832,11 +832,11 @@ proto_register_iwarp_ddp_rdmap(void)
"RDMA Terminate Header", HFILL} },
{ &hf_iwarp_rdma_sinkstag, {
"Data Sink STag", "iwarp_rdma.sinkstag",
FT_UINT32, BASE_DEC, NULL, 0x0,
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL} },
{ &hf_iwarp_rdma_sinkto, {
"Data Sink Tagged Offset", "iwarp_rdma.sinkto",
FT_UINT64, BASE_DEC, NULL, 0x0,
FT_UINT64, BASE_HEX, NULL, 0x0,
NULL, HFILL} },
{ &hf_iwarp_rdma_rdmardsz, {
"RDMA Read Message Size", "iwarp_rdma.rdmardsz",
@ -844,7 +844,7 @@ proto_register_iwarp_ddp_rdmap(void)
NULL, HFILL} },
{ &hf_iwarp_rdma_srcstag, {
"Data Source STag", "iwarp_rdma.srcstag",
FT_UINT32, BASE_DEC, NULL, 0x0,
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL} },
{ &hf_iwarp_rdma_srcto, {
"Data Source Tagged Offset", "iwarp_rdma.srcto",