===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pktstat-1.8.5/ip.c-117-			display_message("resolving %s", inet_ntoa(*addr));
pktstat-1.8.5/ip.c:118:			he = gethostbyaddr((char *)addr, sizeof *addr, AF_INET);
pktstat-1.8.5/ip.c-119-			display_message("");
##############################################
pktstat-1.8.5/missing-139-       # Could not run --version or --help.  This is probably someone
pktstat-1.8.5/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
pktstat-1.8.5/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
pktstat-1.8.5/missing-173-         from any GNU archive site."
pktstat-1.8.5/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
pktstat-1.8.5/missing-175-    test -z "$files" && files="config.h"
##############################################
pktstat-1.8.5/missing-202-         proper tools for further handling them.
pktstat-1.8.5/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
pktstat-1.8.5/missing-204-         archive site."
pktstat-1.8.5/missing-205-
pktstat-1.8.5/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
pktstat-1.8.5/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pktstat-1.8.5/missing-208-    if test -f "$file"; then
##############################################
pktstat-1.8.5/missing-231-	*.y)
pktstat-1.8.5/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
pktstat-1.8.5/missing-233-	    if test -f "$SRCFILE"; then
##############################################
pktstat-1.8.5/missing-235-	    fi
pktstat-1.8.5/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
pktstat-1.8.5/missing-237-	    if test -f "$SRCFILE"; then
##############################################
pktstat-1.8.5/missing-261-	*.l)
pktstat-1.8.5/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
pktstat-1.8.5/missing-263-	    if test -f "$SRCFILE"; then
##############################################
pktstat-1.8.5/missing-280-
pktstat-1.8.5/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
pktstat-1.8.5/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pktstat-1.8.5/missing-283-    if test -f "$file"; then
##############################################
pktstat-1.8.5/missing-300-    # The file to touch is that specified with -o ...
pktstat-1.8.5/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
pktstat-1.8.5/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pktstat-1.8.5/missing-303-    if test -z "$file"; then
pktstat-1.8.5/missing-304-      # ... or it is the one specified with @setfilename ...
pktstat-1.8.5/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
pktstat-1.8.5/missing-306-      file=`sed -n '
##############################################
pktstat-1.8.5/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
pktstat-1.8.5/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
pktstat-1.8.5/missing-314-    fi
##############################################
pktstat-1.8.5/missing-336-	*o*)
pktstat-1.8.5/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
pktstat-1.8.5/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
pktstat-1.8.5/missing-342-	*h*)
pktstat-1.8.5/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
pktstat-1.8.5/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
pktstat-1.8.5/install-sh-217-      fi
pktstat-1.8.5/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
pktstat-1.8.5/install-sh-219-    *)
##############################################
pktstat-1.8.5/install-sh-269-      dstdir=$dst
pktstat-1.8.5/install-sh:270:      dst=$dstdir/`basename "$src"`
pktstat-1.8.5/install-sh-271-      dstdir_status=0
##############################################
pktstat-1.8.5/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
pktstat-1.8.5/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
pktstat-1.8.5/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
pktstat-1.8.5/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
pktstat-1.8.5/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
pktstat-1.8.5/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
pktstat-1.8.5/install-sh-418-	    case $prefix in
pktstat-1.8.5/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
pktstat-1.8.5/install-sh-420-	      *) qprefix=$prefix;;
##############################################
pktstat-1.8.5/install-sh-467-    if $copy_on_change &&
pktstat-1.8.5/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
pktstat-1.8.5/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
pktstat-1.8.5/install-sh-470-
##############################################
pktstat-1.8.5/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
pktstat-1.8.5/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
pktstat-1.8.5/aclocal.m4-69-#
##############################################
pktstat-1.8.5/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
pktstat-1.8.5/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
pktstat-1.8.5/aclocal.m4-93-# and then we would define $MISSING as
##############################################
pktstat-1.8.5/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
pktstat-1.8.5/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
pktstat-1.8.5/aclocal.m4-109-])
##############################################
pktstat-1.8.5/aclocal.m4-208-  if test "$am_compiler_list" = ""; then
pktstat-1.8.5/aclocal.m4:209:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
pktstat-1.8.5/aclocal.m4-210-  fi
##############################################
pktstat-1.8.5/aclocal.m4-354-    # Strip MF so we end up with the name of the file.
pktstat-1.8.5/aclocal.m4:355:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pktstat-1.8.5/aclocal.m4-356-    # Check whether this is an Automake generated Makefile or not.
##############################################
pktstat-1.8.5/aclocal.m4-363-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
pktstat-1.8.5/aclocal.m4:364:      dirpart=`AS_DIRNAME("$mf")`
pktstat-1.8.5/aclocal.m4-365-    else
##############################################
pktstat-1.8.5/aclocal.m4-369-    # from the Makefile without running `make'.
pktstat-1.8.5/aclocal.m4:370:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pktstat-1.8.5/aclocal.m4-371-    test -z "$DEPDIR" && continue
pktstat-1.8.5/aclocal.m4:372:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pktstat-1.8.5/aclocal.m4-373-    test -z "am__include" && continue
pktstat-1.8.5/aclocal.m4:374:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pktstat-1.8.5/aclocal.m4-375-    # When using ansi2knr, U may be empty or an underscore; expand it
pktstat-1.8.5/aclocal.m4:376:    U=`sed -n 's/^U = //p' < "$mf"`
pktstat-1.8.5/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
pktstat-1.8.5/aclocal.m4-385-      test -f "$dirpart/$file" && continue
pktstat-1.8.5/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
pktstat-1.8.5/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
pktstat-1.8.5/aclocal.m4-452-AC_REQUIRE([AC_PROG_INSTALL])dnl
pktstat-1.8.5/aclocal.m4:453:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pktstat-1.8.5/aclocal.m4-454-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pktstat-1.8.5/aclocal.m4-554-    * )
pktstat-1.8.5/aclocal.m4:555:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pktstat-1.8.5/aclocal.m4-556-  esac
pktstat-1.8.5/aclocal.m4-557-done
pktstat-1.8.5/aclocal.m4:558:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
pktstat-1.8.5/aclocal.m4-559-
##############################################
pktstat-1.8.5/aclocal.m4-629-# Ignore all kinds of additional output from `make'.
pktstat-1.8.5/aclocal.m4:630:case `$am_make -s -f confmf 2> /dev/null` in #(
pktstat-1.8.5/aclocal.m4-631-*the\ am__doit\ target*)
##############################################
pktstat-1.8.5/aclocal.m4-639-   echo '.include "confinc"' > confmf
pktstat-1.8.5/aclocal.m4:640:   case `$am_make -s -f confmf 2> /dev/null` in #(
pktstat-1.8.5/aclocal.m4-641-   *the\ am__doit\ target*)
##############################################
pktstat-1.8.5/aclocal.m4-792-if (
pktstat-1.8.5/aclocal.m4:793:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pktstat-1.8.5/aclocal.m4-794-   if test "$[*]" = "X"; then
pktstat-1.8.5/aclocal.m4-795-      # -L didn't work.
pktstat-1.8.5/aclocal.m4:796:      set X `ls -t "$srcdir/configure" conftest.file`
pktstat-1.8.5/aclocal.m4-797-   fi
##############################################
pktstat-1.8.5/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
pktstat-1.8.5/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
pktstat-1.8.5/depcomp-69-
##############################################
pktstat-1.8.5/depcomp-224-  # Version 6 uses the directory in both cases.
pktstat-1.8.5/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pktstat-1.8.5/depcomp-226-  test "x$dir" = "x$object" && dir=
pktstat-1.8.5/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pktstat-1.8.5/depcomp-228-  if test "$libtool" = yes; then
##############################################
pktstat-1.8.5/depcomp-253-    # Do two passes, one to just change these to
pktstat-1.8.5/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
pktstat-1.8.5/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
pktstat-1.8.5/depcomp-295-  # Do two passes, one to just change these to
pktstat-1.8.5/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
pktstat-1.8.5/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
pktstat-1.8.5/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
pktstat-1.8.5/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pktstat-1.8.5/depcomp-313-  test "x$dir" = "x$object" && dir=
pktstat-1.8.5/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pktstat-1.8.5/depcomp-315-  if test "$libtool" = yes; then
##############################################
pktstat-1.8.5/depcomp-355-   # Subdirectories are respected.
pktstat-1.8.5/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pktstat-1.8.5/depcomp-357-   test "x$dir" = "x$object" && dir=
pktstat-1.8.5/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pktstat-1.8.5/depcomp-359-
##############################################
pktstat-1.8.5/depcomp-501-  done
pktstat-1.8.5/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
pktstat-1.8.5/depcomp-503-  touch "$tmpdepfile"
##############################################
pktstat-1.8.5/tcp.c-404-		return;
pktstat-1.8.5/tcp.c:405:	addr.s_addr = inet_addr(buf+3);
pktstat-1.8.5/tcp.c-406-gotit:
##############################################
pktstat-1.8.5/ip6.c-105-			    inet_ntop(AF_INET6, addr, buf, sizeof buf));
pktstat-1.8.5/ip6.c:106:			he = gethostbyaddr((char *)addr, sizeof *addr, 
pktstat-1.8.5/ip6.c-107-			    AF_INET6);
##############################################
pktstat-1.8.5/Makefile.in-74-DIST_SOURCES = $(pktstat_SOURCES)
pktstat-1.8.5/Makefile.in:75:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
pktstat-1.8.5/Makefile.in-76-am__vpath_adj = case $$p in \
pktstat-1.8.5/Makefile.in:77:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
pktstat-1.8.5/Makefile.in-78-    *) f=$$p;; \
pktstat-1.8.5/Makefile.in-79-  esac;
pktstat-1.8.5/Makefile.in:80:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
pktstat-1.8.5/Makefile.in-81-am__install_max = 40
pktstat-1.8.5/Makefile.in-82-am__nobase_strip_setup = \
pktstat-1.8.5/Makefile.in:83:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
pktstat-1.8.5/Makefile.in-84-am__nobase_strip = \
##############################################
pktstat-1.8.5/Makefile.in-349-.c.obj:
pktstat-1.8.5/Makefile.in:350:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
pktstat-1.8.5/Makefile.in-351-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
pktstat-1.8.5/Makefile.in-353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pktstat-1.8.5/Makefile.in:354:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
pktstat-1.8.5/Makefile.in-355-install-man1: $(man_MANS)
##############################################
pktstat-1.8.5/Makefile.in-438-GTAGS:
pktstat-1.8.5/Makefile.in:439:	here=`$(am__cd) $(top_builddir) && pwd` \
pktstat-1.8.5/Makefile.in-440-	  && $(am__cd) $(top_srcdir) \
##############################################
pktstat-1.8.5/Makefile.in-461-	test -d "$(distdir)" || mkdir "$(distdir)"
pktstat-1.8.5/Makefile.in:462:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pktstat-1.8.5/Makefile.in:463:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pktstat-1.8.5/Makefile.in-464-	list='$(DISTFILES)'; \
##############################################
pktstat-1.8.5/Makefile.in-475-	  if test -d $$d/$$file; then \
pktstat-1.8.5/Makefile.in:476:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
pktstat-1.8.5/Makefile.in-477-	    if test -d "$(distdir)/$$file"; then \
##############################################
pktstat-1.8.5/Makefile.in-558-	test -d $(distdir)/_build || exit 0; \
pktstat-1.8.5/Makefile.in:559:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
pktstat-1.8.5/Makefile.in-560-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
pktstat-1.8.5/Makefile.in-592-	@$(am__cd) '$(distuninstallcheck_dir)' \
pktstat-1.8.5/Makefile.in:593:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
pktstat-1.8.5/Makefile.in-594-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
pktstat-1.8.5/Makefile.in-604-	fi
pktstat-1.8.5/Makefile.in:605:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
pktstat-1.8.5/Makefile.in-606-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
pktstat-1.8.5/configure-48-if test -z "$BASH_VERSION$ZSH_VERSION" \
pktstat-1.8.5/configure:49:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pktstat-1.8.5/configure-50-  as_echo='print -r --'
pktstat-1.8.5/configure-51-  as_echo_n='print -rn --'
pktstat-1.8.5/configure:52:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pktstat-1.8.5/configure-53-  as_echo='printf %s\n'
##############################################
pktstat-1.8.5/configure-55-else
pktstat-1.8.5/configure:56:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pktstat-1.8.5/configure-57-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pktstat-1.8.5/configure-65-	expr "X$arg" : "X\\(.*\\)$as_nl";
pktstat-1.8.5/configure:66:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pktstat-1.8.5/configure-67-      esac;
##############################################
pktstat-1.8.5/configure-176-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
pktstat-1.8.5/configure:177:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
pktstat-1.8.5/configure-178-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
pktstat-1.8.5/configure-300-      case $as_dir in #(
pktstat-1.8.5/configure:301:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pktstat-1.8.5/configure-302-      *) as_qdir=$as_dir;;
##############################################
pktstat-1.8.5/configure-365-  {
pktstat-1.8.5/configure:366:    as_val=`expr "$@" || test $? -eq 1`
pktstat-1.8.5/configure-367-  }
##############################################
pktstat-1.8.5/configure-372-# ----------------------------------------
pktstat-1.8.5/configure:373:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pktstat-1.8.5/configure-374-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pktstat-1.8.5/configure-435-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
pktstat-1.8.5/configure:436:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
pktstat-1.8.5/configure-437-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
pktstat-1.8.5/configure-526-	esac;
pktstat-1.8.5/configure:527:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
pktstat-1.8.5/configure-528-	???[sx]*):;;*)false;;esac;fi
##############################################
pktstat-1.8.5/configure-765-  case $ac_option in
pktstat-1.8.5/configure:766:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
pktstat-1.8.5/configure-767-  *=)   ac_optarg= ;;
##############################################
pktstat-1.8.5/configure-809-  -disable-* | --disable-*)
pktstat-1.8.5/configure:810:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
pktstat-1.8.5/configure-811-    # Reject names that are not valid shell variable names.
##############################################
pktstat-1.8.5/configure-814-    ac_useropt_orig=$ac_useropt
pktstat-1.8.5/configure:815:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pktstat-1.8.5/configure-816-    case $ac_user_opts in
##############################################
pktstat-1.8.5/configure-835-  -enable-* | --enable-*)
pktstat-1.8.5/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
pktstat-1.8.5/configure-837-    # Reject names that are not valid shell variable names.
##############################################
pktstat-1.8.5/configure-840-    ac_useropt_orig=$ac_useropt
pktstat-1.8.5/configure:841:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pktstat-1.8.5/configure-842-    case $ac_user_opts in
##############################################
pktstat-1.8.5/configure-1039-  -with-* | --with-*)
pktstat-1.8.5/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
pktstat-1.8.5/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
pktstat-1.8.5/configure-1044-    ac_useropt_orig=$ac_useropt
pktstat-1.8.5/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pktstat-1.8.5/configure-1046-    case $ac_user_opts in
##############################################
pktstat-1.8.5/configure-1055-  -without-* | --without-*)
pktstat-1.8.5/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
pktstat-1.8.5/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
pktstat-1.8.5/configure-1060-    ac_useropt_orig=$ac_useropt
pktstat-1.8.5/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pktstat-1.8.5/configure-1062-    case $ac_user_opts in
##############################################
pktstat-1.8.5/configure-1093-  *=*)
pktstat-1.8.5/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
pktstat-1.8.5/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
pktstat-1.8.5/configure-1114-if test -n "$ac_prev"; then
pktstat-1.8.5/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
pktstat-1.8.5/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
pktstat-1.8.5/configure-1136-    */ )
pktstat-1.8.5/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
pktstat-1.8.5/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
pktstat-1.8.5/configure-1173-ac_ls_di=`ls -di .` &&
pktstat-1.8.5/configure:1174:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
pktstat-1.8.5/configure-1175-  as_fn_error $? "working directory cannot be determined"
##############################################
pktstat-1.8.5/configure-1229-case $srcdir in
pktstat-1.8.5/configure:1230:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
pktstat-1.8.5/configure-1231-esac
##############################################
pktstat-1.8.5/configure-1272-By default, \`make install' will install all the files in
pktstat-1.8.5/configure:1273:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
pktstat-1.8.5/configure:1274:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
pktstat-1.8.5/configure-1275-for instance \`--prefix=\$HOME'.
##############################################
pktstat-1.8.5/configure-1351-*)
pktstat-1.8.5/configure:1352:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pktstat-1.8.5/configure-1353-  # A ".." for each directory in $ac_dir_suffix.
pktstat-1.8.5/configure:1354:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pktstat-1.8.5/configure-1355-  case $ac_top_builddir_sub in
##############################################
pktstat-1.8.5/configure-2071-    *\'*)
pktstat-1.8.5/configure:2072:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
pktstat-1.8.5/configure-2073-    esac
##############################################
pktstat-1.8.5/configure-2154-      case $ac_val in
pktstat-1.8.5/configure:2155:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pktstat-1.8.5/configure-2156-      esac
##############################################
pktstat-1.8.5/configure-2169-	case $ac_val in
pktstat-1.8.5/configure:2170:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pktstat-1.8.5/configure-2171-	esac
##############################################
pktstat-1.8.5/configure-2289-    set,)
pktstat-1.8.5/configure:2290:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
pktstat-1.8.5/configure:2291:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
pktstat-1.8.5/configure-2292-      ac_cache_corrupted=: ;;
##############################################
pktstat-1.8.5/configure-2300-	# differences in whitespace do not lead to failure.
pktstat-1.8.5/configure:2301:	ac_old_val_w=`echo x $ac_old_val`
pktstat-1.8.5/configure:2302:	ac_new_val_w=`echo x $ac_new_val`
pktstat-1.8.5/configure-2303-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
pktstat-1.8.5/configure-2320-    case $ac_new_val in
pktstat-1.8.5/configure:2321:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
pktstat-1.8.5/configure-2322-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
pktstat-1.8.5/configure-2496-if (
pktstat-1.8.5/configure:2497:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pktstat-1.8.5/configure-2498-   if test "$*" = "X"; then
pktstat-1.8.5/configure-2499-      # -L didn't work.
pktstat-1.8.5/configure:2500:      set X `ls -t "$srcdir/configure" conftest.file`
pktstat-1.8.5/configure-2501-   fi
##############################################
pktstat-1.8.5/configure-2532-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
pktstat-1.8.5/configure:2533:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
pktstat-1.8.5/configure-2534-
pktstat-1.8.5/configure-2535-# expand $ac_aux_dir to an absolute path
pktstat-1.8.5/configure:2536:am_aux_dir=`cd $ac_aux_dir && pwd`
pktstat-1.8.5/configure-2537-
##############################################
pktstat-1.8.5/configure-2677-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
pktstat-1.8.5/configure:2678:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
pktstat-1.8.5/configure-2679-	     'mkdir (GNU coreutils) '* | \
##############################################
pktstat-1.8.5/configure-2756-set x ${MAKE-make}
pktstat-1.8.5/configure:2757:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
pktstat-1.8.5/configure-2758-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
pktstat-1.8.5/configure-2766-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
pktstat-1.8.5/configure:2767:case `${MAKE-make} -f conftest.make 2>/dev/null` in
pktstat-1.8.5/configure-2768-  *@@@%%%=?*=@@@%%%*)
##############################################
pktstat-1.8.5/configure-2793-
pktstat-1.8.5/configure:2794:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pktstat-1.8.5/configure-2795-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pktstat-1.8.5/configure-3211-$as_echo_n "checking whether the C compiler works... " >&6; }
pktstat-1.8.5/configure:3212:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
pktstat-1.8.5/configure-3213-
##############################################
pktstat-1.8.5/configure-3255-	then :; else
pktstat-1.8.5/configure:3256:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pktstat-1.8.5/configure-3257-	fi
##############################################
pktstat-1.8.5/configure-3315-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
pktstat-1.8.5/configure:3316:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pktstat-1.8.5/configure-3317-	  break;;
##############################################
pktstat-1.8.5/configure-3424-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
pktstat-1.8.5/configure:3425:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
pktstat-1.8.5/configure-3426-       break;;
##############################################
pktstat-1.8.5/configure-3674-# Ignore all kinds of additional output from `make'.
pktstat-1.8.5/configure:3675:case `$am_make -s -f confmf 2> /dev/null` in #(
pktstat-1.8.5/configure-3676-*the\ am__doit\ target*)
##############################################
pktstat-1.8.5/configure-3684-   echo '.include "confinc"' > confmf
pktstat-1.8.5/configure:3685:   case `$am_make -s -f confmf 2> /dev/null` in #(
pktstat-1.8.5/configure-3686-   *the\ am__doit\ target*)
##############################################
pktstat-1.8.5/configure-3745-  if test "$am_compiler_list" = ""; then
pktstat-1.8.5/configure:3746:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
pktstat-1.8.5/configure-3747-  fi
##############################################
pktstat-1.8.5/configure-4397-  # Check for GNU $ac_path_GREP
pktstat-1.8.5/configure:4398:case `"$ac_path_GREP" --version 2>&1` in
pktstat-1.8.5/configure-4399-*GNU*)
##############################################
pktstat-1.8.5/configure-4463-  # Check for GNU $ac_path_EGREP
pktstat-1.8.5/configure:4464:case `"$ac_path_EGREP" --version 2>&1` in
pktstat-1.8.5/configure-4465-*GNU*)
##############################################
pktstat-1.8.5/configure-4659-do :
pktstat-1.8.5/configure:4660:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
pktstat-1.8.5/configure-4661-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
pktstat-1.8.5/configure-4664-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:4665:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
pktstat-1.8.5/configure-4666-_ACEOF
##############################################
pktstat-1.8.5/configure-4682-do :
pktstat-1.8.5/configure:4683:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
pktstat-1.8.5/configure-4684-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
pktstat-1.8.5/configure-4686-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:4687:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
pktstat-1.8.5/configure-4688-_ACEOF
##############################################
pktstat-1.8.5/configure-4697-do :
pktstat-1.8.5/configure:4698:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
pktstat-1.8.5/configure-4699-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
pktstat-1.8.5/configure-4724-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:4725:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
pktstat-1.8.5/configure-4726-_ACEOF
##############################################
pktstat-1.8.5/configure-5410-do :
pktstat-1.8.5/configure:5411:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
pktstat-1.8.5/configure-5412-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
pktstat-1.8.5/configure-5414-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:5415:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
pktstat-1.8.5/configure-5416-_ACEOF
##############################################
pktstat-1.8.5/configure-5424-do :
pktstat-1.8.5/configure:5425:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
pktstat-1.8.5/configure-5426-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
pktstat-1.8.5/configure-5428-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:5429:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
pktstat-1.8.5/configure-5430-_ACEOF
##############################################
pktstat-1.8.5/configure-5461-do :
pktstat-1.8.5/configure:5462:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
pktstat-1.8.5/configure-5463-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
pktstat-1.8.5/configure-5465-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:5466:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
pktstat-1.8.5/configure-5467-_ACEOF
##############################################
pktstat-1.8.5/configure-5473-do :
pktstat-1.8.5/configure:5474:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
pktstat-1.8.5/configure-5475-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
pktstat-1.8.5/configure-5477-  cat >>confdefs.h <<_ACEOF
pktstat-1.8.5/configure:5478:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
pktstat-1.8.5/configure-5479-_ACEOF
##############################################
pktstat-1.8.5/configure-5587-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
pktstat-1.8.5/configure:5588:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
pktstat-1.8.5/configure-5589-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
pktstat-1.8.5/configure-5671-if test -z "$BASH_VERSION$ZSH_VERSION" \
pktstat-1.8.5/configure:5672:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pktstat-1.8.5/configure-5673-  as_echo='print -r --'
pktstat-1.8.5/configure-5674-  as_echo_n='print -rn --'
pktstat-1.8.5/configure:5675:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pktstat-1.8.5/configure-5676-  as_echo='printf %s\n'
##############################################
pktstat-1.8.5/configure-5678-else
pktstat-1.8.5/configure:5679:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pktstat-1.8.5/configure-5680-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pktstat-1.8.5/configure-5688-	expr "X$arg" : "X\\(.*\\)$as_nl";
pktstat-1.8.5/configure:5689:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pktstat-1.8.5/configure-5690-      esac;
##############################################
pktstat-1.8.5/configure-5765-# ----------------------------------------
pktstat-1.8.5/configure:5766:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pktstat-1.8.5/configure-5767-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pktstat-1.8.5/configure-5837-  {
pktstat-1.8.5/configure:5838:    as_val=`expr "$@" || test $? -eq 1`
pktstat-1.8.5/configure-5839-  }
##############################################
pktstat-1.8.5/configure-5941-      case $as_dir in #(
pktstat-1.8.5/configure:5942:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pktstat-1.8.5/configure-5943-      *) as_qdir=$as_dir;;
##############################################
pktstat-1.8.5/configure-5998-	esac;
pktstat-1.8.5/configure:5999:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
pktstat-1.8.5/configure-6000-	???[sx]*):;;*)false;;esac;fi
##############################################
pktstat-1.8.5/configure-6088-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
pktstat-1.8.5/configure:6089:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
pktstat-1.8.5/configure-6090-ac_cs_version="\\
##############################################
pktstat-1.8.5/configure-6113-  --*=?*)
pktstat-1.8.5/configure:6114:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
pktstat-1.8.5/configure:6115:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
pktstat-1.8.5/configure-6116-    ac_shift=:
##############################################
pktstat-1.8.5/configure-6118-  --*=)
pktstat-1.8.5/configure:6119:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
pktstat-1.8.5/configure-6120-    ac_optarg=
##############################################
pktstat-1.8.5/configure-6142-    case $ac_optarg in
pktstat-1.8.5/configure:6143:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pktstat-1.8.5/configure-6144-    '') as_fn_error $? "missing file argument" ;;
##############################################
pktstat-1.8.5/configure-6150-    case $ac_optarg in
pktstat-1.8.5/configure:6151:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pktstat-1.8.5/configure-6152-    esac
##############################################
pktstat-1.8.5/configure-6278-fi
pktstat-1.8.5/configure:6279:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
pktstat-1.8.5/configure-6280-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
pktstat-1.8.5/configure-6295-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
pktstat-1.8.5/configure:6296:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
pktstat-1.8.5/configure-6297-ac_delim='%!_!# '
##############################################
pktstat-1.8.5/configure-6301-
pktstat-1.8.5/configure:6302:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
pktstat-1.8.5/configure-6303-  if test $ac_delim_n = $ac_delim_num; then
##############################################
pktstat-1.8.5/configure-6439-for ac_last_try in false false :; do
pktstat-1.8.5/configure:6440:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
pktstat-1.8.5/configure-6441-  if test -z "$ac_tt"; then
##############################################
pktstat-1.8.5/configure-6571-      esac
pktstat-1.8.5/configure:6572:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
pktstat-1.8.5/configure-6573-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
pktstat-1.8.5/configure-6630-*)
pktstat-1.8.5/configure:6631:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pktstat-1.8.5/configure-6632-  # A ".." for each directory in $ac_dir_suffix.
pktstat-1.8.5/configure:6633:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pktstat-1.8.5/configure-6634-  case $ac_top_builddir_sub in
##############################################
pktstat-1.8.5/configure-6691-/@mandir@/p'
pktstat-1.8.5/configure:6692:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
pktstat-1.8.5/configure-6693-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
pktstat-1.8.5/configure-6708-
pktstat-1.8.5/configure:6709:# Neutralize VPATH when `$srcdir' = `.'.
pktstat-1.8.5/configure-6710-# Shell code in configure.ac might set extrasub.
##############################################
pktstat-1.8.5/configure-6736-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
pktstat-1.8.5/configure:6737:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
pktstat-1.8.5/configure-6738-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
pktstat-1.8.5/configure-6782-    * )
pktstat-1.8.5/configure:6783:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pktstat-1.8.5/configure-6784-  esac
##############################################
pktstat-1.8.5/configure-6829-    # Strip MF so we end up with the name of the file.
pktstat-1.8.5/configure:6830:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pktstat-1.8.5/configure-6831-    # Check whether this is an Automake generated Makefile or not.
##############################################
pktstat-1.8.5/configure-6866-    # from the Makefile without running `make'.
pktstat-1.8.5/configure:6867:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pktstat-1.8.5/configure-6868-    test -z "$DEPDIR" && continue
pktstat-1.8.5/configure:6869:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pktstat-1.8.5/configure-6870-    test -z "am__include" && continue
pktstat-1.8.5/configure:6871:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pktstat-1.8.5/configure-6872-    # When using ansi2knr, U may be empty or an underscore; expand it
pktstat-1.8.5/configure:6873:    U=`sed -n 's/^U = //p' < "$mf"`
pktstat-1.8.5/configure-6874-    # Find all dependency output files, they are included files with
##############################################
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch-30- 		snprintf(state->from_addr, sizeof state->from_addr, "%s", s);
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch:31: 		normalize_addr(state->from_addr);
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch-32- 		addr_changed = 1;
##############################################
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch-37- 		snprintf(state->to_addr, sizeof state->to_addr, "%s", s);
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch:38: 		normalize_addr(state->to_addr);
pktstat-1.8.5/debian/patches/10-CVE-2013-0350-bug-701211-no-tmp.patch-39- 		addr_changed = 1;
##############################################
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-118-static void
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c:119:normalize_addr(line)
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-120-	char *line;
##############################################
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-185-		snprintf(state->from_addr, sizeof state->from_addr, "%s", s);
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c:186:		normalize_addr(state->from_addr);
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-187-		addr_changed = 1;
##############################################
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-191-		snprintf(state->to_addr, sizeof state->to_addr, "%s", s);
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c:192:		normalize_addr(state->to_addr);
pktstat-1.8.5/.pc/10-CVE-2013-0350-bug-701211-no-tmp.patch/tcp_smtp.c-193-		addr_changed = 1;
##############################################
pktstat-1.8.5/tcp_smtp.c-118-static void
pktstat-1.8.5/tcp_smtp.c:119:normalize_addr(line)
pktstat-1.8.5/tcp_smtp.c-120-	char *line;
##############################################
pktstat-1.8.5/tcp_smtp.c-185-		snprintf(state->from_addr, sizeof state->from_addr, "%s", s);
pktstat-1.8.5/tcp_smtp.c:186:		normalize_addr(state->from_addr);
pktstat-1.8.5/tcp_smtp.c-187-		addr_changed = 1;
##############################################
pktstat-1.8.5/tcp_smtp.c-191-		snprintf(state->to_addr, sizeof state->to_addr, "%s", s);
pktstat-1.8.5/tcp_smtp.c:192:		normalize_addr(state->to_addr);
pktstat-1.8.5/tcp_smtp.c-193-		addr_changed = 1;