binary print |
This function takes an unsigned character array of binary data, and dumps/prints it
in a human readable format like the following example.
0000 4854 5450 2F31 2E31 2032 3030 204F 4B0D HTTP/1.1 200 OK.
0010 0A53 6572 7665 723A 204D 6963 726F 736F .Server: Microso
0020 6674 2D49 4953 2F34 2E30 0D0A 4461 7465 ft-IIS/4.0..Date
0030 3A20 5361 742C 2032 3420 4A61 6E20 3230 : Sat, 24 Jan 20
0040 3034 2032 333A 3535 3A35 3520 474D 540D 04 23:55:55 GMT.
|