Re: [Dnsmasq-discuss] dnsmasq & fingerbank.org

2017-05-12 Thread Ed W
On 09/04/2017 19:22, Denton Gentry wrote: https://fingerbank.org/about.html is a database of OS signatures based on the DHCP options populated and the order in which they appear. So for example, an Android device will typically send '1,33,3,6,15,26,28,51,58,59' while iOS sends '1,3,6,15,119,252'.

Re: [Dnsmasq-discuss] dnsmasq & fingerbank.org

2017-04-09 Thread Simon Kelley
The current tree already has this functionality, though the code which implements it is somewhat different. It certainly provides a DNSMASQ_REQUESTED_OPTIONS variable containing a comma-separated list of decimal numbers. Best to look at the current code, and submit a patch if it doesn't behave as

[Dnsmasq-discuss] dnsmasq & fingerbank.org

2017-04-09 Thread Denton Gentry
https://fingerbank.org/about.html is a database of OS signatures based on the DHCP options populated and the order in which they appear. So for example, an Android device will typically send '1,33,3,6,15,26,28,51,58,59' while iOS sends '1,3,6,15,119,252'. We modified dnsmasq to export DHCP OS sign