1
1
mirror of https://github.com/wader/fq.git synced 2024-09-20 00:08:01 +03:00
fq/format/dns
Mattias Wadman 840292ba6e decode: Simplify compound range sort behaviour
Doing it thru a propery in the decode fn feels a bit hidden and will
also not get set on failed decoding.

Now array is not range sorted, logic is you care about index number and ordering.
Struct is range sorted as you will prefer to fields by name.
2022-08-01 17:17:54 +02:00
..
testdata fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
dns_tcp.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
dns.go decode: Simplify compound range sort behaviour 2022-08-01 17:17:54 +02:00