=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== kismet-2016.07.R1/Makefile.in-325- @rm check-libpcap-nl.so kismet-2016.07.R1/Makefile.in:326: @test "`cat $@`" = "" || \ kismet-2016.07.R1/Makefile.in-327- (echo "It looks like your libpcap links libnl"; rm $@; exit 1) ############################################## kismet-2016.07.R1/packetdissectors.cc-1991- kismet-2016.07.R1/packetdissectors.cc:1992: packinfo->bssid_mac = mac_addr(&(pdu[3])); kismet-2016.07.R1/packetdissectors.cc-1993- break; ############################################## kismet-2016.07.R1/packetdissectors.cc-2136- dhcp_tag_map[61].size() == 7) { kismet-2016.07.R1/packetdissectors.cc:2137: mac_addr clmac = mac_addr(&(chunk->data[dhcp_tag_map[61][0] + 2])); kismet-2016.07.R1/packetdissectors.cc-2138- ############################################## kismet-2016.07.R1/packetdissectors.cc-2620- if (parsedcmdline->size() > 1) { kismet-2016.07.R1/packetdissectors.cc:2621: mac_addr ma = mac_addr((*parsedcmdline)[0].word.c_str()); kismet-2016.07.R1/packetdissectors.cc-2622- ############################################## kismet-2016.07.R1/netracker.h-206- type = ssid_beacon; kismet-2016.07.R1/netracker.h:207: mac = mac_addr(0); kismet-2016.07.R1/netracker.h-208- ssid = ""; ############################################## kismet-2016.07.R1/netracker.h-337- channel = 0; kismet-2016.07.R1/netracker.h:338: bssid = mac_addr(0); kismet-2016.07.R1/netracker.h-339- decrypted = 0; ############################################## kismet-2016.07.R1/netracker.h-447- tracked_mini_client() { kismet-2016.07.R1/netracker.h:448: mac = mac_addr(0); kismet-2016.07.R1/netracker.h:449: last_bssid_mac = mac_addr(0); kismet-2016.07.R1/netracker.h-450- num_bssids = 0; ############################################## kismet-2016.07.R1/netracker.h-461- type = client_unknown; kismet-2016.07.R1/netracker.h:462: mac = mac_addr(0); kismet-2016.07.R1/netracker.h-463- last_time = first_time = 0; ############################################## kismet-2016.07.R1/dumpfile_nettxt.cc-124- kismet-2016.07.R1/dumpfile_nettxt.cc:125: if (export_filter->RunFilter(x->second->bssid, mac_addr(0), mac_addr(0))) kismet-2016.07.R1/dumpfile_nettxt.cc-126- continue; ############################################## kismet-2016.07.R1/config.guess-38- kismet-2016.07.R1/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'` kismet-2016.07.R1/config.guess-40- ############################################## kismet-2016.07.R1/config.guess-108-: ${TMPDIR=/tmp} ; kismet-2016.07.R1/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || kismet-2016.07.R1/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## kismet-2016.07.R1/config.guess-194- *) kismet-2016.07.R1/config.guess:195: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` kismet-2016.07.R1/config.guess-196- ;; ############################################## kismet-2016.07.R1/config.guess-221- *4.0) kismet-2016.07.R1/config.guess:222: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` kismet-2016.07.R1/config.guess-223- ;; kismet-2016.07.R1/config.guess-224- *5.*) kismet-2016.07.R1/config.guess:225: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` kismet-2016.07.R1/config.guess-226- ;; ############################################## kismet-2016.07.R1/config.guess-231- # types through head -n 1, so we only detect the type of CPU 0. kismet-2016.07.R1/config.guess:232: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` kismet-2016.07.R1/config.guess-233- case "$ALPHA_CPU_TYPE" in ############################################## kismet-2016.07.R1/config.guess-269- # 1.2 uses "1.2" for uname -r. kismet-2016.07.R1/config.guess:270: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` kismet-2016.07.R1/config.guess-271- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## kismet-2016.07.R1/config.guess-329- s390x:SunOS:*:*) kismet-2016.07.R1/config.guess:330: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-331- exit ;; kismet-2016.07.R1/config.guess-332- sun4H:SunOS:5.*:*) kismet-2016.07.R1/config.guess:333: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-334- exit ;; kismet-2016.07.R1/config.guess-335- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) kismet-2016.07.R1/config.guess:336: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-337- exit ;; ############################################## kismet-2016.07.R1/config.guess-354- fi kismet-2016.07.R1/config.guess:355: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-356- exit ;; ############################################## kismet-2016.07.R1/config.guess-360- # it's likely to be more like Solaris than SunOS4. kismet-2016.07.R1/config.guess:361: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-362- exit ;; ############################################## kismet-2016.07.R1/config.guess-369- # Japanese Language versions have a version number like `4.1.3-JL'. kismet-2016.07.R1/config.guess:370: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` kismet-2016.07.R1/config.guess-371- exit ;; ############################################## kismet-2016.07.R1/config.guess-375- sun*:*:4.2BSD:*) kismet-2016.07.R1/config.guess:376: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` kismet-2016.07.R1/config.guess-377- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## kismet-2016.07.R1/config.guess-457- $CC_FOR_BUILD -o $dummy $dummy.c && kismet-2016.07.R1/config.guess:458: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && kismet-2016.07.R1/config.guess:459: SYSTEM_NAME=`$dummy $dummyarg` && kismet-2016.07.R1/config.guess-460- { echo "$SYSTEM_NAME"; exit; } ############################################## kismet-2016.07.R1/config.guess-513- *:IRIX*:*:*) kismet-2016.07.R1/config.guess:514: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` kismet-2016.07.R1/config.guess-515- exit ;; ############################################## kismet-2016.07.R1/config.guess-543-EOF kismet-2016.07.R1/config.guess:544: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` kismet-2016.07.R1/config.guess-545- then ############################################## kismet-2016.07.R1/config.guess-556- *:AIX:*:[4567]) kismet-2016.07.R1/config.guess:557: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` kismet-2016.07.R1/config.guess-558- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## kismet-2016.07.R1/config.guess-591- 9000/[34678]??:HP-UX:*:*) kismet-2016.07.R1/config.guess:592: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` kismet-2016.07.R1/config.guess-593- case "${UNAME_MACHINE}" in ############################################## kismet-2016.07.R1/config.guess-645-EOF kismet-2016.07.R1/config.guess:646: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` kismet-2016.07.R1/config.guess-647- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## kismet-2016.07.R1/config.guess-673- ia64:HP-UX:*:*) kismet-2016.07.R1/config.guess:674: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` kismet-2016.07.R1/config.guess-675- echo ia64-hp-hpux${HPUX_REV} ############################################## kismet-2016.07.R1/config.guess-703-EOF kismet-2016.07.R1/config.guess:704: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && kismet-2016.07.R1/config.guess-705- { echo "$SYSTEM_NAME"; exit; } ############################################## kismet-2016.07.R1/config.guess-774- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` kismet-2016.07.R1/config.guess:775: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` kismet-2016.07.R1/config.guess-776- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## kismet-2016.07.R1/config.guess-779- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` kismet-2016.07.R1/config.guess:780: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` kismet-2016.07.R1/config.guess-781- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## kismet-2016.07.R1/config.guess-795- amd64) kismet-2016.07.R1/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; kismet-2016.07.R1/config.guess-797- *) kismet-2016.07.R1/config.guess:798: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; kismet-2016.07.R1/config.guess-799- esac ############################################## kismet-2016.07.R1/config.guess-850- prep*:SunOS:5.*:*) kismet-2016.07.R1/config.guess:851: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kismet-2016.07.R1/config.guess-852- exit ;; ############################################## kismet-2016.07.R1/config.guess-854- # the GNU system kismet-2016.07.R1/config.guess:855: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` kismet-2016.07.R1/config.guess-856- exit ;; ############################################## kismet-2016.07.R1/config.guess-858- # other systems with GNU libc and userland kismet-2016.07.R1/config.guess:859: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu kismet-2016.07.R1/config.guess-860- exit ;; ############################################## kismet-2016.07.R1/config.guess-923-EOF kismet-2016.07.R1/config.guess:924: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` kismet-2016.07.R1/config.guess-925- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## kismet-2016.07.R1/config.guess-951-EOF kismet-2016.07.R1/config.guess:952: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` kismet-2016.07.R1/config.guess-953- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## kismet-2016.07.R1/config.guess-1036- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) kismet-2016.07.R1/config.guess:1037: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` kismet-2016.07.R1/config.guess-1038- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## kismet-2016.07.R1/config.guess-1306- *:DragonFly:*:*) kismet-2016.07.R1/config.guess:1307: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` kismet-2016.07.R1/config.guess-1308- exit ;; ############################################## kismet-2016.07.R1/config.guess-1319- i*86:skyos:*:*) kismet-2016.07.R1/config.guess:1320: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' kismet-2016.07.R1/config.guess-1321- exit ;; ############################################## kismet-2016.07.R1/config.guess-1450- kismet-2016.07.R1/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && kismet-2016.07.R1/config.guess-1452- { echo "$SYSTEM_NAME"; exit; } ############################################## kismet-2016.07.R1/kis_panel_frontend.cc-199- kismet-2016.07.R1/kis_panel_frontend.cc:200: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_frontend.cc-201- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_frontend.cc-206- kismet-2016.07.R1/kis_panel_frontend.cc:207: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_frontend.cc-208- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_frontend.cc-213- kismet-2016.07.R1/kis_panel_frontend.cc:214: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_frontend.cc-215- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_frontend.cc-220- kismet-2016.07.R1/kis_panel_frontend.cc:221: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_frontend.cc-222- if (tmac.error) { ############################################## kismet-2016.07.R1/ifcontrol.cc-172- kismet-2016.07.R1/ifcontrol.cc:173:int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr) { kismet-2016.07.R1/ifcontrol.cc-174- struct ifreq ifr; ############################################## kismet-2016.07.R1/ifcontrol.cc-198- kismet-2016.07.R1/ifcontrol.cc:199:int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr) { kismet-2016.07.R1/ifcontrol.cc-200- struct ifreq ifr; ############################################## kismet-2016.07.R1/netframework.h-128- // Fetch a clients remote address kismet-2016.07.R1/netframework.h:129: virtual string GetRemoteAddr(int in_fd) = 0; kismet-2016.07.R1/netframework.h-130- ############################################## kismet-2016.07.R1/config.sub-57- kismet-2016.07.R1/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'` kismet-2016.07.R1/config.sub-59- ############################################## kismet-2016.07.R1/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations. kismet-2016.07.R1/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` kismet-2016.07.R1/config.sub-124-case $maybe_os in ############################################## kismet-2016.07.R1/config.sub-130- os=-$maybe_os kismet-2016.07.R1/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` kismet-2016.07.R1/config.sub-132- ;; ############################################## kismet-2016.07.R1/config.sub-134- os=-linux-android kismet-2016.07.R1/config.sub:135: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown kismet-2016.07.R1/config.sub-136- ;; kismet-2016.07.R1/config.sub-137- *) kismet-2016.07.R1/config.sub:138: basic_machine=`echo $1 | sed 's/-[^-]*$//'` kismet-2016.07.R1/config.sub-139- if [ $basic_machine != $1 ] kismet-2016.07.R1/config.sub:140: then os=`echo $1 | sed 's/.*-/-/'` kismet-2016.07.R1/config.sub-141- else os=; fi ############################################## kismet-2016.07.R1/config.sub-188- os=-sco5v6 kismet-2016.07.R1/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-190- ;; ############################################## kismet-2016.07.R1/config.sub-192- os=-sco3.2v5 kismet-2016.07.R1/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-194- ;; ############################################## kismet-2016.07.R1/config.sub-196- os=-sco3.2v4 kismet-2016.07.R1/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-198- ;; kismet-2016.07.R1/config.sub-199- -sco3.2.[4-9]*) kismet-2016.07.R1/config.sub:200: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` kismet-2016.07.R1/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-202- ;; ############################################## kismet-2016.07.R1/config.sub-204- # Don't forget version if it is 3.2v4 or newer. kismet-2016.07.R1/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-206- ;; ############################################## kismet-2016.07.R1/config.sub-208- # Don't forget version if it is 3.2v4 or newer. kismet-2016.07.R1/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-210- ;; ############################################## kismet-2016.07.R1/config.sub-212- os=-sco3.2v2 kismet-2016.07.R1/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-214- ;; kismet-2016.07.R1/config.sub-215- -udk*) kismet-2016.07.R1/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-217- ;; ############################################## kismet-2016.07.R1/config.sub-219- os=-isc2.2 kismet-2016.07.R1/config.sub:220: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-221- ;; ############################################## kismet-2016.07.R1/config.sub-225- -isc*) kismet-2016.07.R1/config.sub:226: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kismet-2016.07.R1/config.sub-227- ;; ############################################## kismet-2016.07.R1/config.sub-237- -ptx*) kismet-2016.07.R1/config.sub:238: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` kismet-2016.07.R1/config.sub-239- ;; kismet-2016.07.R1/config.sub-240- -windowsnt*) kismet-2016.07.R1/config.sub:241: os=`echo $os | sed -e 's/windowsnt/winnt/'` kismet-2016.07.R1/config.sub-242- ;; ############################################## kismet-2016.07.R1/config.sub-363- *-*-*) kismet-2016.07.R1/config.sub:364: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 kismet-2016.07.R1/config.sub-365- exit 1 ############################################## kismet-2016.07.R1/config.sub-481- amd64-*) kismet-2016.07.R1/config.sub:482: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-483- ;; ############################################## kismet-2016.07.R1/config.sub-523- blackfin-*) kismet-2016.07.R1/config.sub:524: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-525- os=-linux ############################################## kismet-2016.07.R1/config.sub-531- c54x-*) kismet-2016.07.R1/config.sub:532: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-533- ;; kismet-2016.07.R1/config.sub-534- c55x-*) kismet-2016.07.R1/config.sub:535: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-536- ;; kismet-2016.07.R1/config.sub-537- c6x-*) kismet-2016.07.R1/config.sub:538: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-539- ;; ############################################## kismet-2016.07.R1/config.sub-734- i*86v32) kismet-2016.07.R1/config.sub:735: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kismet-2016.07.R1/config.sub-736- os=-sysv32 ############################################## kismet-2016.07.R1/config.sub-738- i*86v4*) kismet-2016.07.R1/config.sub:739: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kismet-2016.07.R1/config.sub-740- os=-sysv4 ############################################## kismet-2016.07.R1/config.sub-742- i*86v) kismet-2016.07.R1/config.sub:743: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kismet-2016.07.R1/config.sub-744- os=-sysv ############################################## kismet-2016.07.R1/config.sub-746- i*86sol2) kismet-2016.07.R1/config.sub:747: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kismet-2016.07.R1/config.sub-748- os=-solaris2 ############################################## kismet-2016.07.R1/config.sub-776- m68knommu-*) kismet-2016.07.R1/config.sub:777: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-778- os=-linux ############################################## kismet-2016.07.R1/config.sub-809- mips3*-*) kismet-2016.07.R1/config.sub:810: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` kismet-2016.07.R1/config.sub-811- ;; kismet-2016.07.R1/config.sub-812- mips3*) kismet-2016.07.R1/config.sub:813: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown kismet-2016.07.R1/config.sub-814- ;; ############################################## kismet-2016.07.R1/config.sub-827- ms1-*) kismet-2016.07.R1/config.sub:828: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` kismet-2016.07.R1/config.sub-829- ;; ############################################## kismet-2016.07.R1/config.sub-946- parisc-*) kismet-2016.07.R1/config.sub:947: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-948- os=-linux ############################################## kismet-2016.07.R1/config.sub-962- pc98-*) kismet-2016.07.R1/config.sub:963: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-964- ;; ############################################## kismet-2016.07.R1/config.sub-977- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) kismet-2016.07.R1/config.sub:978: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-979- ;; kismet-2016.07.R1/config.sub-980- pentiumpro-* | p6-* | 6x86-* | athlon-*) kismet-2016.07.R1/config.sub:981: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-982- ;; kismet-2016.07.R1/config.sub-983- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) kismet-2016.07.R1/config.sub:984: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-985- ;; kismet-2016.07.R1/config.sub-986- pentium4-*) kismet-2016.07.R1/config.sub:987: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-988- ;; ############################################## kismet-2016.07.R1/config.sub-996- ppc-* | ppcbe-*) kismet-2016.07.R1/config.sub:997: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-998- ;; ############################################## kismet-2016.07.R1/config.sub-1002- ppcle-* | powerpclittle-*) kismet-2016.07.R1/config.sub:1003: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-1004- ;; ############################################## kismet-2016.07.R1/config.sub-1006- ;; kismet-2016.07.R1/config.sub:1007: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-1008- ;; ############################################## kismet-2016.07.R1/config.sub-1012- ppc64le-* | powerpc64little-*) kismet-2016.07.R1/config.sub:1013: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-1014- ;; ############################################## kismet-2016.07.R1/config.sub-1091- strongarm-* | thumb-*) kismet-2016.07.R1/config.sub:1092: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` kismet-2016.07.R1/config.sub-1093- ;; ############################################## kismet-2016.07.R1/config.sub-1221- xscale-* | xscalee[bl]-*) kismet-2016.07.R1/config.sub:1222: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` kismet-2016.07.R1/config.sub-1223- ;; ############################################## kismet-2016.07.R1/config.sub-1298- *) kismet-2016.07.R1/config.sub:1299: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 kismet-2016.07.R1/config.sub-1300- exit 1 ############################################## kismet-2016.07.R1/config.sub-1306- *-digital*) kismet-2016.07.R1/config.sub:1307: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` kismet-2016.07.R1/config.sub-1308- ;; kismet-2016.07.R1/config.sub-1309- *-commodore*) kismet-2016.07.R1/config.sub:1310: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` kismet-2016.07.R1/config.sub-1311- ;; ############################################## kismet-2016.07.R1/config.sub-1327- -solaris1 | -solaris1.*) kismet-2016.07.R1/config.sub:1328: os=`echo $os | sed -e 's|solaris1|sunos4|'` kismet-2016.07.R1/config.sub-1329- ;; ############################################## kismet-2016.07.R1/config.sub-1339- -gnu/linux*) kismet-2016.07.R1/config.sub:1340: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` kismet-2016.07.R1/config.sub-1341- ;; ############################################## kismet-2016.07.R1/config.sub-1385- -nto*) kismet-2016.07.R1/config.sub:1386: os=`echo $os | sed -e 's|nto|nto-qnx|'` kismet-2016.07.R1/config.sub-1387- ;; ############################################## kismet-2016.07.R1/config.sub-1392- -mac*) kismet-2016.07.R1/config.sub:1393: os=`echo $os | sed -e 's|mac|macos|'` kismet-2016.07.R1/config.sub-1394- ;; ############################################## kismet-2016.07.R1/config.sub-1398- -linux*) kismet-2016.07.R1/config.sub:1399: os=`echo $os | sed -e 's|linux|linux-gnu|'` kismet-2016.07.R1/config.sub-1400- ;; kismet-2016.07.R1/config.sub-1401- -sunos5*) kismet-2016.07.R1/config.sub:1402: os=`echo $os | sed -e 's|sunos5|solaris2|'` kismet-2016.07.R1/config.sub-1403- ;; kismet-2016.07.R1/config.sub-1404- -sunos6*) kismet-2016.07.R1/config.sub:1405: os=`echo $os | sed -e 's|sunos6|solaris3|'` kismet-2016.07.R1/config.sub-1406- ;; ############################################## kismet-2016.07.R1/config.sub-1453- -sinix5.*) kismet-2016.07.R1/config.sub:1454: os=`echo $os | sed -e 's|sinix|sysv|'` kismet-2016.07.R1/config.sub-1455- ;; ############################################## kismet-2016.07.R1/config.sub-1509- # Get rid of the `-' at the beginning of $os. kismet-2016.07.R1/config.sub:1510: os=`echo $os | sed 's/[^-]*-//'` kismet-2016.07.R1/config.sub:1511: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 kismet-2016.07.R1/config.sub-1512- exit 1 ############################################## kismet-2016.07.R1/config.sub-1769- esac kismet-2016.07.R1/config.sub:1770: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` kismet-2016.07.R1/config.sub-1771- ;; ############################################## kismet-2016.07.R1/patches/linux-tuntapsetlink-r02-netdev.diff-23- * Mark Smith <markzzzsmith@yahoo.com.au> kismet-2016.07.R1/patches/linux-tuntapsetlink-r02-netdev.diff:24: * Use random_ether_addr() for tap MAC address. kismet-2016.07.R1/patches/linux-tuntapsetlink-r02-netdev.diff-25- * ############################################## kismet-2016.07.R1/dumpfile_netxml.cc-171- kismet-2016.07.R1/dumpfile_netxml.cc:172: if (export_filter->RunFilter(x->second->bssid, mac_addr(0), mac_addr(0))) kismet-2016.07.R1/dumpfile_netxml.cc-173- continue; ############################################## kismet-2016.07.R1/packet.h-193- ssid_blank = 0; kismet-2016.07.R1/packet.h:194: source_mac = mac_addr(0); kismet-2016.07.R1/packet.h:195: dest_mac = mac_addr(0); kismet-2016.07.R1/packet.h:196: bssid_mac = mac_addr(0); kismet-2016.07.R1/packet.h:197: other_mac = mac_addr(0); kismet-2016.07.R1/packet.h-198- distrib = distrib_unknown; ############################################## kismet-2016.07.R1/packetsource_ipwlive.cc-64- uint8_t hwnode[6]; kismet-2016.07.R1/packetsource_ipwlive.cc:65: if (Ifconfig_Get_Hwaddr(interface.c_str(), errstr, hwnode) < 0) { kismet-2016.07.R1/packetsource_ipwlive.cc-66- _MSG(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/install-sh-85- kismet-2016.07.R1/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` kismet-2016.07.R1/install-sh-87- shift ############################################## kismet-2016.07.R1/install-sh-89- kismet-2016.07.R1/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` kismet-2016.07.R1/install-sh-91- shift ############################################## kismet-2016.07.R1/install-sh-151- then kismet-2016.07.R1/install-sh:152: dst="$dst"/`basename $src` kismet-2016.07.R1/install-sh-153- else ############################################## kismet-2016.07.R1/install-sh-158-## this sed command emulates the dirname command kismet-2016.07.R1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` kismet-2016.07.R1/install-sh-160- ############################################## kismet-2016.07.R1/install-sh-172-IFS='%' kismet-2016.07.R1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` kismet-2016.07.R1/install-sh-174-IFS="${oIFS}" ############################################## kismet-2016.07.R1/install-sh-206- then kismet-2016.07.R1/install-sh:207: dstfile=`basename $dst` kismet-2016.07.R1/install-sh-208- else ############################################## kismet-2016.07.R1/install-sh-216- then kismet-2016.07.R1/install-sh:217: dstfile=`basename $dst` kismet-2016.07.R1/install-sh-218- else ############################################## kismet-2016.07.R1/netracker.cc-136- kismet-2016.07.R1/netracker.cc:137:mac_addr bcast_mac = mac_addr("FF:FF:FF:FF:FF:FF"); kismet-2016.07.R1/netracker.cc-138- ############################################## kismet-2016.07.R1/netracker.cc-1281- if (globalreg->netracker->netcli_filter->RunFilter(net->bssid, kismet-2016.07.R1/netracker.cc:1282: mac_addr(0), mac_addr(0))) kismet-2016.07.R1/netracker.cc-1283- continue; ############################################## kismet-2016.07.R1/netracker.cc-1318- // Filter on bssid kismet-2016.07.R1/netracker.cc:1319: if (globalreg->netracker->netcli_filter->RunFilter(net->bssid, mac_addr(0), kismet-2016.07.R1/netracker.cc:1320: mac_addr(0))) kismet-2016.07.R1/netracker.cc-1321- continue; ############################################## kismet-2016.07.R1/netracker.cc-1359- if (globalreg->netracker->netcli_filter->RunFilter(net->bssid, kismet-2016.07.R1/netracker.cc:1360: mac_addr(0), mac_addr(0))) kismet-2016.07.R1/netracker.cc-1361- continue; ############################################## kismet-2016.07.R1/netracker.cc-1436- kismet-2016.07.R1/netracker.cc:1437: mac_addr net = mac_addr((*parsedcmdline)[0].word.c_str()); kismet-2016.07.R1/netracker.cc-1438- ############################################## kismet-2016.07.R1/netracker.cc-1466- kismet-2016.07.R1/netracker.cc:1467: mac_addr net = mac_addr((*parsedcmdline)[0].word.c_str()); kismet-2016.07.R1/netracker.cc-1468- ############################################## kismet-2016.07.R1/netracker.cc-1487- kismet-2016.07.R1/netracker.cc:1488: mac_addr net = mac_addr((*parsedcmdline)[0].word.c_str()); kismet-2016.07.R1/netracker.cc-1489- ############################################## kismet-2016.07.R1/netracker.cc-1495- kismet-2016.07.R1/netracker.cc:1496: mac_addr cli = mac_addr((*parsedcmdline)[1].word.c_str()); kismet-2016.07.R1/netracker.cc-1497- ############################################## kismet-2016.07.R1/netracker.cc-1525- kismet-2016.07.R1/netracker.cc:1526: mac_addr net = mac_addr((*parsedcmdline)[0].word.c_str()); kismet-2016.07.R1/netracker.cc-1527- ############################################## kismet-2016.07.R1/netracker.cc-1532- kismet-2016.07.R1/netracker.cc:1533: mac_addr cli = mac_addr((*parsedcmdline)[1].word.c_str()); kismet-2016.07.R1/netracker.cc-1534- ############################################## kismet-2016.07.R1/netracker.cc-1759- for (unsigned int m = 0; m < macvec.size(); m++) { kismet-2016.07.R1/netracker.cc:1760: mac_addr ma = mac_addr(macvec[m].c_str()); kismet-2016.07.R1/netracker.cc-1761- ############################################## kismet-2016.07.R1/netracker.cc-2182- // Filter on bssid kismet-2016.07.R1/netracker.cc:2183: if (netcli_filter->RunFilter(net->bssid, mac_addr(0), mac_addr(0))) kismet-2016.07.R1/netracker.cc-2184- continue; ############################################## kismet-2016.07.R1/netracker.cc-2200- /* kismet-2016.07.R1/netracker.cc:2201: if (netcli_filter->RunFilter(net->bssid, mac_addr(0), mac_addr(0)) || kismet-2016.07.R1/netracker.cc-2202- netcli_filter->RunPcreFilter(net->ssid)) ############################################## kismet-2016.07.R1/netracker.cc-2250- kismet-2016.07.R1/netracker.cc:2251: if (netcli_filter->RunFilter(cli->netptr->bssid, mac_addr(0), mac_addr(0))) kismet-2016.07.R1/netracker.cc-2252- continue; ############################################## kismet-2016.07.R1/tcpserver.h-83- kismet-2016.07.R1/tcpserver.h:84: virtual string GetRemoteAddr(int in_fd); kismet-2016.07.R1/tcpserver.h-85- ############################################## kismet-2016.07.R1/globalregistry.cc-82- kismet-2016.07.R1/globalregistry.cc:83: broadcast_mac = mac_addr("FF:FF:FF:FF:FF:FF"); kismet-2016.07.R1/globalregistry.cc-84- ############################################## kismet-2016.07.R1/kis_netframe.cc-712- _MSG("Kismet server accepted connection from " + kismet-2016.07.R1/kis_netframe.cc:713: netserver->GetRemoteAddr(in_fd), MSGFLAG_INFO); kismet-2016.07.R1/kis_netframe.cc-714- ############################################## kismet-2016.07.R1/packetsignatures.h-139- kismet-2016.07.R1/packetsignatures.h:140:const mac_addr msfopcode_mac = mac_addr("90:E9:75:00:00:00/FF:FF:FF:00:00:00"); kismet-2016.07.R1/packetsignatures.h-141- ############################################## kismet-2016.07.R1/extra/old/multi-gpsmap.sh-15- kismet-2016.07.R1/extra/old/multi-gpsmap.sh:16:latitude=`cat /tmp/mg$$` kismet-2016.07.R1/extra/old/multi-gpsmap.sh-17- ############################################## kismet-2016.07.R1/extra/old/multi-gpsmap.sh-22- kismet-2016.07.R1/extra/old/multi-gpsmap.sh:23:cos_lat=`cat /tmp/mg$$` kismet-2016.07.R1/extra/old/multi-gpsmap.sh-24-rm /tmp/mg$$ ############################################## kismet-2016.07.R1/macaddr.h-121- kismet-2016.07.R1/macaddr.h:122: inline mac_addr() { kismet-2016.07.R1/macaddr.h-123- longmac = 0; ############################################## kismet-2016.07.R1/macaddr.h-127- kismet-2016.07.R1/macaddr.h:128: inline mac_addr(const uint8_t *in) { kismet-2016.07.R1/macaddr.h-129- longmac = 0; ############################################## kismet-2016.07.R1/macaddr.h-140- kismet-2016.07.R1/macaddr.h:141: inline mac_addr(const uint8_t *in, const uint8_t *maskin) { kismet-2016.07.R1/macaddr.h-142- longmac = 0; ############################################## kismet-2016.07.R1/macaddr.h-160- kismet-2016.07.R1/macaddr.h:161: inline mac_addr(const unsigned short int *in) { kismet-2016.07.R1/macaddr.h-162- longmac = 0; ############################################## kismet-2016.07.R1/macaddr.h-173- kismet-2016.07.R1/macaddr.h:174: inline mac_addr(const char *in) { kismet-2016.07.R1/macaddr.h-175- string2long(in); ############################################## kismet-2016.07.R1/macaddr.h-177- kismet-2016.07.R1/macaddr.h:178: inline mac_addr(const string in) { kismet-2016.07.R1/macaddr.h-179- string2long(in.c_str()); ############################################## kismet-2016.07.R1/macaddr.h-181- kismet-2016.07.R1/macaddr.h:182: inline mac_addr(const string in, uint8_t in_phy) { kismet-2016.07.R1/macaddr.h-183- string2long(in.c_str()); ############################################## kismet-2016.07.R1/macaddr.h-186- kismet-2016.07.R1/macaddr.h:187: inline mac_addr(int in) { kismet-2016.07.R1/macaddr.h-188- in = in; // Silence gcc ############################################## kismet-2016.07.R1/unixdomainserver.h-83- kismet-2016.07.R1/unixdomainserver.h:84: virtual string GetRemoteAddr(int in_fd); kismet-2016.07.R1/unixdomainserver.h-85- ############################################## kismet-2016.07.R1/phy_80211.h-65- type = dot11_ssid_beacon; kismet-2016.07.R1/phy_80211.h:66: mac = mac_addr(0); kismet-2016.07.R1/phy_80211.h-67- ssid = ""; ############################################## kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-430- kismet-2016.07.R1/plugin-btscan/btscan_ui.cc:431: ma = mac_addr((*proto_parsed)[fnum++].word); kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-432- ############################################## kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-574- if (current_row.size() >= 1) kismet-2016.07.R1/plugin-btscan/btscan_ui.cc:575: current_bdaddr = mac_addr(current_row[0]); kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-576- ############################################## kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-581- stable_sort(btscan->btdev_vec.begin(), btscan->btdev_vec.end(), kismet-2016.07.R1/plugin-btscan/btscan_ui.cc:582: Btscan_Sort_Bdaddr()); kismet-2016.07.R1/plugin-btscan/btscan_ui.cc-583- break; ############################################## kismet-2016.07.R1/plugin-btscan/packetsource_linuxbt.cc-154- rpkt->bd_name = string(hci_name); kismet-2016.07.R1/plugin-btscan/packetsource_linuxbt.cc:155: rpkt->bd_addr = mac_addr(swapmac); kismet-2016.07.R1/plugin-btscan/packetsource_linuxbt.cc-156- snprintf(classbuf, 6, "%2.2x%2.2x%2.2x", ############################################## kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc-46-mac_addr fios_macs[] = { kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:47: mac_addr("00:18:01:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:48: mac_addr("00:1F:90:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:49: mac_addr("00:0F:B3:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:50: mac_addr("00:15:05:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:51: mac_addr("00:1B:03:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:52: mac_addr("00:1E:A7:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:53: mac_addr("00:20:E0:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:54: mac_addr("00:24:7B:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:55: mac_addr("00:26:62:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc:56: mac_addr("00:26:B8:00:00:00/FF:FF:FF:00:00:00") kismet-2016.07.R1/restricted-plugin-autowep/autowep-kismet.cc-57-}; ############################################## kismet-2016.07.R1/debian/patches/fix_typos-25- "buffer drain notification on client %s", kismet-2016.07.R1/debian/patches/fix_typos:26: GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/debian/patches/fix_typos-27- _MSG(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/debian/patches/fix_typos-37-+ _MSG("Unix domain server: Error occurred calling framework buffer drain " kismet-2016.07.R1/debian/patches/fix_typos:38: "notification on client " + GetRemoteAddr(in_fd), MSGFLAG_ERROR); kismet-2016.07.R1/debian/patches/fix_typos-39- KillConnection(in_fd); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-224- kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:225:string TcpServer::GetRemoteAddr(int in_fd) { kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-226- struct sockaddr_in client_addr; ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-284- snprintf(errstr, STATUS_MAX, "TCP server client from untrusted host " kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:285: "%s refused", GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-286- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-307- snprintf(errstr, STATUS_MAX, "TCP server client read() error for %s: %s", kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:308: GetRemoteAddr(in_fd).c_str(), strerror(errno)); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-309- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-314- snprintf(errstr, STATUS_MAX, "TCP server client read() ended for %s", kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:315: GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-316- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-321- snprintf(errstr, STATUS_MAX, "TCP server client %s read error, ring " kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:322: "buffer full", GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-323- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-342- snprintf(errstr, STATUS_MAX, "TCP server: Killing client %s, write " kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:343: "error %s", GetRemoteAddr(in_fd).c_str(), strerror(errno)); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-344- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-353- "buffer drain notification on client %s", kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc:354: GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/.pc/fix_typos/tcpserver.cc-355- _MSG(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-143- kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:144:string UnixDomainServer::GetRemoteAddr(int in_fd) { kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-145- struct sockaddr_un client_addr; ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-223- _MSG("Unix domain server client read() error for " + kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:224: GetRemoteAddr(in_fd) + ": " + string(strerror(errno)), MSGFLAG_ERROR); kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-225- return -1; ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-228- if (ret == 0) { kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:229: _MSG("Unix domain server client read() ended for " + GetRemoteAddr(in_fd), kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-230- MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-234- if (read_buf_map[in_fd]->InsertData(recv_bytes, ret) == 0) { kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:235: _MSG("Unix domain server client " + GetRemoteAddr(in_fd) + " read error, " kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-236- "ring buffer full", MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-254- kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:255: _MSG("Unix domain server: Killing client " + GetRemoteAddr(in_fd) + ", write " kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-256- "error: " + string(strerror(errno)), MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-264- _MSG("Unix domain server: Error occured calling framework buffer drain " kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc:265: "notification on client " + GetRemoteAddr(in_fd), MSGFLAG_ERROR); kismet-2016.07.R1/.pc/fix_typos/unixdomainserver.cc-266- KillConnection(in_fd); ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc-168- last_dirty = 0; kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc:169: last_mac = mac_addr(0); kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc-170- dng = NULL; ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc-1480- last_dirty = 0; kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc:1481: last_mac = mac_addr(0); kismet-2016.07.R1/.pc/fix_typos/kis_panel_details.cc-1482- dng = NULL; ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-822- // BSSID kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:823: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-824- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1248- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1249: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1250- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1399- // BSSID kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1400: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1401- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1412- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1413: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1414- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1811- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1812: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1813- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1876- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1877: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1878- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1890- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1891: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1892- if (tmac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1945- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1946: mac_addr bssid = mac_addr((*proto_parsed)[0].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1947- if (bssid.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1977- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1978: mac_addr bssid = mac_addr((*proto_parsed)[0].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1979- if (bssid.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1982- kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc:1983: mac_addr mac = mac_addr((*proto_parsed)[1].word.c_str()); kismet-2016.07.R1/.pc/fix_typos/kis_panel_network.cc-1984- if (mac.error) { ############################################## kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc-46-mac_addr fios_macs[] = { kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:47: mac_addr("00:18:01:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:48: mac_addr("00:1F:90:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:49: mac_addr("00:0F:B3:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:50: mac_addr("00:15:05:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:51: mac_addr("00:1B:03:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:52: mac_addr("00:1E:A7:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:53: mac_addr("00:20:E0:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:54: mac_addr("00:24:7B:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:55: mac_addr("00:26:62:00:00:00/FF:FF:FF:00:00:00"), kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc:56: mac_addr("00:26:B8:00:00:00/FF:FF:FF:00:00:00") kismet-2016.07.R1/.pc/fix_typos/restricted-plugin-autowep/autowep-kismet.cc-57-}; ############################################## kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh-15- kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh:16:latitude=`cat /tmp/mg$$` kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh-17- ############################################## kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh-22- kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh:23:cos_lat=`cat /tmp/mg$$` kismet-2016.07.R1/.pc/fix_gpsmap_bashism/extra/old/multi-gpsmap.sh-24-rm /tmp/mg$$ ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/.pc/fix_makefile/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/fix_makefile/configure-45- as_echo='print -r --' kismet-2016.07.R1/.pc/fix_makefile/configure-46- as_echo_n='print -rn --' kismet-2016.07.R1/.pc/fix_makefile/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/fix_makefile/configure-48- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-50-else kismet-2016.07.R1/.pc/fix_makefile/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/.pc/fix_makefile/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/.pc/fix_makefile/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/.pc/fix_makefile/configure-62- esac; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && kismet-2016.07.R1/.pc/fix_makefile/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 kismet-2016.07.R1/.pc/fix_makefile/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-324- case $as_dir in #( kismet-2016.07.R1/.pc/fix_makefile/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/.pc/fix_makefile/configure-326- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-397- { kismet-2016.07.R1/.pc/fix_makefile/configure:398: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/.pc/fix_makefile/configure-399- } ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-404-# ---------------------------------------- kismet-2016.07.R1/.pc/fix_makefile/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/.pc/fix_makefile/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && kismet-2016.07.R1/.pc/fix_makefile/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { kismet-2016.07.R1/.pc/fix_makefile/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-822- case $ac_option in kismet-2016.07.R1/.pc/fix_makefile/configure:823: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; kismet-2016.07.R1/.pc/fix_makefile/configure-824- *=) ac_optarg= ;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-866- -disable-* | --disable-*) kismet-2016.07.R1/.pc/fix_makefile/configure:867: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-868- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-871- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/fix_makefile/configure:872: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-873- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-892- -enable-* | --enable-*) kismet-2016.07.R1/.pc/fix_makefile/configure:893: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-894- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-897- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/fix_makefile/configure:898: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-899- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1096- -with-* | --with-*) kismet-2016.07.R1/.pc/fix_makefile/configure:1097: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-1098- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1101- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/fix_makefile/configure:1102: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-1103- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1112- -without-* | --without-*) kismet-2016.07.R1/.pc/fix_makefile/configure:1113: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-1114- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1117- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/fix_makefile/configure:1118: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-1119- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1150- *=*) kismet-2016.07.R1/.pc/fix_makefile/configure:1151: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` kismet-2016.07.R1/.pc/fix_makefile/configure-1152- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1171-if test -n "$ac_prev"; then kismet-2016.07.R1/.pc/fix_makefile/configure:1172: ac_option=--`echo $ac_prev | sed 's/_/-/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-1173- as_fn_error $? "missing argument to $ac_option" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1193- */ ) kismet-2016.07.R1/.pc/fix_makefile/configure:1194: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-1195- eval $ac_var=\$ac_val;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1228-ac_ls_di=`ls -di .` && kismet-2016.07.R1/.pc/fix_makefile/configure:1229:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || kismet-2016.07.R1/.pc/fix_makefile/configure-1230- as_fn_error $? "working directory cannot be determined" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1284-case $srcdir in kismet-2016.07.R1/.pc/fix_makefile/configure:1285:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; kismet-2016.07.R1/.pc/fix_makefile/configure-1286-esac ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1327-By default, \`make install' will install all the files in kismet-2016.07.R1/.pc/fix_makefile/configure:1328:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify kismet-2016.07.R1/.pc/fix_makefile/configure:1329:an installation prefix other than \`$ac_default_prefix' using \`--prefix', kismet-2016.07.R1/.pc/fix_makefile/configure-1330-for instance \`--prefix=\$HOME'. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1440-*) kismet-2016.07.R1/.pc/fix_makefile/configure:1441: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/.pc/fix_makefile/configure-1442- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/.pc/fix_makefile/configure:1443: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/.pc/fix_makefile/configure-1444- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-1962- *\'*) kismet-2016.07.R1/.pc/fix_makefile/configure:1963: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/fix_makefile/configure-1964- esac ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2045- case $ac_val in kismet-2016.07.R1/.pc/fix_makefile/configure:2046: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/.pc/fix_makefile/configure-2047- esac ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2060- case $ac_val in kismet-2016.07.R1/.pc/fix_makefile/configure:2061: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/.pc/fix_makefile/configure-2062- esac ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2180- set,) kismet-2016.07.R1/.pc/fix_makefile/configure:2181: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 kismet-2016.07.R1/.pc/fix_makefile/configure:2182:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} kismet-2016.07.R1/.pc/fix_makefile/configure-2183- ac_cache_corrupted=: ;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2191- # differences in whitespace do not lead to failure. kismet-2016.07.R1/.pc/fix_makefile/configure:2192: ac_old_val_w=`echo x $ac_old_val` kismet-2016.07.R1/.pc/fix_makefile/configure:2193: ac_new_val_w=`echo x $ac_new_val` kismet-2016.07.R1/.pc/fix_makefile/configure-2194- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2211- case $ac_new_val in kismet-2016.07.R1/.pc/fix_makefile/configure:2212: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/fix_makefile/configure-2213- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2391-test "x$ac_build_alias" = x && kismet-2016.07.R1/.pc/fix_makefile/configure:2392: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` kismet-2016.07.R1/.pc/fix_makefile/configure-2393-test "x$ac_build_alias" = x && kismet-2016.07.R1/.pc/fix_makefile/configure-2394- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 kismet-2016.07.R1/.pc/fix_makefile/configure:2395:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || kismet-2016.07.R1/.pc/fix_makefile/configure-2396- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2415-IFS=$ac_save_IFS kismet-2016.07.R1/.pc/fix_makefile/configure:2416:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/.pc/fix_makefile/configure-2417- ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2426-else kismet-2016.07.R1/.pc/fix_makefile/configure:2427: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || kismet-2016.07.R1/.pc/fix_makefile/configure-2428- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2448-IFS=$ac_save_IFS kismet-2016.07.R1/.pc/fix_makefile/configure:2449:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/.pc/fix_makefile/configure-2450- ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2799-$as_echo_n "checking whether the C compiler works... " >&6; } kismet-2016.07.R1/.pc/fix_makefile/configure:2800:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` kismet-2016.07.R1/.pc/fix_makefile/configure-2801- ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2843- then :; else kismet-2016.07.R1/.pc/fix_makefile/configure:2844: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-2845- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-2903- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; kismet-2016.07.R1/.pc/fix_makefile/configure:2904: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-2905- break;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-3012- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; kismet-2016.07.R1/.pc/fix_makefile/configure:3013: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-3014- break;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-3595-set x ${MAKE-make} kismet-2016.07.R1/.pc/fix_makefile/configure:3596:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` kismet-2016.07.R1/.pc/fix_makefile/configure-3597-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-3605-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. kismet-2016.07.R1/.pc/fix_makefile/configure:3606:case `${MAKE-make} -f conftest.make 2>/dev/null` in kismet-2016.07.R1/.pc/fix_makefile/configure-3607- *@@@%%%=?*=@@@%%%*) ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4050- # Check for GNU $ac_path_GREP kismet-2016.07.R1/.pc/fix_makefile/configure:4051:case `"$ac_path_GREP" --version 2>&1` in kismet-2016.07.R1/.pc/fix_makefile/configure-4052-*GNU*) ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4116- # Check for GNU $ac_path_EGREP kismet-2016.07.R1/.pc/fix_makefile/configure:4117:case `"$ac_path_EGREP" --version 2>&1` in kismet-2016.07.R1/.pc/fix_makefile/configure-4118-*GNU*) ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4277-do : kismet-2016.07.R1/.pc/fix_makefile/configure:4278: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-4279-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4282- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/fix_makefile/configure:4283:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/fix_makefile/configure-4284-_ACEOF ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4518-do : kismet-2016.07.R1/.pc/fix_makefile/configure:4519: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-4520-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4522- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/fix_makefile/configure:4523:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/fix_makefile/configure-4524-_ACEOF ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4956-do : kismet-2016.07.R1/.pc/fix_makefile/configure:4957: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-4958-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-4960- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/fix_makefile/configure:4961:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/fix_makefile/configure-4962-_ACEOF ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-6767-do : kismet-2016.07.R1/.pc/fix_makefile/configure:6768: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-6769-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-6771- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/fix_makefile/configure:6772:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/fix_makefile/configure-6773-_ACEOF ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-6841- kismet-2016.07.R1/.pc/fix_makefile/configure:6842: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_open_live" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-6843-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_open_live in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-6961- if test "$cygwin" != yes; then kismet-2016.07.R1/.pc/fix_makefile/configure:6962: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_get_selectable_fd" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-6963-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_get_selectable_fd in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7008- else kismet-2016.07.R1/.pc/fix_makefile/configure:7009: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_fileno" | $as_tr_sh` kismet-2016.07.R1/.pc/fix_makefile/configure-7010-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_fileno in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7447- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7448: pkg_cv_libnl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7449- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7464- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7465: pkg_cv_libnl30_LIBS=`$PKG_CONFIG --libs "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7466- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7485- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/fix_makefile/configure:7486: libnl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7487- else kismet-2016.07.R1/.pc/fix_makefile/configure:7488: libnl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7489- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7518- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7519: pkg_cv_libnlgenl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7520- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7535- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7536: pkg_cv_libnlgenl30_LIBS=`$PKG_CONFIG --libs "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7537- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7556- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/fix_makefile/configure:7557: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7558- else kismet-2016.07.R1/.pc/fix_makefile/configure:7559: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7560- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7589- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7590: pkg_cv_libnl20_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7591- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7606- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7607: pkg_cv_libnl20_LIBS=`$PKG_CONFIG --libs "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7608- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7627- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/fix_makefile/configure:7628: libnl20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7629- else kismet-2016.07.R1/.pc/fix_makefile/configure:7630: libnl20_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7631- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7660- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7661: pkg_cv_libnl1_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7662- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7677- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/fix_makefile/configure:7678: pkg_cv_libnl1_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-7679- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7698- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/fix_makefile/configure:7699: libnl1_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7700- else kismet-2016.07.R1/.pc/fix_makefile/configure:7701: libnl1_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/.pc/fix_makefile/configure-7702- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7760- if test "$nlname" != ""; then kismet-2016.07.R1/.pc/fix_makefile/configure:7761: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/.pc/fix_makefile/configure:7762: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/.pc/fix_makefile/configure-7763- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7866-if test "$wantopto" != "yes"; then kismet-2016.07.R1/.pc/fix_makefile/configure:7867: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/fix_makefile/configure:7868: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/fix_makefile/configure-7869-fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-7983- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' kismet-2016.07.R1/.pc/fix_makefile/configure:7984: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` kismet-2016.07.R1/.pc/fix_makefile/configure-7985- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8051-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/.pc/fix_makefile/configure:8052: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/fix_makefile/configure-8053- as_echo='print -r --' kismet-2016.07.R1/.pc/fix_makefile/configure-8054- as_echo_n='print -rn --' kismet-2016.07.R1/.pc/fix_makefile/configure:8055:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/fix_makefile/configure-8056- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8058-else kismet-2016.07.R1/.pc/fix_makefile/configure:8059: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/.pc/fix_makefile/configure-8060- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8068- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/.pc/fix_makefile/configure:8069: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/.pc/fix_makefile/configure-8070- esac; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8145-# ---------------------------------------- kismet-2016.07.R1/.pc/fix_makefile/configure:8146:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/.pc/fix_makefile/configure-8147-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8217- { kismet-2016.07.R1/.pc/fix_makefile/configure:8218: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/.pc/fix_makefile/configure-8219- } ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8321- case $as_dir in #( kismet-2016.07.R1/.pc/fix_makefile/configure:8322: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/.pc/fix_makefile/configure-8323- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8452-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 kismet-2016.07.R1/.pc/fix_makefile/configure:8453:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" kismet-2016.07.R1/.pc/fix_makefile/configure-8454-ac_cs_version="\\ ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8475- --*=?*) kismet-2016.07.R1/.pc/fix_makefile/configure:8476: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/.pc/fix_makefile/configure:8477: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` kismet-2016.07.R1/.pc/fix_makefile/configure-8478- ac_shift=: ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8480- --*=) kismet-2016.07.R1/.pc/fix_makefile/configure:8481: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/.pc/fix_makefile/configure-8482- ac_optarg= ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8504- case $ac_optarg in kismet-2016.07.R1/.pc/fix_makefile/configure:8505: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/fix_makefile/configure-8506- '') as_fn_error $? "missing file argument" ;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8512- case $ac_optarg in kismet-2016.07.R1/.pc/fix_makefile/configure:8513: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/fix_makefile/configure-8514- esac ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8636-fi kismet-2016.07.R1/.pc/fix_makefile/configure:8637:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` kismet-2016.07.R1/.pc/fix_makefile/configure-8638-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8653- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 kismet-2016.07.R1/.pc/fix_makefile/configure:8654:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` kismet-2016.07.R1/.pc/fix_makefile/configure-8655-ac_delim='%!_!# ' ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8659- kismet-2016.07.R1/.pc/fix_makefile/configure:8660: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` kismet-2016.07.R1/.pc/fix_makefile/configure-8661- if test $ac_delim_n = $ac_delim_num; then ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8797-for ac_last_try in false false :; do kismet-2016.07.R1/.pc/fix_makefile/configure:8798: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` kismet-2016.07.R1/.pc/fix_makefile/configure-8799- if test -z "$ac_tt"; then ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8929- esac kismet-2016.07.R1/.pc/fix_makefile/configure:8930: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac kismet-2016.07.R1/.pc/fix_makefile/configure-8931- as_fn_append ac_file_inputs " '$ac_f'" ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-8988-*) kismet-2016.07.R1/.pc/fix_makefile/configure:8989: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/.pc/fix_makefile/configure-8990- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/.pc/fix_makefile/configure:8991: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/.pc/fix_makefile/configure-8992- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-9044-/@mandir@/p' kismet-2016.07.R1/.pc/fix_makefile/configure:9045:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in kismet-2016.07.R1/.pc/fix_makefile/configure-9046-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-9061- kismet-2016.07.R1/.pc/fix_makefile/configure:9062:# Neutralize VPATH when `$srcdir' = `.'. kismet-2016.07.R1/.pc/fix_makefile/configure-9063-# Shell code in configure.ac might set extrasub. ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-9088-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && kismet-2016.07.R1/.pc/fix_makefile/configure:9089: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && kismet-2016.07.R1/.pc/fix_makefile/configure-9090- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure-9261- kismet-2016.07.R1/.pc/fix_makefile/configure:9262:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/.pc/fix_makefile/configure-9263- echo ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure.ac-928- if test "$nlname" != ""; then kismet-2016.07.R1/.pc/fix_makefile/configure.ac:929: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/.pc/fix_makefile/configure.ac:930: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/.pc/fix_makefile/configure.ac-931- fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure.ac-1004-if test "$wantopto" != "yes"; then kismet-2016.07.R1/.pc/fix_makefile/configure.ac:1005: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/fix_makefile/configure.ac:1006: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/fix_makefile/configure.ac-1007-fi ############################################## kismet-2016.07.R1/.pc/fix_makefile/configure.ac-1117- kismet-2016.07.R1/.pc/fix_makefile/configure.ac:1118:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/.pc/fix_makefile/configure.ac-1119- echo ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-929- if test "$nlname" != ""; then kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac:930: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac:931: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-932- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-1005-if test "$wantopto" != "yes"; then kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac:1006: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac:1007: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-1008-fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-1118- kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac:1119:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/.pc/kfreebsd_support/configure.ac-1120- echo ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/.pc/kfreebsd_support/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-45- as_echo='print -r --' kismet-2016.07.R1/.pc/kfreebsd_support/configure-46- as_echo_n='print -rn --' kismet-2016.07.R1/.pc/kfreebsd_support/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-48- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-50-else kismet-2016.07.R1/.pc/kfreebsd_support/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/.pc/kfreebsd_support/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-62- esac; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && kismet-2016.07.R1/.pc/kfreebsd_support/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 kismet-2016.07.R1/.pc/kfreebsd_support/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-324- case $as_dir in #( kismet-2016.07.R1/.pc/kfreebsd_support/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/.pc/kfreebsd_support/configure-326- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-397- { kismet-2016.07.R1/.pc/kfreebsd_support/configure:398: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-399- } ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-404-# ---------------------------------------- kismet-2016.07.R1/.pc/kfreebsd_support/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/.pc/kfreebsd_support/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && kismet-2016.07.R1/.pc/kfreebsd_support/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { kismet-2016.07.R1/.pc/kfreebsd_support/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-823- case $ac_option in kismet-2016.07.R1/.pc/kfreebsd_support/configure:824: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-825- *=) ac_optarg= ;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-867- -disable-* | --disable-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:868: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-869- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-872- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/kfreebsd_support/configure:873: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-874- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-893- -enable-* | --enable-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:894: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-895- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-898- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/kfreebsd_support/configure:899: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-900- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1097- -with-* | --with-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1098: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1099- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1102- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/kfreebsd_support/configure:1103: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1104- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1113- -without-* | --without-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1114: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1115- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1118- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/.pc/kfreebsd_support/configure:1119: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1120- case $ac_user_opts in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1151- *=*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1152: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1153- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1172-if test -n "$ac_prev"; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:1173: ac_option=--`echo $ac_prev | sed 's/_/-/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1174- as_fn_error $? "missing argument to $ac_option" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1194- */ ) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1195: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1196- eval $ac_var=\$ac_val;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1229-ac_ls_di=`ls -di .` && kismet-2016.07.R1/.pc/kfreebsd_support/configure:1230:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || kismet-2016.07.R1/.pc/kfreebsd_support/configure-1231- as_fn_error $? "working directory cannot be determined" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1285-case $srcdir in kismet-2016.07.R1/.pc/kfreebsd_support/configure:1286:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-1287-esac ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1328-By default, \`make install' will install all the files in kismet-2016.07.R1/.pc/kfreebsd_support/configure:1329:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify kismet-2016.07.R1/.pc/kfreebsd_support/configure:1330:an installation prefix other than \`$ac_default_prefix' using \`--prefix', kismet-2016.07.R1/.pc/kfreebsd_support/configure-1331-for instance \`--prefix=\$HOME'. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1441-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1442: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1443- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/.pc/kfreebsd_support/configure:1444: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-1445- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-1963- *\'*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:1964: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-1965- esac ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2046- case $ac_val in kismet-2016.07.R1/.pc/kfreebsd_support/configure:2047: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-2048- esac ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2061- case $ac_val in kismet-2016.07.R1/.pc/kfreebsd_support/configure:2062: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-2063- esac ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2181- set,) kismet-2016.07.R1/.pc/kfreebsd_support/configure:2182: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 kismet-2016.07.R1/.pc/kfreebsd_support/configure:2183:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} kismet-2016.07.R1/.pc/kfreebsd_support/configure-2184- ac_cache_corrupted=: ;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2192- # differences in whitespace do not lead to failure. kismet-2016.07.R1/.pc/kfreebsd_support/configure:2193: ac_old_val_w=`echo x $ac_old_val` kismet-2016.07.R1/.pc/kfreebsd_support/configure:2194: ac_new_val_w=`echo x $ac_new_val` kismet-2016.07.R1/.pc/kfreebsd_support/configure-2195- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2212- case $ac_new_val in kismet-2016.07.R1/.pc/kfreebsd_support/configure:2213: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-2214- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2392-test "x$ac_build_alias" = x && kismet-2016.07.R1/.pc/kfreebsd_support/configure:2393: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` kismet-2016.07.R1/.pc/kfreebsd_support/configure-2394-test "x$ac_build_alias" = x && kismet-2016.07.R1/.pc/kfreebsd_support/configure-2395- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 kismet-2016.07.R1/.pc/kfreebsd_support/configure:2396:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || kismet-2016.07.R1/.pc/kfreebsd_support/configure-2397- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2416-IFS=$ac_save_IFS kismet-2016.07.R1/.pc/kfreebsd_support/configure:2417:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/.pc/kfreebsd_support/configure-2418- ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2427-else kismet-2016.07.R1/.pc/kfreebsd_support/configure:2428: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || kismet-2016.07.R1/.pc/kfreebsd_support/configure-2429- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2449-IFS=$ac_save_IFS kismet-2016.07.R1/.pc/kfreebsd_support/configure:2450:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/.pc/kfreebsd_support/configure-2451- ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2800-$as_echo_n "checking whether the C compiler works... " >&6; } kismet-2016.07.R1/.pc/kfreebsd_support/configure:2801:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-2802- ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2844- then :; else kismet-2016.07.R1/.pc/kfreebsd_support/configure:2845: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-2846- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-2904- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure:2905: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-2906- break;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-3013- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure:3014: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-3015- break;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-3596-set x ${MAKE-make} kismet-2016.07.R1/.pc/kfreebsd_support/configure:3597:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-3598-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-3606-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. kismet-2016.07.R1/.pc/kfreebsd_support/configure:3607:case `${MAKE-make} -f conftest.make 2>/dev/null` in kismet-2016.07.R1/.pc/kfreebsd_support/configure-3608- *@@@%%%=?*=@@@%%%*) ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4051- # Check for GNU $ac_path_GREP kismet-2016.07.R1/.pc/kfreebsd_support/configure:4052:case `"$ac_path_GREP" --version 2>&1` in kismet-2016.07.R1/.pc/kfreebsd_support/configure-4053-*GNU*) ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4117- # Check for GNU $ac_path_EGREP kismet-2016.07.R1/.pc/kfreebsd_support/configure:4118:case `"$ac_path_EGREP" --version 2>&1` in kismet-2016.07.R1/.pc/kfreebsd_support/configure-4119-*GNU*) ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4278-do : kismet-2016.07.R1/.pc/kfreebsd_support/configure:4279: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-4280-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4283- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/kfreebsd_support/configure:4284:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/kfreebsd_support/configure-4285-_ACEOF ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4519-do : kismet-2016.07.R1/.pc/kfreebsd_support/configure:4520: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-4521-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4523- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/kfreebsd_support/configure:4524:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/kfreebsd_support/configure-4525-_ACEOF ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4957-do : kismet-2016.07.R1/.pc/kfreebsd_support/configure:4958: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-4959-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-4961- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/kfreebsd_support/configure:4962:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/kfreebsd_support/configure-4963-_ACEOF ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-6768-do : kismet-2016.07.R1/.pc/kfreebsd_support/configure:6769: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-6770-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-6772- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/.pc/kfreebsd_support/configure:6773:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/.pc/kfreebsd_support/configure-6774-_ACEOF ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-6842- kismet-2016.07.R1/.pc/kfreebsd_support/configure:6843: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_open_live" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-6844-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_open_live in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-6962- if test "$cygwin" != yes; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:6963: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_get_selectable_fd" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-6964-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_get_selectable_fd in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7009- else kismet-2016.07.R1/.pc/kfreebsd_support/configure:7010: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_fileno" | $as_tr_sh` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7011-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_fileno in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7448- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7449: pkg_cv_libnl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7450- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7465- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7466: pkg_cv_libnl30_LIBS=`$PKG_CONFIG --libs "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7467- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7486- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7487: libnl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7488- else kismet-2016.07.R1/.pc/kfreebsd_support/configure:7489: libnl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7490- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7519- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7520: pkg_cv_libnlgenl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7521- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7536- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7537: pkg_cv_libnlgenl30_LIBS=`$PKG_CONFIG --libs "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7538- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7557- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7558: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7559- else kismet-2016.07.R1/.pc/kfreebsd_support/configure:7560: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7561- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7590- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7591: pkg_cv_libnl20_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7592- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7607- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7608: pkg_cv_libnl20_LIBS=`$PKG_CONFIG --libs "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7609- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7628- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7629: libnl20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7630- else kismet-2016.07.R1/.pc/kfreebsd_support/configure:7631: libnl20_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7632- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7661- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7662: pkg_cv_libnl1_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7663- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7678- test $ac_status = 0; }; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7679: pkg_cv_libnl1_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7680- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7699- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7700: libnl1_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7701- else kismet-2016.07.R1/.pc/kfreebsd_support/configure:7702: libnl1_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7703- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7761- if test "$nlname" != ""; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7762: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/.pc/kfreebsd_support/configure:7763: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7764- fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7867-if test "$wantopto" != "yes"; then kismet-2016.07.R1/.pc/kfreebsd_support/configure:7868: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure:7869: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7870-fi ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-7984- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' kismet-2016.07.R1/.pc/kfreebsd_support/configure:7985: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` kismet-2016.07.R1/.pc/kfreebsd_support/configure-7986- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8052-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/.pc/kfreebsd_support/configure:8053: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-8054- as_echo='print -r --' kismet-2016.07.R1/.pc/kfreebsd_support/configure-8055- as_echo_n='print -rn --' kismet-2016.07.R1/.pc/kfreebsd_support/configure:8056:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-8057- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8059-else kismet-2016.07.R1/.pc/kfreebsd_support/configure:8060: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-8061- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8069- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/.pc/kfreebsd_support/configure:8070: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-8071- esac; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8146-# ---------------------------------------- kismet-2016.07.R1/.pc/kfreebsd_support/configure:8147:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/.pc/kfreebsd_support/configure-8148-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8218- { kismet-2016.07.R1/.pc/kfreebsd_support/configure:8219: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8220- } ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8322- case $as_dir in #( kismet-2016.07.R1/.pc/kfreebsd_support/configure:8323: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/.pc/kfreebsd_support/configure-8324- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8453-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 kismet-2016.07.R1/.pc/kfreebsd_support/configure:8454:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" kismet-2016.07.R1/.pc/kfreebsd_support/configure-8455-ac_cs_version="\\ ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8476- --*=?*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:8477: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/.pc/kfreebsd_support/configure:8478: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8479- ac_shift=: ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8481- --*=) kismet-2016.07.R1/.pc/kfreebsd_support/configure:8482: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8483- ac_optarg= ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8505- case $ac_optarg in kismet-2016.07.R1/.pc/kfreebsd_support/configure:8506: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-8507- '') as_fn_error $? "missing file argument" ;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8513- case $ac_optarg in kismet-2016.07.R1/.pc/kfreebsd_support/configure:8514: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/.pc/kfreebsd_support/configure-8515- esac ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8637-fi kismet-2016.07.R1/.pc/kfreebsd_support/configure:8638:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8639-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8654- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 kismet-2016.07.R1/.pc/kfreebsd_support/configure:8655:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8656-ac_delim='%!_!# ' ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8660- kismet-2016.07.R1/.pc/kfreebsd_support/configure:8661: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8662- if test $ac_delim_n = $ac_delim_num; then ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8798-for ac_last_try in false false :; do kismet-2016.07.R1/.pc/kfreebsd_support/configure:8799: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8800- if test -z "$ac_tt"; then ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8930- esac kismet-2016.07.R1/.pc/kfreebsd_support/configure:8931: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac kismet-2016.07.R1/.pc/kfreebsd_support/configure-8932- as_fn_append ac_file_inputs " '$ac_f'" ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-8989-*) kismet-2016.07.R1/.pc/kfreebsd_support/configure:8990: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8991- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/.pc/kfreebsd_support/configure:8992: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/.pc/kfreebsd_support/configure-8993- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-9045-/@mandir@/p' kismet-2016.07.R1/.pc/kfreebsd_support/configure:9046:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in kismet-2016.07.R1/.pc/kfreebsd_support/configure-9047-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-9062- kismet-2016.07.R1/.pc/kfreebsd_support/configure:9063:# Neutralize VPATH when `$srcdir' = `.'. kismet-2016.07.R1/.pc/kfreebsd_support/configure-9064-# Shell code in configure.ac might set extrasub. ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-9089-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && kismet-2016.07.R1/.pc/kfreebsd_support/configure:9090: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && kismet-2016.07.R1/.pc/kfreebsd_support/configure-9091- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/configure-9262- kismet-2016.07.R1/.pc/kfreebsd_support/configure:9263:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/.pc/kfreebsd_support/configure-9264- echo ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h-60-#ifdef SYS_LINUX kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h:61:int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr); kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h:62:int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr); kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h-63-int Ifconfig_Set_MTU(const char *in_dev, char *errstr, uint16_t in_mtu); ############################################## kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h-95-int Linux_GetSysDrvAttr(const char *in_dev, const char *in_attr); kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h:96:int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr); kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h:97:int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr); kismet-2016.07.R1/.pc/kfreebsd_support/ifcontrol.h-98-int Ifconfig_Set_MTU(const char *in_dev, char *errstr, uint16_t in_mtu); ############################################## kismet-2016.07.R1/tcpserver.cc-224- kismet-2016.07.R1/tcpserver.cc:225:string TcpServer::GetRemoteAddr(int in_fd) { kismet-2016.07.R1/tcpserver.cc-226- struct sockaddr_in client_addr; ############################################## kismet-2016.07.R1/tcpserver.cc-284- snprintf(errstr, STATUS_MAX, "TCP server client from untrusted host " kismet-2016.07.R1/tcpserver.cc:285: "%s refused", GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/tcpserver.cc-286- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/tcpserver.cc-307- snprintf(errstr, STATUS_MAX, "TCP server client read() error for %s: %s", kismet-2016.07.R1/tcpserver.cc:308: GetRemoteAddr(in_fd).c_str(), strerror(errno)); kismet-2016.07.R1/tcpserver.cc-309- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/tcpserver.cc-314- snprintf(errstr, STATUS_MAX, "TCP server client read() ended for %s", kismet-2016.07.R1/tcpserver.cc:315: GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/tcpserver.cc-316- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/tcpserver.cc-321- snprintf(errstr, STATUS_MAX, "TCP server client %s read error, ring " kismet-2016.07.R1/tcpserver.cc:322: "buffer full", GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/tcpserver.cc-323- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/tcpserver.cc-342- snprintf(errstr, STATUS_MAX, "TCP server: Killing client %s, write " kismet-2016.07.R1/tcpserver.cc:343: "error %s", GetRemoteAddr(in_fd).c_str(), strerror(errno)); kismet-2016.07.R1/tcpserver.cc-344- globalreg->messagebus->InjectMessage(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/tcpserver.cc-353- "buffer drain notification on client %s", kismet-2016.07.R1/tcpserver.cc:354: GetRemoteAddr(in_fd).c_str()); kismet-2016.07.R1/tcpserver.cc-355- _MSG(errstr, MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/unixdomainserver.cc-143- kismet-2016.07.R1/unixdomainserver.cc:144:string UnixDomainServer::GetRemoteAddr(int in_fd) { kismet-2016.07.R1/unixdomainserver.cc-145- struct sockaddr_un client_addr; ############################################## kismet-2016.07.R1/unixdomainserver.cc-223- _MSG("Unix domain server client read() error for " + kismet-2016.07.R1/unixdomainserver.cc:224: GetRemoteAddr(in_fd) + ": " + string(strerror(errno)), MSGFLAG_ERROR); kismet-2016.07.R1/unixdomainserver.cc-225- return -1; ############################################## kismet-2016.07.R1/unixdomainserver.cc-228- if (ret == 0) { kismet-2016.07.R1/unixdomainserver.cc:229: _MSG("Unix domain server client read() ended for " + GetRemoteAddr(in_fd), kismet-2016.07.R1/unixdomainserver.cc-230- MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/unixdomainserver.cc-234- if (read_buf_map[in_fd]->InsertData(recv_bytes, ret) == 0) { kismet-2016.07.R1/unixdomainserver.cc:235: _MSG("Unix domain server client " + GetRemoteAddr(in_fd) + " read error, " kismet-2016.07.R1/unixdomainserver.cc-236- "ring buffer full", MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/unixdomainserver.cc-254- kismet-2016.07.R1/unixdomainserver.cc:255: _MSG("Unix domain server: Killing client " + GetRemoteAddr(in_fd) + ", write " kismet-2016.07.R1/unixdomainserver.cc-256- "error: " + string(strerror(errno)), MSGFLAG_ERROR); ############################################## kismet-2016.07.R1/unixdomainserver.cc-264- _MSG("Unix domain server: Error occurred calling framework buffer drain " kismet-2016.07.R1/unixdomainserver.cc:265: "notification on client " + GetRemoteAddr(in_fd), MSGFLAG_ERROR); kismet-2016.07.R1/unixdomainserver.cc-266- KillConnection(in_fd); ############################################## kismet-2016.07.R1/kis_panel_details.cc-168- last_dirty = 0; kismet-2016.07.R1/kis_panel_details.cc:169: last_mac = mac_addr(0); kismet-2016.07.R1/kis_panel_details.cc-170- dng = NULL; ############################################## kismet-2016.07.R1/kis_panel_details.cc-1480- last_dirty = 0; kismet-2016.07.R1/kis_panel_details.cc:1481: last_mac = mac_addr(0); kismet-2016.07.R1/kis_panel_details.cc-1482- dng = NULL; ############################################## kismet-2016.07.R1/kis_panel_network.cc-822- // BSSID kismet-2016.07.R1/kis_panel_network.cc:823: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-824- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1248- kismet-2016.07.R1/kis_panel_network.cc:1249: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1250- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1399- // BSSID kismet-2016.07.R1/kis_panel_network.cc:1400: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1401- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1412- kismet-2016.07.R1/kis_panel_network.cc:1413: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1414- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1811- kismet-2016.07.R1/kis_panel_network.cc:1812: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1813- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1876- kismet-2016.07.R1/kis_panel_network.cc:1877: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1878- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1890- kismet-2016.07.R1/kis_panel_network.cc:1891: tmac = mac_addr((*proto_parsed)[fnum++].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1892- if (tmac.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1945- kismet-2016.07.R1/kis_panel_network.cc:1946: mac_addr bssid = mac_addr((*proto_parsed)[0].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1947- if (bssid.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1977- kismet-2016.07.R1/kis_panel_network.cc:1978: mac_addr bssid = mac_addr((*proto_parsed)[0].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1979- if (bssid.error) { ############################################## kismet-2016.07.R1/kis_panel_network.cc-1982- kismet-2016.07.R1/kis_panel_network.cc:1983: mac_addr mac = mac_addr((*proto_parsed)[1].word.c_str()); kismet-2016.07.R1/kis_panel_network.cc-1984- if (mac.error) { ############################################## kismet-2016.07.R1/configure.ac-929- if test "$nlname" != ""; then kismet-2016.07.R1/configure.ac:930: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/configure.ac:931: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/configure.ac-932- fi ############################################## kismet-2016.07.R1/configure.ac-1005-if test "$wantopto" != "yes"; then kismet-2016.07.R1/configure.ac:1006: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/configure.ac:1007: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/configure.ac-1008-fi ############################################## kismet-2016.07.R1/configure.ac-1118- kismet-2016.07.R1/configure.ac:1119:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/configure.ac-1120- echo ############################################## kismet-2016.07.R1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/configure-45- as_echo='print -r --' kismet-2016.07.R1/configure-46- as_echo_n='print -rn --' kismet-2016.07.R1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/configure-48- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/configure-50-else kismet-2016.07.R1/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/configure-62- esac; ############################################## kismet-2016.07.R1/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && kismet-2016.07.R1/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 kismet-2016.07.R1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## kismet-2016.07.R1/configure-324- case $as_dir in #( kismet-2016.07.R1/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/configure-326- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/configure-397- { kismet-2016.07.R1/configure:398: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/configure-399- } ############################################## kismet-2016.07.R1/configure-404-# ---------------------------------------- kismet-2016.07.R1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && kismet-2016.07.R1/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { kismet-2016.07.R1/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## kismet-2016.07.R1/configure-823- case $ac_option in kismet-2016.07.R1/configure:824: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; kismet-2016.07.R1/configure-825- *=) ac_optarg= ;; ############################################## kismet-2016.07.R1/configure-867- -disable-* | --disable-*) kismet-2016.07.R1/configure:868: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` kismet-2016.07.R1/configure-869- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/configure-872- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/configure:873: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/configure-874- case $ac_user_opts in ############################################## kismet-2016.07.R1/configure-893- -enable-* | --enable-*) kismet-2016.07.R1/configure:894: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` kismet-2016.07.R1/configure-895- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/configure-898- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/configure:899: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/configure-900- case $ac_user_opts in ############################################## kismet-2016.07.R1/configure-1097- -with-* | --with-*) kismet-2016.07.R1/configure:1098: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` kismet-2016.07.R1/configure-1099- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/configure-1102- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/configure:1103: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/configure-1104- case $ac_user_opts in ############################################## kismet-2016.07.R1/configure-1113- -without-* | --without-*) kismet-2016.07.R1/configure:1114: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` kismet-2016.07.R1/configure-1115- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/configure-1118- ac_useropt_orig=$ac_useropt kismet-2016.07.R1/configure:1119: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kismet-2016.07.R1/configure-1120- case $ac_user_opts in ############################################## kismet-2016.07.R1/configure-1151- *=*) kismet-2016.07.R1/configure:1152: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` kismet-2016.07.R1/configure-1153- # Reject names that are not valid shell variable names. ############################################## kismet-2016.07.R1/configure-1172-if test -n "$ac_prev"; then kismet-2016.07.R1/configure:1173: ac_option=--`echo $ac_prev | sed 's/_/-/g'` kismet-2016.07.R1/configure-1174- as_fn_error $? "missing argument to $ac_option" ############################################## kismet-2016.07.R1/configure-1194- */ ) kismet-2016.07.R1/configure:1195: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` kismet-2016.07.R1/configure-1196- eval $ac_var=\$ac_val;; ############################################## kismet-2016.07.R1/configure-1229-ac_ls_di=`ls -di .` && kismet-2016.07.R1/configure:1230:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || kismet-2016.07.R1/configure-1231- as_fn_error $? "working directory cannot be determined" ############################################## kismet-2016.07.R1/configure-1285-case $srcdir in kismet-2016.07.R1/configure:1286:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; kismet-2016.07.R1/configure-1287-esac ############################################## kismet-2016.07.R1/configure-1328-By default, \`make install' will install all the files in kismet-2016.07.R1/configure:1329:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify kismet-2016.07.R1/configure:1330:an installation prefix other than \`$ac_default_prefix' using \`--prefix', kismet-2016.07.R1/configure-1331-for instance \`--prefix=\$HOME'. ############################################## kismet-2016.07.R1/configure-1441-*) kismet-2016.07.R1/configure:1442: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/configure-1443- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/configure:1444: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/configure-1445- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/configure-1963- *\'*) kismet-2016.07.R1/configure:1964: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/configure-1965- esac ############################################## kismet-2016.07.R1/configure-2046- case $ac_val in kismet-2016.07.R1/configure:2047: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/configure-2048- esac ############################################## kismet-2016.07.R1/configure-2061- case $ac_val in kismet-2016.07.R1/configure:2062: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kismet-2016.07.R1/configure-2063- esac ############################################## kismet-2016.07.R1/configure-2181- set,) kismet-2016.07.R1/configure:2182: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 kismet-2016.07.R1/configure:2183:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} kismet-2016.07.R1/configure-2184- ac_cache_corrupted=: ;; ############################################## kismet-2016.07.R1/configure-2192- # differences in whitespace do not lead to failure. kismet-2016.07.R1/configure:2193: ac_old_val_w=`echo x $ac_old_val` kismet-2016.07.R1/configure:2194: ac_new_val_w=`echo x $ac_new_val` kismet-2016.07.R1/configure-2195- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## kismet-2016.07.R1/configure-2212- case $ac_new_val in kismet-2016.07.R1/configure:2213: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/configure-2214- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## kismet-2016.07.R1/configure-2392-test "x$ac_build_alias" = x && kismet-2016.07.R1/configure:2393: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` kismet-2016.07.R1/configure-2394-test "x$ac_build_alias" = x && kismet-2016.07.R1/configure-2395- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 kismet-2016.07.R1/configure:2396:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || kismet-2016.07.R1/configure-2397- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/configure-2416-IFS=$ac_save_IFS kismet-2016.07.R1/configure:2417:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/configure-2418- ############################################## kismet-2016.07.R1/configure-2427-else kismet-2016.07.R1/configure:2428: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || kismet-2016.07.R1/configure-2429- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## kismet-2016.07.R1/configure-2449-IFS=$ac_save_IFS kismet-2016.07.R1/configure:2450:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac kismet-2016.07.R1/configure-2451- ############################################## kismet-2016.07.R1/configure-2800-$as_echo_n "checking whether the C compiler works... " >&6; } kismet-2016.07.R1/configure:2801:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` kismet-2016.07.R1/configure-2802- ############################################## kismet-2016.07.R1/configure-2844- then :; else kismet-2016.07.R1/configure:2845: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/configure-2846- fi ############################################## kismet-2016.07.R1/configure-2904- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; kismet-2016.07.R1/configure:2905: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kismet-2016.07.R1/configure-2906- break;; ############################################## kismet-2016.07.R1/configure-3013- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; kismet-2016.07.R1/configure:3014: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` kismet-2016.07.R1/configure-3015- break;; ############################################## kismet-2016.07.R1/configure-3596-set x ${MAKE-make} kismet-2016.07.R1/configure:3597:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` kismet-2016.07.R1/configure-3598-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## kismet-2016.07.R1/configure-3606-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. kismet-2016.07.R1/configure:3607:case `${MAKE-make} -f conftest.make 2>/dev/null` in kismet-2016.07.R1/configure-3608- *@@@%%%=?*=@@@%%%*) ############################################## kismet-2016.07.R1/configure-4051- # Check for GNU $ac_path_GREP kismet-2016.07.R1/configure:4052:case `"$ac_path_GREP" --version 2>&1` in kismet-2016.07.R1/configure-4053-*GNU*) ############################################## kismet-2016.07.R1/configure-4117- # Check for GNU $ac_path_EGREP kismet-2016.07.R1/configure:4118:case `"$ac_path_EGREP" --version 2>&1` in kismet-2016.07.R1/configure-4119-*GNU*) ############################################## kismet-2016.07.R1/configure-4278-do : kismet-2016.07.R1/configure:4279: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/configure-4280-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## kismet-2016.07.R1/configure-4283- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/configure:4284:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/configure-4285-_ACEOF ############################################## kismet-2016.07.R1/configure-4519-do : kismet-2016.07.R1/configure:4520: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/configure-4521-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/configure-4523- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/configure:4524:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/configure-4525-_ACEOF ############################################## kismet-2016.07.R1/configure-4957-do : kismet-2016.07.R1/configure:4958: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` kismet-2016.07.R1/configure-4959-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## kismet-2016.07.R1/configure-4961- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/configure:4962:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 kismet-2016.07.R1/configure-4963-_ACEOF ############################################## kismet-2016.07.R1/configure-6768-do : kismet-2016.07.R1/configure:6769: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kismet-2016.07.R1/configure-6770-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kismet-2016.07.R1/configure-6772- cat >>confdefs.h <<_ACEOF kismet-2016.07.R1/configure:6773:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kismet-2016.07.R1/configure-6774-_ACEOF ############################################## kismet-2016.07.R1/configure-6842- kismet-2016.07.R1/configure:6843: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_open_live" | $as_tr_sh` kismet-2016.07.R1/configure-6844-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_open_live in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/configure-6962- if test "$cygwin" != yes; then kismet-2016.07.R1/configure:6963: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_get_selectable_fd" | $as_tr_sh` kismet-2016.07.R1/configure-6964-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_get_selectable_fd in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/configure-7009- else kismet-2016.07.R1/configure:7010: as_ac_Lib=`$as_echo "ac_cv_lib_${pcaplib}''_pcap_fileno" | $as_tr_sh` kismet-2016.07.R1/configure-7011-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_fileno in -l${pcaplib}" >&5 ############################################## kismet-2016.07.R1/configure-7448- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7449: pkg_cv_libnl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/configure-7450- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7465- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7466: pkg_cv_libnl30_LIBS=`$PKG_CONFIG --libs "libnl-3.0" 2>/dev/null` kismet-2016.07.R1/configure-7467- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7486- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/configure:7487: libnl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/configure-7488- else kismet-2016.07.R1/configure:7489: libnl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0" 2>&1` kismet-2016.07.R1/configure-7490- fi ############################################## kismet-2016.07.R1/configure-7519- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7520: pkg_cv_libnlgenl30_CFLAGS=`$PKG_CONFIG --cflags "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/configure-7521- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7536- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7537: pkg_cv_libnlgenl30_LIBS=`$PKG_CONFIG --libs "libnl-genl-3.0" 2>/dev/null` kismet-2016.07.R1/configure-7538- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7557- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/configure:7558: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/configure-7559- else kismet-2016.07.R1/configure:7560: libnlgenl30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-genl-3.0" 2>&1` kismet-2016.07.R1/configure-7561- fi ############################################## kismet-2016.07.R1/configure-7590- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7591: pkg_cv_libnl20_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/configure-7592- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7607- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7608: pkg_cv_libnl20_LIBS=`$PKG_CONFIG --libs "libnl-2.0" 2>/dev/null` kismet-2016.07.R1/configure-7609- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7628- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/configure:7629: libnl20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/configure-7630- else kismet-2016.07.R1/configure:7631: libnl20_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0" 2>&1` kismet-2016.07.R1/configure-7632- fi ############################################## kismet-2016.07.R1/configure-7661- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7662: pkg_cv_libnl1_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null` kismet-2016.07.R1/configure-7663- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7678- test $ac_status = 0; }; then kismet-2016.07.R1/configure:7679: pkg_cv_libnl1_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null` kismet-2016.07.R1/configure-7680- test "x$?" != "x0" && pkg_failed=yes ############################################## kismet-2016.07.R1/configure-7699- if test $_pkg_short_errors_supported = yes; then kismet-2016.07.R1/configure:7700: libnl1_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/configure-7701- else kismet-2016.07.R1/configure:7702: libnl1_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1` kismet-2016.07.R1/configure-7703- fi ############################################## kismet-2016.07.R1/configure-7761- if test "$nlname" != ""; then kismet-2016.07.R1/configure:7762: NLLIBS=`pkg-config --libs $nlname` kismet-2016.07.R1/configure:7763: NLCFLAGS=`pkg-config --cflags $nlname` kismet-2016.07.R1/configure-7764- fi ############################################## kismet-2016.07.R1/configure-7867-if test "$wantopto" != "yes"; then kismet-2016.07.R1/configure:7868: CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/configure:7869: CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-O.//g'` kismet-2016.07.R1/configure-7870-fi ############################################## kismet-2016.07.R1/configure-7984- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' kismet-2016.07.R1/configure:7985: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` kismet-2016.07.R1/configure-7986- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## kismet-2016.07.R1/configure-8052-if test -z "$BASH_VERSION$ZSH_VERSION" \ kismet-2016.07.R1/configure:8053: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/configure-8054- as_echo='print -r --' kismet-2016.07.R1/configure-8055- as_echo_n='print -rn --' kismet-2016.07.R1/configure:8056:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kismet-2016.07.R1/configure-8057- as_echo='printf %s\n' ############################################## kismet-2016.07.R1/configure-8059-else kismet-2016.07.R1/configure:8060: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kismet-2016.07.R1/configure-8061- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kismet-2016.07.R1/configure-8069- expr "X$arg" : "X\\(.*\\)$as_nl"; kismet-2016.07.R1/configure:8070: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kismet-2016.07.R1/configure-8071- esac; ############################################## kismet-2016.07.R1/configure-8146-# ---------------------------------------- kismet-2016.07.R1/configure:8147:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kismet-2016.07.R1/configure-8148-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kismet-2016.07.R1/configure-8218- { kismet-2016.07.R1/configure:8219: as_val=`expr "$@" || test $? -eq 1` kismet-2016.07.R1/configure-8220- } ############################################## kismet-2016.07.R1/configure-8322- case $as_dir in #( kismet-2016.07.R1/configure:8323: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kismet-2016.07.R1/configure-8324- *) as_qdir=$as_dir;; ############################################## kismet-2016.07.R1/configure-8453-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 kismet-2016.07.R1/configure:8454:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" kismet-2016.07.R1/configure-8455-ac_cs_version="\\ ############################################## kismet-2016.07.R1/configure-8476- --*=?*) kismet-2016.07.R1/configure:8477: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/configure:8478: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` kismet-2016.07.R1/configure-8479- ac_shift=: ############################################## kismet-2016.07.R1/configure-8481- --*=) kismet-2016.07.R1/configure:8482: ac_option=`expr "X$1" : 'X\([^=]*\)='` kismet-2016.07.R1/configure-8483- ac_optarg= ############################################## kismet-2016.07.R1/configure-8505- case $ac_optarg in kismet-2016.07.R1/configure:8506: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/configure-8507- '') as_fn_error $? "missing file argument" ;; ############################################## kismet-2016.07.R1/configure-8513- case $ac_optarg in kismet-2016.07.R1/configure:8514: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kismet-2016.07.R1/configure-8515- esac ############################################## kismet-2016.07.R1/configure-8637-fi kismet-2016.07.R1/configure:8638:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` kismet-2016.07.R1/configure-8639-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## kismet-2016.07.R1/configure-8654- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 kismet-2016.07.R1/configure:8655:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` kismet-2016.07.R1/configure-8656-ac_delim='%!_!# ' ############################################## kismet-2016.07.R1/configure-8660- kismet-2016.07.R1/configure:8661: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` kismet-2016.07.R1/configure-8662- if test $ac_delim_n = $ac_delim_num; then ############################################## kismet-2016.07.R1/configure-8798-for ac_last_try in false false :; do kismet-2016.07.R1/configure:8799: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` kismet-2016.07.R1/configure-8800- if test -z "$ac_tt"; then ############################################## kismet-2016.07.R1/configure-8930- esac kismet-2016.07.R1/configure:8931: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac kismet-2016.07.R1/configure-8932- as_fn_append ac_file_inputs " '$ac_f'" ############################################## kismet-2016.07.R1/configure-8989-*) kismet-2016.07.R1/configure:8990: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kismet-2016.07.R1/configure-8991- # A ".." for each directory in $ac_dir_suffix. kismet-2016.07.R1/configure:8992: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kismet-2016.07.R1/configure-8993- case $ac_top_builddir_sub in ############################################## kismet-2016.07.R1/configure-9045-/@mandir@/p' kismet-2016.07.R1/configure:9046:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in kismet-2016.07.R1/configure-9047-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## kismet-2016.07.R1/configure-9062- kismet-2016.07.R1/configure:9063:# Neutralize VPATH when `$srcdir' = `.'. kismet-2016.07.R1/configure-9064-# Shell code in configure.ac might set extrasub. ############################################## kismet-2016.07.R1/configure-9089-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && kismet-2016.07.R1/configure:9090: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && kismet-2016.07.R1/configure-9091- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## kismet-2016.07.R1/configure-9262- kismet-2016.07.R1/configure:9263:if test "`echo $host_os | grep linux`" = ""; then kismet-2016.07.R1/configure-9264- echo ############################################## kismet-2016.07.R1/ifcontrol.h-61-#ifdef SYS_LINUX kismet-2016.07.R1/ifcontrol.h:62:int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr); kismet-2016.07.R1/ifcontrol.h:63:int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr); kismet-2016.07.R1/ifcontrol.h-64-int Ifconfig_Set_MTU(const char *in_dev, char *errstr, uint16_t in_mtu); ############################################## kismet-2016.07.R1/ifcontrol.h-96-int Linux_GetSysDrvAttr(const char *in_dev, const char *in_attr); kismet-2016.07.R1/ifcontrol.h:97:int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr); kismet-2016.07.R1/ifcontrol.h:98:int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr); kismet-2016.07.R1/ifcontrol.h-99-int Ifconfig_Set_MTU(const char *in_dev, char *errstr, uint16_t in_mtu);