diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-01-31 00:06:49 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-16 19:55:50 -0500 |
commit | dab48ea63a461e2fe2bd491ba28570424bcaf362 (patch) | |
tree | e8a70471e5731ece9f520c6935d4e85404045c65 /man/systemd-resolve.xml | |
parent | 2e74028a5cf636760191656d7fabfa9f43db96e2 (diff) |
systemd-resolve: allow whole packets to be dumped in binary form
Diffstat (limited to 'man/systemd-resolve.xml')
-rw-r--r-- | man/systemd-resolve.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index bec6213de2..c288fd974e 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -233,6 +233,16 @@ </varlistentry> <varlistentry> + <term><option>--raw</option><optional>=payload|packet</optional></term> + + <listitem><para>Dump the answer as binary data. If there is no argument or if the argument is + <literal>payload</literal>, the payload of the packet is exported. If the argument is + <literal>packet</literal>, the whole packet is dumped in wire format, prefixed by + length specified as a little-endian 64-bit number. This format allows multiple packets + to be dumped and unambigously parsed.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--legend=</option><replaceable>BOOL</replaceable></term> <listitem><para>Takes a boolean parameter. If true (the default), column headers and meta information about the |