DbgMuxFrame: use HexDump decorator in MsgConnData

This commit is contained in:
Vadim Yanitskiy 2023-01-27 03:07:29 +07:00
parent 8d276bd9dc
commit e9c6a37b94
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class DbgMuxFrame:
# MsgType.ConnData structure # MsgType.ConnData structure
MsgConnData = Struct( MsgConnData = Struct(
'ConnRef' / Hex(Int16ul), 'ConnRef' / Hex(Int16ul),
'Data' / GreedyBytes, 'Data' / HexDump(GreedyBytes),
) )
# MsgType.FlowControl structure # MsgType.FlowControl structure