From 5019022e13ac1f807d818ab4c8d6aafc1bd7d66d Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:44:43 +0200 Subject: DNS: extract geolocation information, if available (#2065) The option NSID (RFC5001) is used by Google DNS to report the airport code of the metro where the DNS query is handled. This option is quite rare, but the added overhead in DNS code is pretty much zero for "normal" DNS traffic --- tests/cfgs/default/pcap/dns-google-nsid.pcapng | Bin 0 -> 2888 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/cfgs/default/pcap/dns-google-nsid.pcapng (limited to 'tests/cfgs/default/pcap/dns-google-nsid.pcapng') diff --git a/tests/cfgs/default/pcap/dns-google-nsid.pcapng b/tests/cfgs/default/pcap/dns-google-nsid.pcapng new file mode 100644 index 000000000..b5442483a Binary files /dev/null and b/tests/cfgs/default/pcap/dns-google-nsid.pcapng differ -- cgit v1.2.3