hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 14 Nov 2019 01:12:40 +0200
changeset 2390 f2b450fa4f4b
parent 1912 8b81a8f0f692
permissions -rw-r--r--
Network Debug and Troubleshooting Guide.

.. -*- coding: utf-8; -*-

=========================
 Hex data representation
=========================
.. contents::
   :local:

Dump binary data in hex.
========================
::

  $ od -t x1 <file

or::

  $ hexdump -v -e '1/1 "0x%02x, "'