1. clientip:clientport, used by tcpopen/tcpclose entries,
2. clientip:clientport:id, used by "query" entries.
+ We convert each part from hex to decimal, and in the second
+ format, separate the packet id from the client information.
+
Parameters
----------
entry.
A single "serverip" field is present in the lame, nodata,
- nxdomain, and rr entry types.
+ nxdomain, and rr entry types. We convert it from hex to decimal.
Parameters
----------
>>> decode_ip(words, 1)
>>> words
['foo', '0000:0000:0000:0000:0000:ffff:7f00:0001', 'bar', 'quux']
-
"""
words[i] = convert_ip(words[i])
entry.
A single "ttl" field is present in the nodata, nxdomain, and
- rr entry types.
+ rr entry types. We prefix it with "TTL=" so that its meaning
+ is clear in the human-readable logs.
Parameters
----------