===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
iptstate-2.2.6/Changelog-124-- Updated Makefile to only recompile if needed
iptstate-2.2.6/Changelog:125:- Fixed gethostbyaddr() call to compile on more systems
iptstate-2.2.6/Changelog-126-- Fixed truncation bug that ocassionally truncated one char
##############################################
iptstate-2.2.6/README.md-72-    iptstate.cc:286: passing `in_addr *' as argument
iptstate-2.2.6/README.md:73:    1 of `gethostbyaddr(const char *, size_t, int)'
iptstate-2.2.6/README.md-74-
##############################################
iptstate-2.2.6/iptstate.cc-318-
iptstate-2.2.6/iptstate.cc:319:  if ((hostinfo = gethostbyaddr((char *)&ip, sizeof(ip), family)) != NULL) {
iptstate-2.2.6/iptstate.cc-320-    name = hostinfo->h_name;