mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Factor out the common code used to hexdump the protocol when ./configure --enable-packet-dump is used. It's not quite a straight refactor because I had to fix some signedness bugs in the code which were not revealed before because this code is usually disabled.