=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== direwolf-1.5+dfsg/atest.c-676- direwolf-1.5+dfsg/atest.c:677: if (ax25_get_num_addr(pp) == 0) { direwolf-1.5+dfsg/atest.c-678- /* Not AX.25. No station to display below. */ ############################################## direwolf-1.5+dfsg/ax25_link.c-1989- direwolf-1.5+dfsg/ax25_link.c:1990: E->num_addr = ax25_get_num_addr(E->pp); direwolf-1.5+dfsg/ax25_link.c-1991- ############################################## direwolf-1.5+dfsg/ax25_pad.c-419- this_p->num_addr = (-1); direwolf-1.5+dfsg/ax25_pad.c:420: assert (ax25_get_num_addr(this_p) == 2); direwolf-1.5+dfsg/ax25_pad.c-421- ############################################## direwolf-1.5+dfsg/ax25_pad.c-452- direwolf-1.5+dfsg/ax25_pad.c:453: if ( ! ax25_parse_addr (AX25_SOURCE, pa, strict, atemp, &ssid_temp, &heard_temp)) { direwolf-1.5+dfsg/ax25_pad.c-454- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/ax25_pad.c-459- direwolf-1.5+dfsg/ax25_pad.c:460: ax25_set_addr (this_p, AX25_SOURCE, atemp); direwolf-1.5+dfsg/ax25_pad.c-461- ax25_set_h (this_p, AX25_SOURCE); // c/r in this position ############################################## direwolf-1.5+dfsg/ax25_pad.c-475- direwolf-1.5+dfsg/ax25_pad.c:476: if ( ! ax25_parse_addr (AX25_DESTINATION, pa, strict, atemp, &ssid_temp, &heard_temp)) { direwolf-1.5+dfsg/ax25_pad.c-477- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/ax25_pad.c-482- direwolf-1.5+dfsg/ax25_pad.c:483: ax25_set_addr (this_p, AX25_DESTINATION, atemp); direwolf-1.5+dfsg/ax25_pad.c-484- ax25_set_h (this_p, AX25_DESTINATION); // c/r in this position ############################################## direwolf-1.5+dfsg/ax25_pad.c-495- direwolf-1.5+dfsg/ax25_pad.c:496: if ( ! ax25_parse_addr (k, pa, strict, atemp, &ssid_temp, &heard_temp)) { direwolf-1.5+dfsg/ax25_pad.c-497- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/ax25_pad.c-502- direwolf-1.5+dfsg/ax25_pad.c:503: ax25_set_addr (this_p, k, atemp); direwolf-1.5+dfsg/ax25_pad.c-504- ax25_set_ssid (this_p, k, ssid_temp); ############################################## direwolf-1.5+dfsg/ax25_pad.c-648- this_p->num_addr = (-1); direwolf-1.5+dfsg/ax25_pad.c:649: (void) ax25_get_num_addr (this_p); direwolf-1.5+dfsg/ax25_pad.c-650- ############################################## direwolf-1.5+dfsg/ax25_pad.c-738- direwolf-1.5+dfsg/ax25_pad.c:739:int ax25_parse_addr (int position, char *in_addr, int strict, char *out_addr, int *out_ssid, int *out_heard) direwolf-1.5+dfsg/ax25_pad.c-740-{ ############################################## direwolf-1.5+dfsg/ax25_pad.c-898- direwolf-1.5+dfsg/ax25_pad.c:899: for (n = 0; n < ax25_get_num_addr(pp); n++) { direwolf-1.5+dfsg/ax25_pad.c-900- ax25_get_addr_with_ssid (pp, n, addr); direwolf-1.5+dfsg/ax25_pad.c:901: all_ok &= ax25_parse_addr (n, addr, 1, ignore1, &ignore2, &ignore3); direwolf-1.5+dfsg/ax25_pad.c-902- } ############################################## direwolf-1.5+dfsg/ax25_pad.c-974- direwolf-1.5+dfsg/ax25_pad.c:975:void ax25_set_addr (packet_t this_p, int n, char *ad) direwolf-1.5+dfsg/ax25_pad.c-976-{ ############################################## direwolf-1.5+dfsg/ax25_pad.c-984- direwolf-1.5+dfsg/ax25_pad.c:985: //dw_printf ("ax25_set_addr (%d, %s) num_addr=%d\n", n, ad, this_p->num_addr); direwolf-1.5+dfsg/ax25_pad.c-986- ############################################## direwolf-1.5+dfsg/ax25_pad.c-997- direwolf-1.5+dfsg/ax25_pad.c:998: ax25_parse_addr (n, ad, 0, atemp, &ssid_temp, &heard_temp); direwolf-1.5+dfsg/ax25_pad.c-999- ############################################## direwolf-1.5+dfsg/ax25_pad.c-1013- direwolf-1.5+dfsg/ax25_pad.c:1014: ax25_insert_addr (this_p, n, ad); direwolf-1.5+dfsg/ax25_pad.c-1015- } ############################################## direwolf-1.5+dfsg/ax25_pad.c-1021- //dw_printf ("------\n"); direwolf-1.5+dfsg/ax25_pad.c:1022: //dw_printf ("dump after ax25_set_addr (%d, %s)\n", n, ad); direwolf-1.5+dfsg/ax25_pad.c-1023- //ax25_hex_dump (this_p); ############################################## direwolf-1.5+dfsg/ax25_pad.c-1054- direwolf-1.5+dfsg/ax25_pad.c:1055:void ax25_insert_addr (packet_t this_p, int n, char *ad) direwolf-1.5+dfsg/ax25_pad.c-1056-{ ############################################## direwolf-1.5+dfsg/ax25_pad.c-1065- direwolf-1.5+dfsg/ax25_pad.c:1066: //dw_printf ("ax25_insert_addr (%d, %s)\n", n, ad); direwolf-1.5+dfsg/ax25_pad.c-1067- ############################################## direwolf-1.5+dfsg/ax25_pad.c-1089- direwolf-1.5+dfsg/ax25_pad.c:1090: ax25_parse_addr (n, ad, 0, atemp, &ssid_temp, &heard_temp); direwolf-1.5+dfsg/ax25_pad.c-1091- memset (this_p->frame_data + n*7, ' ' << 1, 6); ############################################## direwolf-1.5+dfsg/ax25_pad.c-1101- this_p->num_addr = (-1); direwolf-1.5+dfsg/ax25_pad.c:1102: if (expect != ax25_get_num_addr (this_p)) { direwolf-1.5+dfsg/ax25_pad.c-1103- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/ax25_pad.c-1127- direwolf-1.5+dfsg/ax25_pad.c:1128:void ax25_remove_addr (packet_t this_p, int n) direwolf-1.5+dfsg/ax25_pad.c-1129-{ ############################################## direwolf-1.5+dfsg/ax25_pad.c-1149- this_p->num_addr = (-1); direwolf-1.5+dfsg/ax25_pad.c:1150: if (expect != ax25_get_num_addr (this_p)) { direwolf-1.5+dfsg/ax25_pad.c-1151- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/ax25_pad.c-1172- direwolf-1.5+dfsg/ax25_pad.c:1173:int ax25_get_num_addr (packet_t this_p) direwolf-1.5+dfsg/ax25_pad.c-1174-{ ############################################## direwolf-1.5+dfsg/ax25_pad.c-1541- direwolf-1.5+dfsg/ax25_pad.c:1542: for (i = AX25_REPEATER_1; i < ax25_get_num_addr(this_p); i++) { direwolf-1.5+dfsg/ax25_pad.c-1543- ############################################## direwolf-1.5+dfsg/ax25_pad.c-1575- direwolf-1.5+dfsg/ax25_pad.c:1576: for (i = AX25_REPEATER_1; i < ax25_get_num_addr(this_p); i++) { direwolf-1.5+dfsg/ax25_pad.c-1577- ############################################## direwolf-1.5+dfsg/ax25_pad.h-370- direwolf-1.5+dfsg/ax25_pad.h:371:extern int ax25_parse_addr (int position, char *in_addr, int strict, char *out_addr, int *out_ssid, int *out_heard); direwolf-1.5+dfsg/ax25_pad.h-372-extern int ax25_check_addresses (packet_t pp); ############################################## direwolf-1.5+dfsg/ax25_pad.h-375- direwolf-1.5+dfsg/ax25_pad.h:376:extern void ax25_set_addr (packet_t pp, int, char *); direwolf-1.5+dfsg/ax25_pad.h:377:extern void ax25_insert_addr (packet_t this_p, int n, char *ad); direwolf-1.5+dfsg/ax25_pad.h:378:extern void ax25_remove_addr (packet_t this_p, int n); direwolf-1.5+dfsg/ax25_pad.h-379- direwolf-1.5+dfsg/ax25_pad.h:380:extern int ax25_get_num_addr (packet_t pp); direwolf-1.5+dfsg/ax25_pad.h-381-extern int ax25_get_num_repeaters (packet_t this_p); ############################################## direwolf-1.5+dfsg/ax25_pad2.c-713- direwolf-1.5+dfsg/ax25_pad2.c:714: ok = ax25_parse_addr (n, addrs[n], strict, oaddr, &ssid, &heard); direwolf-1.5+dfsg/ax25_pad2.c-715- ############################################## direwolf-1.5+dfsg/cdigipeater.c-303- direwolf-1.5+dfsg/cdigipeater.c:304: ax25_set_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/cdigipeater.c-305- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/cdigipeater.c-323- direwolf-1.5+dfsg/cdigipeater.c:324: ax25_set_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/cdigipeater.c-325- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/config.c-528- num_digi++; direwolf-1.5+dfsg/config.c:529: ok = ax25_parse_addr (AX25_REPEATER_1 - 1 + num_digi, a, strict, addr, &ssid, &heard); direwolf-1.5+dfsg/config.c-530- if ( ! ok) { ############################################## direwolf-1.5+dfsg/config.c-1224- direwolf-1.5+dfsg/config.c:1225: if ( ! ax25_parse_addr (-1, t, strict, call_no_ssid, &ssid, &heard)) { direwolf-1.5+dfsg/config.c-1226- text_color_set(DW_COLOR_ERROR); ############################################## direwolf-1.5+dfsg/config.c-3853- direwolf-1.5+dfsg/config.c:3854: if ( ! ax25_parse_addr(-1, t, 1, method, &ssid, &heard)) { direwolf-1.5+dfsg/config.c-3855- continue; // function above prints any error message ############################################## direwolf-1.5+dfsg/config.c-4788- direwolf-1.5+dfsg/config.c:4789: if (ax25_parse_addr (AX25_DESTINATION, t, strict, call_no_ssid, &ssid, &heard)) { direwolf-1.5+dfsg/config.c-4790- p_misc_config->v20_addrs = (char**)realloc (p_misc_config->v20_addrs, sizeof(char*) * (p_misc_config->v20_count + 1)); ############################################## direwolf-1.5+dfsg/config.c-4824- direwolf-1.5+dfsg/config.c:4825: if (ax25_parse_addr (AX25_DESTINATION, t, strict, call_no_ssid, &ssid, &heard)) { direwolf-1.5+dfsg/config.c-4826- p_misc_config->noxid_addrs = (char**)realloc (p_misc_config->noxid_addrs, sizeof(char*) * (p_misc_config->noxid_count + 1)); ############################################## direwolf-1.5+dfsg/digipeater.c-324- if (ax25_get_num_repeaters(pp) == 0 && (ssid = ax25_get_ssid(pp, AX25_DESTINATION)) > 0) { direwolf-1.5+dfsg/digipeater.c:325: ax25_set_addr(pp, AX25_REPEATER_1, dest_ssid_path[ssid]); direwolf-1.5+dfsg/digipeater.c-326- ax25_set_ssid(pp, AX25_DESTINATION, 0); ############################################## direwolf-1.5+dfsg/digipeater.c-369- /* could have different calls. */ direwolf-1.5+dfsg/digipeater.c:370: ax25_set_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/digipeater.c-371- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/digipeater.c-425- direwolf-1.5+dfsg/digipeater.c:426: ax25_set_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/digipeater.c-427- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/digipeater.c-443- direwolf-1.5+dfsg/digipeater.c:444: for (r2 = r+1; r2 < ax25_get_num_addr(pp); r2++) { direwolf-1.5+dfsg/digipeater.c-445- char repeater2[AX25_MAX_ADDR_LEN]; ############################################## direwolf-1.5+dfsg/digipeater.c-458- direwolf-1.5+dfsg/digipeater.c:459: ax25_set_addr (result, r2, mycall_xmit); direwolf-1.5+dfsg/digipeater.c-460- ax25_set_h (result, r2); ############################################## direwolf-1.5+dfsg/digipeater.c-464- while (r2 > AX25_REPEATER_1) { direwolf-1.5+dfsg/digipeater.c:465: ax25_remove_addr (result, r2-1); direwolf-1.5+dfsg/digipeater.c-466- r2--; ############################################## direwolf-1.5+dfsg/digipeater.c-480- while (r2 > AX25_REPEATER_1 && ax25_get_h(result,r2-1) == 0) { direwolf-1.5+dfsg/digipeater.c:481: ax25_remove_addr (result, r2-1); direwolf-1.5+dfsg/digipeater.c-482- r2--; ############################################## direwolf-1.5+dfsg/digipeater.c-524- direwolf-1.5+dfsg/digipeater.c:525: ax25_set_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/digipeater.c-526- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/digipeater.c-538- if (ax25_get_num_repeaters(pp) < AX25_MAX_REPEATERS) { direwolf-1.5+dfsg/digipeater.c:539: ax25_insert_addr (result, r, mycall_xmit); direwolf-1.5+dfsg/digipeater.c-540- ax25_set_h (result, r); ############################################## direwolf-1.5+dfsg/dw-start.sh-109- v=`ps -ef | grep Xtightvnc | grep -v grep` direwolf-1.5+dfsg/dw-start.sh:110: d=`echo "$v" | sed 's/.*tightvnc *\(:[0-9]\).*/\1/'` direwolf-1.5+dfsg/dw-start.sh-111- export DISPLAY="$d" ############################################## direwolf-1.5+dfsg/dw-start.sh-161- direwolf-1.5+dfsg/dw-start.sh:162:a=`ps ax | grep direwolf | grep -vi -e bash -e screen -e grep | awk '{print $1}'` direwolf-1.5+dfsg/dw-start.sh-163-if [ -n "$a" ] ############################################## direwolf-1.5+dfsg/igate.c-1824- while (ax25_get_num_repeaters(pp3) > 0) { direwolf-1.5+dfsg/igate.c:1825: ax25_remove_addr (pp3, AX25_REPEATER_1); direwolf-1.5+dfsg/igate.c-1826- } ############################################## direwolf-1.5+dfsg/igate.c-1832- */ direwolf-1.5+dfsg/igate.c:1833: ax25_set_addr (pp3, AX25_REPEATER_1, "TCPIP"); direwolf-1.5+dfsg/igate.c-1834- ax25_set_h (pp3, AX25_REPEATER_1); direwolf-1.5+dfsg/igate.c:1835: ax25_set_addr (pp3, AX25_REPEATER_2, save_audio_config_p->achan[to_chan].mycall); direwolf-1.5+dfsg/igate.c-1836- ax25_set_h (pp3, AX25_REPEATER_2); ############################################## direwolf-1.5+dfsg/log.c-356- if (pp != NULL) { direwolf-1.5+dfsg/log.c:357: if (ax25_get_num_addr(pp) == 0) { direwolf-1.5+dfsg/log.c-358- /* Not AX.25. No station to display below. */ ############################################## direwolf-1.5+dfsg/log.c-465- direwolf-1.5+dfsg/log.c:466: if (ax25_get_num_addr(pp) == 0) { direwolf-1.5+dfsg/log.c-467- /* Not AX.25. No station to display below. */ ############################################## direwolf-1.5+dfsg/pfilter.c-576- result = 0; direwolf-1.5+dfsg/pfilter.c:577: for (n = AX25_REPEATER_1; result == 0 && n < ax25_get_num_addr (pf->pp); n++) { direwolf-1.5+dfsg/pfilter.c-578- // Consider only those with the H (has-been-used) bit set. ############################################## direwolf-1.5+dfsg/pfilter.c-603- result = 0; direwolf-1.5+dfsg/pfilter.c:604: for (n = AX25_REPEATER_1; result == 0 && n < ax25_get_num_addr (pf->pp); n++) { direwolf-1.5+dfsg/pfilter.c-605- // This is different than the previous "d" filter. ############################################## direwolf-1.5+dfsg/search_sdks.sh-28-if [ -f $FILENAME ]; then direwolf-1.5+dfsg/search_sdks.sh:29: selected_sdk=`cat $FILENAME` direwolf-1.5+dfsg/search_sdks.sh-30- if [ -d $selected_sdk ]; then ############################################## direwolf-1.5+dfsg/telemetry-toolkit/telem-balloon.pl-21- direwolf-1.5+dfsg/telemetry-toolkit/telem-balloon.pl:22:exit system("telem-data91.pl $seq $vbat $vsolar $temp $sat"); direwolf-1.5+dfsg/telemetry-toolkit/telem-balloon.pl-23- ############################################## direwolf-1.5+dfsg/.pc/fix_documentation_path.patch/direwolf.c-889- direwolf-1.5+dfsg/.pc/fix_documentation_path.patch/direwolf.c:890: if (ax25_get_num_addr(pp) == 0) { direwolf-1.5+dfsg/.pc/fix_documentation_path.patch/direwolf.c-891- /* Not AX.25. No station to display below. */ ############################################## direwolf-1.5+dfsg/direwolf.c-889- direwolf-1.5+dfsg/direwolf.c:890: if (ax25_get_num_addr(pp) == 0) { direwolf-1.5+dfsg/direwolf.c-891- /* Not AX.25. No station to display below. */