mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 13:04:28 +01:00
Fixed a bug in DNS dname parsing.
This commit is contained in:
@@ -571,6 +571,7 @@ namespace Tins {
|
||||
uint32_t build_suffix_map(uint32_t index, const std::list<Query> &lst);
|
||||
void build_suffix_map();
|
||||
void copy_list(const std::list<ResourceRecord*> &from, std::list<ResourceRecord*> &to) const;
|
||||
bool contains_dname(uint16_t type);
|
||||
|
||||
void copy_fields(const DNS *other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user