===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-maxminddb-0.1.22/lib/maxminddb.rb-66-          result            = decode(pos, data_section_start)[1]
ruby-maxminddb-0.1.22/lib/maxminddb.rb:67:          result['network'] = network_from_addr(addr, i) unless result.empty?
ruby-maxminddb-0.1.22/lib/maxminddb.rb-68-          return MaxMindDB::Result.new(result)
##############################################
ruby-maxminddb-0.1.22/lib/maxminddb.rb-190-    
ruby-maxminddb-0.1.22/lib/maxminddb.rb:191:    def network_from_addr(addr, i)
ruby-maxminddb-0.1.22/lib/maxminddb.rb-192-      fam  = addr > 4294967295 ? Socket::AF_INET6 : Socket::AF_INET