Closed hramrach closed 2 years ago
When the file contrains multiple consecutive same bytes the /1 format shows them abbreviated with *. To avoid this problem use 4/1 format.
Also put the hexdump invocation into a function.
Signed-off-by: Michal Suchanek msuchanek@suse.de
Tested-by: Mingming Cao mmc@linux.vnet.ibm.com
Fixed in commit a8420c280efa
Corrected commit id on next branch 4d56ac276887
When the file contrains multiple consecutive same bytes the /1 format shows them abbreviated with *. To avoid this problem use 4/1 format.
Also put the hexdump invocation into a function.
Signed-off-by: Michal Suchanek msuchanek@suse.de