commit | c1ce5f358e5d3c435a875a6f5520d3bf146337c0 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Sat May 14 11:26:22 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 12 19:54:23 2016 +0200 |
tree | e6aeb4090dd4483306c67f5281d36f1d9038286a | |
parent | 5748f73ff81bbb0303b40881eec85709c7df24aa [diff] |
MEDIUM: dns: new DNS response parser New DNS response parser function which turn the DNS response from a network buffer into a DNS structure, much easier for later analysis by upper layer. Memory is pre-allocated at start-up in a chunk dedicated to DNS response store. New error code to report a wrong number of queries in a DNS response.