Nmap Development mailing list archives

[RFC] Extend nmap_mass_rdns to support IPv6


From: Gioacchino Mazzurco <gmazzurco89 () gmail com>
Date: Thu, 25 Jun 2015 15:17:31 +0200

I have been working porting nmap_dns to IPv6, it is already working and it's 
testable, but not completed yet, the big work have been to refactor the code 
so it is more readable and without lot of hardcoded numbers (mainly DNS opcode 
and flags), moreover it wasn't taking advantage of the fact that Nmap is 
written in C++ and not in C.

Now I have separated the HashTable stuff and DNS stuff in different classes so it 
easier to modify one without having to concern much about the other, moreover 
with the new organization of the code is quite easy to extend the 
parser/writer to support other DNS records.

Still part of the code is just a glue between the old stuff and the new, while 
I would improve what is remaining i would like to get some review and feedback
before I continue.

https://github.com/nmap/nmap/issues/51
https://gitlab.com/g10h4ck/nmap-gsoc2015/commits/hotfix/51
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: