=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cutter-1.04/.pc/fix-cutter/cutter.c-187- if (n == 11 ) { cutter-1.04/.pc/fix-cutter/cutter.c:188: ipn = inet_addr(arpip); cutter-1.04/.pc/fix-cutter/cutter.c-189- if (ipn == ip) { ############################################## cutter-1.04/.pc/fix-cutter/cutter.c-274- char interf[80]; cutter-1.04/.pc/fix-cutter/cutter.c:275: int from_ip = inet_addr(from_ip_str); cutter-1.04/.pc/fix-cutter/cutter.c:276: int to_ip = inet_addr(to_ip_str); cutter-1.04/.pc/fix-cutter/cutter.c-277- time_t tstart; ############################################## cutter-1.04/.pc/fix-cutter/cutter.c-605- cutter-1.04/.pc/fix-cutter/cutter.c:606: src1n = inet_addr(src1); cutter-1.04/.pc/fix-cutter/cutter.c:607: src2n = inet_addr(src2); cutter-1.04/.pc/fix-cutter/cutter.c:608: dst1n = inet_addr(dst1); cutter-1.04/.pc/fix-cutter/cutter.c:609: dst2n = inet_addr(dst2); cutter-1.04/.pc/fix-cutter/cutter.c-610- if ( ############################################## cutter-1.04/.pc/fix-cutter/cutter.c-660- char buff[10]; cutter-1.04/.pc/fix-cutter/cutter.c:661: in_addr_t ip1 = argc > 1 ? inet_addr(argv[1]) : 0; cutter-1.04/.pc/fix-cutter/cutter.c-662- int port1 = argc > 2 ? atoi(argv[2]) : 0; cutter-1.04/.pc/fix-cutter/cutter.c:663: in_addr_t ip2 = argc > 3 ? inet_addr(argv[3]) : 0; cutter-1.04/.pc/fix-cutter/cutter.c-664- int port2 = argc > 4 ? atoi(argv[4]) : 0; ############################################## cutter-1.04/cutter.c-187- if (n == 11 ) { cutter-1.04/cutter.c:188: ipn = inet_addr(arpip); cutter-1.04/cutter.c-189- if (ipn == ip) { ############################################## cutter-1.04/cutter.c-274- char interf[80]; cutter-1.04/cutter.c:275: int from_ip = inet_addr(from_ip_str); cutter-1.04/cutter.c:276: int to_ip = inet_addr(to_ip_str); cutter-1.04/cutter.c-277- time_t tstart; ############################################## cutter-1.04/cutter.c-604- cutter-1.04/cutter.c:605: src1n = inet_addr(src1); cutter-1.04/cutter.c:606: src2n = inet_addr(src2); cutter-1.04/cutter.c:607: dst1n = inet_addr(dst1); cutter-1.04/cutter.c:608: dst2n = inet_addr(dst2); cutter-1.04/cutter.c-609- if ( ############################################## cutter-1.04/cutter.c-659- char buff[10]; cutter-1.04/cutter.c:660: in_addr_t ip1 = argc > 1 ? inet_addr(argv[1]) : 0; cutter-1.04/cutter.c-661- int port1 = argc > 2 ? atoi(argv[2]) : 0; cutter-1.04/cutter.c:662: in_addr_t ip2 = argc > 3 ? inet_addr(argv[3]) : 0; cutter-1.04/cutter.c-663- int port2 = argc > 4 ? atoi(argv[4]) : 0;