===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fwlogwatch-1.4/utils.h-20-char compare_ipv6_equal(struct in6_addr *ip1, struct in6_addr *ip2);
fwlogwatch-1.4/utils.h:21:unsigned char isV4mappedV6addr(struct in6_addr *ip);
fwlogwatch-1.4/utils.h-22-char *my_inet_ntop(struct in6_addr *ip);
##############################################
fwlogwatch-1.4/netfilter.l-38-PROTO	"TCP"|"UDP"|"ICMP"|"ESP"|"AH"|"ICMPv6"|{NUMBER}
fwlogwatch-1.4/netfilter.l:39:IPV6ADDR	([0-9a-f]{1,4}":"+){1,7}[0-9a-f]{1,4}
fwlogwatch-1.4/netfilter.l-40-
##############################################
fwlogwatch-1.4/whois.c-203-
fwlogwatch-1.4/whois.c:204:  if (isV4mappedV6addr(&ip)) {
fwlogwatch-1.4/whois.c-205-    if ((ip.s6_addr32[3] == QUAD2IP(0, 0, 0, 0))
##############################################
fwlogwatch-1.4/net.c-495-	mask = convert_mask(&this_host->netmask);
fwlogwatch-1.4/net.c:496:	if ((mask == 128) || ((isV4mappedV6addr(&this_host->shost)) && (mask == 32))) {
fwlogwatch-1.4/net.c-497-	  fdprintf(conn, "<td>%s</td>", my_inet_ntop(&this_host->shost));
##############################################
fwlogwatch-1.4/net.c-501-	if (opt.resolve) {
fwlogwatch-1.4/net.c:502:	  if ((mask == 128) || ((isV4mappedV6addr(&this_host->shost)) && (mask == 32))) {
fwlogwatch-1.4/net.c-503-	    fdprintf(conn, _("<td>(known host)</td>"));
##############################################
fwlogwatch-1.4/ipfilter.l-39-IPV4ADDR	{OCTET}"."{OCTET}"."{OCTET}"."{OCTET}
fwlogwatch-1.4/ipfilter.l:40:IPV6ADDR	([0-9a-f]{1,4}":"+){1,7}[0-9a-f]{1,4}
fwlogwatch-1.4/ipfilter.l:41:IPV4OR6ADDR	({IPV4ADDR}|{IPV6ADDR})
fwlogwatch-1.4/ipfilter.l-42-
##############################################
fwlogwatch-1.4/utils.c-277-
fwlogwatch-1.4/utils.c:278:unsigned char isV4mappedV6addr(struct in6_addr *ip)
fwlogwatch-1.4/utils.c-279-{
##############################################
fwlogwatch-1.4/utils.c-294-  const char *rp;
fwlogwatch-1.4/utils.c:295:  if (isV4mappedV6addr(ip)) {
fwlogwatch-1.4/utils.c-296-    rp = inet_ntop(AF_INET, ip->s6_addr + 12, opt.ntop, INET_ADDRSTRLEN);
##############################################
fwlogwatch-1.4/utils.c-339-  convert_ip(input, &ip);
fwlogwatch-1.4/utils.c:340:  if (isV4mappedV6addr(&ip)) {
fwlogwatch-1.4/utils.c-341-    if ((pnt != NULL) && ((n < 0) || (n > 32))) {
##############################################
fwlogwatch-1.4/utils.c-373-
fwlogwatch-1.4/utils.c:374:  if (isV4mappedV6addr(in6_addr)) {
fwlogwatch-1.4/utils.c-375-    s = 96;
##############################################
fwlogwatch-1.4/contrib/fwlogwatch.php-635-  $args = "-w$selectivity -O $sorting $hide $top $old $parser $logdir/$logfile";
fwlogwatch-1.4/contrib/fwlogwatch.php:636:  $report = `$fwlogwatch $args 2>&1`;
fwlogwatch-1.4/contrib/fwlogwatch.php-637-  if(!$debug) {
##############################################
fwlogwatch-1.4/resolve.c-126-	for (rp = res; rp != NULL; rp = rp->ai_next) {
fwlogwatch-1.4/resolve.c:127:	  if (rp->ai_family == AF_INET && isV4mappedV6addr(&ip)) {
fwlogwatch-1.4/resolve.c-128-	    struct sockaddr_in *sin;
##############################################
fwlogwatch-1.4/resolve.c-133-	    }
fwlogwatch-1.4/resolve.c:134:	  } else if (rp->ai_family == AF_INET6 && !isV4mappedV6addr(&ip)) {
fwlogwatch-1.4/resolve.c-135-	    struct sockaddr_in6 *sin6;
##############################################
fwlogwatch-1.4/resolve.c-265-  memcpy(&adnse->ip, ip, sizeof(struct in6_addr));
fwlogwatch-1.4/resolve.c:266:  if (isV4mappedV6addr(ip)) {
fwlogwatch-1.4/resolve.c-267-    char buf[INET6_ADDRSTRLEN];
##############################################
fwlogwatch-1.4/debian/fwlogwatch.cron.daily-23-
fwlogwatch-1.4/debian/fwlogwatch.cron.daily:24:OUTPUT=`$FWLOGWATCH $CRON_PARAMS`
fwlogwatch-1.4/debian/fwlogwatch.cron.daily-25-
##############################################
fwlogwatch-1.4/debian/fwlogwatch.init.d-37-
fwlogwatch-1.4/debian/fwlogwatch.init.d:38:PIDFILE=`grep "^pidfile" $CONFIG | sed 's/.*=[\t ]*//' `
fwlogwatch-1.4/debian/fwlogwatch.init.d-39-