2026-05-03 18:25 ftp://ftp.de.debian.org/debian/pool/main/n/ncap/ncap_1.9.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=bsd --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-111-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: e5c4a73 (2026-05-01 11:10:43 +0200) count: 403 192 elapsed-time: 5.1 4.4 head-timing-info: old-timing-info: head results: ncap-1.9.2/ipreasm.c:614:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPPROTO_HOPOPTS [valueFlowBailoutIncompleteVar] ncap-1.9.2/ipreasm.c:702:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IP_MF [valueFlowBailoutIncompleteVar] ncap-1.9.2/ipreasm.c:352:7: style: Variable 'next' is reassigned a value before the old one has been used. [redundantAssignment] ncap-1.9.2/ipreasm.c:348:7: note: next is assigned ncap-1.9.2/ipreasm.c:352:7: note: next is overwritten ncap-1.9.2/ipreasm.c:313:33: style: Variable 'next' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ipreasm.c:422:37: style: Parameter 'entry' can be declared as pointer to const [constParameterPointer] ncap-1.9.2/mod_test.c:60:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ncap-1.9.2/mod_test.c:129:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/mod_test.c:49:32: style:inconclusive: Function 'test_init' argument 1 names different: declaration '' definition 'my_ctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:49:44: style:inconclusive: Function 'test_init' argument 2 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:49:57: style:inconclusive: Function 'test_init' argument 3 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:107:18: style:inconclusive: Function 'test_proc' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:108:11: style:inconclusive: Function 'test_proc' argument 2 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:109:17: style:inconclusive: Function 'test_proc' argument 3 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:110:17: style:inconclusive: Function 'test_proc' argument 4 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/mod_test.c:108:11: style: Parameter 'user' can be declared as pointer to const. However it seems that 'test_proc' is a callback function, if 'user' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/mod_test.c:39:11: note: You might need to cast the function pointer here ncap-1.9.2/mod_test.c:108:11: note: Parameter 'user' can be declared as pointer to const ncap-1.9.2/ncap_create.c:231:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCAP_ERRBUF_SIZE [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:413:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCAP_ERRBUF_SIZE [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:542:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:657:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd_set [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:862:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:926:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:979:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:1127:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PF_INET [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:1248:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPVERSION [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:1426:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_create.c:352:10: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:376:9: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:442:9: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:486:10: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:508:9: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:559:9: warning: Assert statement calls a function which may have desired side effects: 'FD_ISSET'. [assertWithSideEffect] ncap-1.9.2/ncap_create.c:1703:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ncap-1.9.2/ncap_create.c:578:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ncap-1.9.2/ncap_create.c:580:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ncap-1.9.2/ncap_create.c:1453:14: style: Redundant condition: s>0. 's<=0 || (s>0 && s!=28||siz<28||netlen>32||tplen>12)' is equivalent to 's<=0 || s!=28||siz<28||netlen>32||tplen>12' [redundantCondition] ncap-1.9.2/ncap_create.c:1541:14: style: Redundant condition: n>0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ncap-1.9.2/ncap_create.c:468:12: style: Condition 'pcap!=NULL' is always true [knownConditionTrueFalse] ncap-1.9.2/ncap_create.c:1554:9: style: Condition 'n!=0' is always true [knownConditionTrueFalse] ncap-1.9.2/ncap_create.c:1541:9: note: Assuming that condition 'n<=0' is not redundant ncap-1.9.2/ncap_create.c:1554:9: note: Condition 'n!=0' is always true ncap-1.9.2/ncap_create.c:324:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:375:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:401:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:431:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:472:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:507:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:528:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:558:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:598:4: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:1068:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:1788:3: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:1792:2: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_create.c:223:15: style:inconclusive: Function 'add_if' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:223:33: style:inconclusive: Function 'add_if' argument 2 names different: declaration 'netif' definition 'name'. [funcArgNamesDifferent] ncap-1.9.2/ncap_create.c:59:49: note: Function 'add_if' argument 2 names different: declaration 'netif' definition 'name'. ncap-1.9.2/ncap_create.c:223:33: note: Function 'add_if' argument 2 names different: declaration 'netif' definition 'name'. ncap-1.9.2/ncap_create.c:224:29: style:inconclusive: Function 'add_if' argument 4 names different: declaration '' definition 'promisc'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:226:13: style:inconclusive: Function 'add_if' argument 7 names different: declaration 'fdes' definition 'ret_fdes'. [funcArgNamesDifferent] ncap-1.9.2/ncap_create.c:62:16: note: Function 'add_if' argument 7 names different: declaration 'fdes' definition 'ret_fdes'. ncap-1.9.2/ncap_create.c:226:13: note: Function 'add_if' argument 7 names different: declaration 'fdes' definition 'ret_fdes'. ncap-1.9.2/ncap_create.c:365:16: style:inconclusive: Function 'drop_if' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:389:15: style:inconclusive: Function 'add_nf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:389:43: style:inconclusive: Function 'add_nf' argument 3 names different: declaration '' definition 'nf_label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:421:16: style:inconclusive: Function 'drop_nf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:456:15: style:inconclusive: Function 'add_pf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:456:43: style:inconclusive: Function 'add_pf' argument 3 names different: declaration '' definition 'pf_label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:497:16: style:inconclusive: Function 'drop_pf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:517:15: style:inconclusive: Function 'add_dg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:517:43: style:inconclusive: Function 'add_dg' argument 3 names different: declaration '' definition 'dg_label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:548:16: style:inconclusive: Function 'drop_dg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:569:15: style:inconclusive: Function 'filter' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:569:33: style:inconclusive: Function 'filter' argument 2 names different: declaration '' definition 'ospec'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:639:16: style:inconclusive: Function 'collect' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:639:26: style:inconclusive: Function 'collect' argument 2 names different: declaration '' definition 'polling'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:639:51: style:inconclusive: Function 'collect' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:639:67: style:inconclusive: Function 'collect' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:776:13: style:inconclusive: Function 'cons' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:776:59: style:inconclusive: Function 'cons' argument 2 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:777:15: style:inconclusive: Function 'cons' argument 3 names different: declaration '' definition 'user1'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:777:31: style:inconclusive: Function 'cons' argument 4 names different: declaration '' definition 'user2'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:778:16: style:inconclusive: Function 'cons' argument 5 names different: declaration '' definition 'np'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:778:31: style:inconclusive: Function 'cons' argument 6 names different: declaration '' definition 'npu'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:779:16: style:inconclusive: Function 'cons' argument 7 names different: declaration '' definition 'tp'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:779:31: style:inconclusive: Function 'cons' argument 8 names different: declaration '' definition 'tpu'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:780:13: style:inconclusive: Function 'cons' argument 9 names different: declaration '' definition 'paylen'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:780:35: style:inconclusive: Function 'cons' argument 10 names different: declaration '' definition 'payload'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:802:13: style:inconclusive: Function 'stop' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:811:14: style:inconclusive: Function 'match' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:811:32: style:inconclusive: Function 'match' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:846:19: style:inconclusive: Function 'ncap_write' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:846:37: style:inconclusive: Function 'ncap_write' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:911:20: style:inconclusive: Function 'ncap_fwrite' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:911:38: style:inconclusive: Function 'ncap_fwrite' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:962:18: style:inconclusive: Function 'ncap_send' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:962:36: style:inconclusive: Function 'ncap_send' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1032:16: style:inconclusive: Function 'destroy' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1060:21: style:inconclusive: Function 'ncap_addrule' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1060:42: style:inconclusive: Function 'ncap_addrule' argument 2 names different: declaration '' definition 'matchfunc'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1061:13: style:inconclusive: Function 'ncap_addrule' argument 3 names different: declaration '' definition 'payload'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1061:31: style:inconclusive: Function 'ncap_addrule' argument 4 names different: declaration '' definition 'argument'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1080:22: style:inconclusive: Function 'ncap_pcap_if' argument 1 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1080:54: style:inconclusive: Function 'ncap_pcap_if' argument 2 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1080:71: style:inconclusive: Function 'ncap_pcap_if' argument 3 names different: declaration '' definition 'bytes'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1093:22: style:inconclusive: Function 'ncap_pcap_pf' argument 1 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1093:54: style:inconclusive: Function 'ncap_pcap_pf' argument 2 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1093:71: style:inconclusive: Function 'ncap_pcap_pf' argument 3 names different: declaration '' definition 'bytes'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1106:21: style:inconclusive: Function 'ncap_pcap_dl' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1106:31: style:inconclusive: Function 'ncap_pcap_dl' argument 2 names different: declaration '' definition 'dlt'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1106:48: style:inconclusive: Function 'ncap_pcap_dl' argument 3 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1107:18: style:inconclusive: Function 'ncap_pcap_dl' argument 4 names different: declaration '' definition 'vlans'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1107:29: style:inconclusive: Function 'ncap_pcap_dl' argument 5 names different: declaration '' definition 'nvlan'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1108:23: style:inconclusive: Function 'ncap_pcap_dl' argument 6 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1108:39: style:inconclusive: Function 'ncap_pcap_dl' argument 7 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1109:33: style:inconclusive: Function 'ncap_pcap_dl' argument 8 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1109:50: style:inconclusive: Function 'ncap_pcap_dl' argument 9 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1219:21: style:inconclusive: Function 'ncap_pcap_np' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1219:39: style:inconclusive: Function 'ncap_pcap_np' argument 2 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1220:23: style:inconclusive: Function 'ncap_pcap_np' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1220:39: style:inconclusive: Function 'ncap_pcap_np' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1221:21: style:inconclusive: Function 'ncap_pcap_np' argument 5 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1221:34: style:inconclusive: Function 'ncap_pcap_np' argument 6 names different: declaration '' definition 'pf'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1222:21: style:inconclusive: Function 'ncap_pcap_np' argument 7 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1222:33: style:inconclusive: Function 'ncap_pcap_np' argument 8 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1351:21: style:inconclusive: Function 'ncap_pcap_tp' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1351:39: style:inconclusive: Function 'ncap_pcap_tp' argument 2 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1352:23: style:inconclusive: Function 'ncap_pcap_tp' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1352:39: style:inconclusive: Function 'ncap_pcap_tp' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1353:21: style:inconclusive: Function 'ncap_pcap_tp' argument 5 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1353:35: style:inconclusive: Function 'ncap_pcap_tp' argument 6 names different: declaration '' definition 'np'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1353:49: style:inconclusive: Function 'ncap_pcap_tp' argument 7 names different: declaration '' definition 'npu'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1354:16: style:inconclusive: Function 'ncap_pcap_tp' argument 8 names different: declaration '' definition 'proto'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1354:37: style:inconclusive: Function 'ncap_pcap_tp' argument 9 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1354:49: style:inconclusive: Function 'ncap_pcap_tp' argument 10 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1412:29: style:inconclusive: Function 'ncap_read_dgmsg' argument 1 names different: declaration '' definition 'dgp'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1412:50: style:inconclusive: Function 'ncap_read_dgmsg' argument 2 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1412:66: style:inconclusive: Function 'ncap_read_dgmsg' argument 3 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1499:29: style:inconclusive: Function 'ncap_read_nfmsg' argument 1 names different: declaration '' definition 'nfp'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1499:50: style:inconclusive: Function 'ncap_read_nfmsg' argument 2 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1499:66: style:inconclusive: Function 'ncap_read_nfmsg' argument 3 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1608:16: style:inconclusive: Function 'import_mh1' argument 3 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1608:29: style:inconclusive: Function 'import_mh1' argument 4 names different: declaration '' definition 'siz'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1608:42: style:inconclusive: Function 'import_mh1' argument 5 names different: declaration '' definition 'netlen'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1608:58: style:inconclusive: Function 'import_mh1' argument 6 names different: declaration '' definition 'tplen'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1653:16: style:inconclusive: Function 'import_mh2' argument 5 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1709:19: style:inconclusive: Function 'export_hdr' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1719:19: style:inconclusive: Function 'export_msg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1770:21: style:inconclusive: Function 'free_filters' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1780:20: style:inconclusive: Function 'free_filter' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:1780:42: style:inconclusive: Function 'free_filter' argument 2 names different: declaration '' definition 'filt'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_create.c:497:28: style: Parameter 'fp' can be declared as pointer to const. However it seems that 'drop_pf' is a callback function, if 'fp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/ncap_create.c:203:18: note: You might need to cast the function pointer here ncap-1.9.2/ncap_create.c:497:28: note: Parameter 'fp' can be declared as pointer to const ncap-1.9.2/ncap_create.c:847:16: style: Variable 'padding' is not assigned a value. [unassignedVariable] ncap-1.9.2/ncap_create.c:963:16: style: Variable 'padding' is not assigned a value. [unassignedVariable] ncap-1.9.2/ncap_create.c:1703:6: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ncap-1.9.2/ncap_dns.c:345:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_dns.c:702:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ns_o_query [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_dns.c:716:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ns_s_qd [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_dns.c:733:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ns_s_qd [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_dns.c:756:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ns_r_noerror [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncap_dns.c:550:3: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:553:2: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:570:3: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:574:3: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:582:4: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:591:2: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_dns.c:637:3: warning: If memory allocation fails, then there is a possible null pointer dereference: payload [nullPointerOutOfMemory] ncap-1.9.2/ncap_dns.c:636:18: note: Assuming allocation function fails ncap-1.9.2/ncap_dns.c:636:18: note: Assignment 'payload=malloc(sizeof(*payload))', assigned value is 0 ncap-1.9.2/ncap_dns.c:637:3: note: Null pointer dereference ncap-1.9.2/ncap_dns.c:343:4: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncap_dns.c:307:24: style:inconclusive: Function 'ncap_filter_dns' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:307:42: style:inconclusive: Function 'ncap_filter_dns' argument 2 names different: declaration '' definition 'term'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:307:53: style:inconclusive: Function 'ncap_filter_dns' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:307:70: style:inconclusive: Function 'ncap_filter_dns' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:532:32: style:inconclusive: Function 'bpf_match_hostlist' argument 1 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:532:47: style:inconclusive: Function 'bpf_match_hostlist' argument 2 names different: declaration '' definition 'it'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:532:55: style:inconclusive: Function 'bpf_match_hostlist' argument 3 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:559:26: style:inconclusive: Function 'bpf_match_param' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:559:57: style:inconclusive: Function 'bpf_match_param' argument 2 names different: declaration '' definition 'params'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:598:15: style:inconclusive: Function 'lookup' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:598:42: style:inconclusive: Function 'lookup' argument 2 names different: declaration '' definition 'table'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:598:54: style:inconclusive: Function 'lookup' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:598:71: style:inconclusive: Function 'lookup' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:643:25: style:inconclusive: Function 'match_dns' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:643:67: style:inconclusive: Function 'match_dns' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:656:38: style:inconclusive: Function 'match_initiator_target' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:656:56: style:inconclusive: Function 'match_initiator_target' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:690:28: style:inconclusive: Function 'match_opcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:690:46: style:inconclusive: Function 'match_opcode' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:708:27: style:inconclusive: Function 'match_qname' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:708:45: style:inconclusive: Function 'match_qname' argument 2 names different: declaration '' definition 'nmsg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:725:27: style:inconclusive: Function 'match_qtype' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:725:45: style:inconclusive: Function 'match_qtype' argument 2 names different: declaration '' definition 'nmsg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:742:27: style:inconclusive: Function 'match_rcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:742:45: style:inconclusive: Function 'match_rcode' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:808:25: style:inconclusive: Function 'match_sym' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:808:43: style:inconclusive: Function 'match_sym' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:815:26: style:inconclusive: Function 'sym_match_flags' argument 1 names different: declaration '' definition 'argument'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:815:48: style:inconclusive: Function 'sym_match_flags' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_dns.c:308:20: style: Variable 'dp' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:310:8: style: Variable 'word' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:506:20: style: Variable 'dt' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:599:8: style: Variable 'word' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:657:33: style: Variable 'als' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:658:18: style: Variable 'addr' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:709:8: style: Variable 'qname' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_dns.c:86:7: style: struct member 'myregex::not' is never used. [unusedStructMember] ncap-1.9.2/ncap_dns.c:87:11: style: struct member 'myregex::reg' is never used. [unusedStructMember] ncap-1.9.2/ncap_icmp.c:314:3: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_icmp.c:318:3: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_icmp.c:326:4: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_icmp.c:335:2: error: Common realloc mistake: 'bpf' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncap_icmp.c:171:25: style:inconclusive: Function 'ncap_filter_icmp' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:171:43: style:inconclusive: Function 'ncap_filter_icmp' argument 2 names different: declaration '' definition 'term'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:171:54: style:inconclusive: Function 'ncap_filter_icmp' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:171:71: style:inconclusive: Function 'ncap_filter_icmp' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:245:26: style:inconclusive: Function 'match_icmp' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:245:68: style:inconclusive: Function 'match_icmp' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:251:30: style:inconclusive: Function 'match_icmptype' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:268:34: style:inconclusive: Function 'match_icmptype_num' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:277:30: style:inconclusive: Function 'match_icmpcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:286:29: style:inconclusive: Function 'bpf_match_icmptype' argument 1 names different: declaration '' definition 'type'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:286:39: style:inconclusive: Function 'bpf_match_icmptype' argument 2 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:294:29: style:inconclusive: Function 'bpf_match_icmpcode' argument 1 names different: declaration '' definition 'code'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:294:39: style:inconclusive: Function 'bpf_match_icmpcode' argument 2 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:303:26: style:inconclusive: Function 'bpf_match_param' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:303:58: style:inconclusive: Function 'bpf_match_param' argument 2 names different: declaration '' definition 'params'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncap_icmp.c:172:21: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_icmp.c:174:8: style: Variable 'word' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncap_icmp.c:252:21: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/ncaptool.c:923:53: debug: Function::addArguments found argument 'sff' with varid 0. [varid0] ncap-1.9.2/ncaptool.c:203:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:566:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:576:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:618:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SA_RESETHAND [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:765:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:925:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_DONTROUTE [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:965:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:990:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:1121:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:1172:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:1224:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool.c:785:8: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] ncap-1.9.2/ncaptool.c:219:8: style: Condition '!getsink(optarg,&ctx.trace)' is always false [knownConditionTrueFalse] ncap-1.9.2/ncaptool.c:219:16: note: Calling function 'getsink' returns 1 ncap-1.9.2/ncaptool.c:219:8: note: Condition '!getsink(optarg,&ctx.trace)' is always false ncap-1.9.2/ncaptool.c:264:8: style: Condition '!getsink(optarg,&ctx.dump)' is always false [knownConditionTrueFalse] ncap-1.9.2/ncaptool.c:264:16: note: Calling function 'getsink' returns 1 ncap-1.9.2/ncaptool.c:264:8: note: Condition '!getsink(optarg,&ctx.dump)' is always false ncap-1.9.2/ncaptool.c:915:44: style: Condition 'mod_sinks_enab==0' is always true [knownConditionTrueFalse] ncap-1.9.2/ncaptool.c:904:19: note: Assignment 'mod_sinks_enab=0', assigned value is 0 ncap-1.9.2/ncaptool.c:915:44: note: Condition 'mod_sinks_enab==0' is always true ncap-1.9.2/ncaptool.c:1041:2: error: Memory leak: tmp [memleak] ncap-1.9.2/ncaptool.c:984:19: warning: If memory allocation fails, then there is a possible null pointer dereference: tmp [nullPointerOutOfMemory] ncap-1.9.2/ncaptool.c:983:20: note: Assuming allocation function fails ncap-1.9.2/ncaptool.c:983:20: note: Assignment 'tmp=strdup(addr)', assigned value is 0 ncap-1.9.2/ncaptool.c:984:19: note: Null pointer dereference ncap-1.9.2/ncaptool.c:226:4: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:330:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:415:4: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:470:3: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:527:3: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:538:3: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:972:3: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] ncap-1.9.2/ncaptool.c:612:12: style:inconclusive: Function 'setsig' argument 1 names different: declaration '' definition 'sig'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:612:21: style:inconclusive: Function 'setsig' argument 2 names different: declaration '' definition 'oneshot'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:630:13: style:inconclusive: Function 'sighand' argument 1 names different: declaration '' definition 'signum'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:640:16: style:inconclusive: Function 'ncapmsg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:640:28: style:inconclusive: Function 'ncapmsg' argument 2 names different: declaration '' definition 'uap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:640:50: style:inconclusive: Function 'ncapmsg' argument 3 names different: declaration '' definition 'omsg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:640:68: style:inconclusive: Function 'ncapmsg' argument 4 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:922:15: style:inconclusive: Function 'dgsend' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:922:33: style:inconclusive: Function 'dgsend' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:922:59: style:inconclusive: Function 'dgsend' argument 3 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:922:89: style:inconclusive: Function 'dgsend' argument 4 names different: declaration '' definition 'dgsink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:923:24: style:inconclusive: Function 'dgsend' argument 5 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:923:53: style:inconclusive: Function 'dgsend' argument 6 names different: declaration '' definition 'sff'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:954:18: style:inconclusive: Function 'sendfails' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:954:45: style:inconclusive: Function 'sendfails' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:955:28: style:inconclusive: Function 'sendfails' argument 3 names different: declaration '' definition 'dgsink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:955:52: style:inconclusive: Function 'sendfails' argument 4 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:955:61: style:inconclusive: Function 'sendfails' argument 5 names different: declaration '' definition 'syserrno'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:980:28: style:inconclusive: Function 'getsock' argument 1 names different: declaration '' definition 'su'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:980:44: style:inconclusive: Function 'getsock' argument 2 names different: declaration '' definition 'addr'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:980:60: style:inconclusive: Function 'getsock' argument 3 names different: declaration '' definition 'rate'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:981:12: style:inconclusive: Function 'getsock' argument 4 names different: declaration '' definition 'freq'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1047:21: style:inconclusive: Function 'getuval' argument 1 names different: declaration '' definition 'spec'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1047:49: style:inconclusive: Function 'getuval' argument 2 names different: declaration '' definition 'uval'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1071:20: style:inconclusive: Function 'uvalexec' argument 1 names different: declaration '' definition 'val'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1071:53: style:inconclusive: Function 'uvalexec' argument 2 names different: declaration '' definition 'uval'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1092:21: style:inconclusive: Function 'getsink' argument 1 names different: declaration '' definition 'spec'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1092:51: style:inconclusive: Function 'getsink' argument 2 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1106:40: style:inconclusive: Function 'samesink' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1106:74: style:inconclusive: Function 'samesink' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1116:34: style:inconclusive: Function 'opensink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1116:56: style:inconclusive: Function 'opensink' argument 2 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1116:73: style:inconclusive: Function 'opensink' argument 3 names different: declaration '' definition 'ext'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1153:35: style:inconclusive: Function 'closesink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1153:68: style:inconclusive: Function 'closesink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1194:37: style:inconclusive: Function 'disablesink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1194:70: style:inconclusive: Function 'disablesink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1207:35: style:inconclusive: Function 'drainsink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1207:68: style:inconclusive: Function 'drainsink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1221:26: style:inconclusive: Function 'nanonano' argument 1 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1232:27: style:inconclusive: Function 'nanotime' argument 1 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1246:24: style:inconclusive: Function 'dump_hex' argument 1 names different: declaration '' definition 'buf'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1246:36: style:inconclusive: Function 'dump_hex' argument 2 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1246:47: style:inconclusive: Function 'dump_hex' argument 3 names different: declaration '' definition 'trace'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool.c:1246:66: style:inconclusive: Function 'dump_hex' argument 4 names different: declaration '' definition 'endline'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool_mod.c:154:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool_mod.c:207:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] ncap-1.9.2/ncaptool_mod.c:95:2: warning: Return value of function dlerror() is not used. [ignoredReturnValue] ncap-1.9.2/ncaptool_mod.c:188:4: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc] ncap-1.9.2/ncaptool_mod.c:54:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tmp [nullPointerOutOfMemory] ncap-1.9.2/ncaptool_mod.c:53:14: note: Assuming allocation function fails ncap-1.9.2/ncaptool_mod.c:53:14: note: Assignment 'tmp=strdup(arg)', assigned value is 0 ncap-1.9.2/ncaptool_mod.c:54:13: note: Null pointer dereference ncap-1.9.2/ncaptool_mod.c:185:10: warning: If memory allocation fails, then there is a possible null pointer dereference: copy [nullPointerOutOfMemory] ncap-1.9.2/ncaptool_mod.c:181:15: note: Assuming allocation function fails ncap-1.9.2/ncaptool_mod.c:181:15: note: Assignment 'copy=strdup(args)', assigned value is 0 ncap-1.9.2/ncaptool_mod.c:185:10: note: Null pointer dereference ncap-1.9.2/ncaptool_mod.c:186:8: warning: If memory allocation fails, then there is a possible null pointer dereference: copy [nullPointerOutOfMemory] ncap-1.9.2/ncaptool_mod.c:181:15: note: Assuming allocation function fails ncap-1.9.2/ncaptool_mod.c:181:15: note: Assignment 'copy=strdup(args)', assigned value is 0 ncap-1.9.2/ncaptool_mod.c:186:8: note: Null pointer dereference ncap-1.9.2/ncaptool_mod.c:192:7: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] ncap-1.9.2/ncaptool_mod.c:181:15: note: Assuming allocation function fails ncap-1.9.2/ncaptool_mod.c:181:15: note: Assignment 'copy=strdup(args)', assigned value is 0 ncap-1.9.2/ncaptool_mod.c:192:7: note: Null pointer addition ncap-1.9.2/ncaptool_mod.c:46:31: style:inconclusive: Function 'scan_moddescr' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:46:48: style:inconclusive: Function 'scan_moddescr' argument 2 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:74:29: style:inconclusive: Function 'module_load' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:121:29: style:inconclusive: Function 'module_init' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:121:55: style:inconclusive: Function 'module_init' argument 2 names different: declaration '' definition 'ctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:143:29: style:inconclusive: Function 'module_fini' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:170:25: style:inconclusive: Function 'synth_args' argument 1 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:170:43: style:inconclusive: Function 'synth_args' argument 2 names different: declaration '' definition 'args'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:170:54: style:inconclusive: Function 'synth_args' argument 3 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/ncaptool_mod.c:47:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/pyncap/ncap.c:123:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:296:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:396:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:431:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:525:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:620:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:720:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:815:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:850:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:885:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:911:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:970:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1038:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1077:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_success [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1245:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1280:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1434:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PYTHON_API_VERSION [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1494:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_NameError [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:1503:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/ncap.c:396:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:488:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:582:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:774:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:815:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:850:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:885:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:970:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:1038:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:1077:44: error: Invalid PyInt_FromLong() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] ncap-1.9.2/pyncap/ncap.c:180:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:259:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:350:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:360:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:401:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:457:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:493:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:552:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:587:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:647:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:687:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:747:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:779:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:820:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:855:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:890:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:955:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:975:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:1026:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ncap-1.9.2/pyncap/ncap.c:1043:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:1082:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] ncap-1.9.2/pyncap/ncap.c:119:43: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 1 names different: declaration '' definition '__pyx_v_ncap'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/pyncap/ncap.c:119:62: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 2 names different: declaration '' definition '__pyx_v_ctx'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/pyncap/ncap.c:119:86: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 3 names different: declaration '' definition '__pyx_v_msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/pyncap/ncap.c:119:104: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 4 names different: declaration '' definition '__pyx_v_some'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/pyncap/ncap.c:119:104: style: Parameter '__pyx_v_some' can be declared as pointer to const. However it seems that '__pyx_f_4ncap_callback' is a callback function, if '__pyx_v_some' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/pyncap/ncap.c:1074:143: note: You might need to cast the function pointer here ncap-1.9.2/pyncap/ncap.c:119:104: note: Parameter '__pyx_v_some' can be declared as pointer to const ncap-1.9.2/pyncap/ncap.c:248:82: style: Parameter '__pyx_args' can be declared as pointer to const. However it seems that '__pyx_f_4ncap_4NCap_LastError' is a callback function, if '__pyx_args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/pyncap/ncap.c:1286:30: note: You might need to cast the function pointer here ncap-1.9.2/pyncap/ncap.c:248:82: note: Parameter '__pyx_args' can be declared as pointer to const ncap-1.9.2/pyncap/ncap.c:248:104: style: Parameter '__pyx_kwds' can be declared as pointer to const. However it seems that '__pyx_f_4ncap_4NCap_LastError' is a callback function, if '__pyx_kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/pyncap/ncap.c:1286:30: note: You might need to cast the function pointer here ncap-1.9.2/pyncap/ncap.c:248:104: note: Parameter '__pyx_kwds' can be declared as pointer to const ncap-1.9.2/pyncap/ncap.c:251:16: style: Variable '__pyx_argnames' can be declared as const array [constVariable] ncap-1.9.2/pyncap/ncap.c:904:77: style: Parameter '__pyx_args' can be declared as pointer to const. However it seems that '__pyx_f_4ncap_4NCap_Stop' is a callback function, if '__pyx_args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/pyncap/ncap.c:1296:25: note: You might need to cast the function pointer here ncap-1.9.2/pyncap/ncap.c:904:77: note: Parameter '__pyx_args' can be declared as pointer to const ncap-1.9.2/pyncap/ncap.c:904:99: style: Parameter '__pyx_kwds' can be declared as pointer to const. However it seems that '__pyx_f_4ncap_4NCap_Stop' is a callback function, if '__pyx_kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ncap-1.9.2/pyncap/ncap.c:1296:25: note: You might need to cast the function pointer here ncap-1.9.2/pyncap/ncap.c:904:99: note: Parameter '__pyx_kwds' can be declared as pointer to const ncap-1.9.2/pyncap/ncap.c:906:16: style: Variable '__pyx_argnames' can be declared as const array [constVariable] ncap-1.9.2/pyncap/ncap.c:1479:41: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ncap-1.9.2/pyncap/ncap.c:1574:60: style: Parameter 'modname' can be declared as pointer to const [constParameterPointer] ncap-1.9.2/pyncap/ncap.c:1594:38: style: Parameter 'funcname' can be declared as pointer to const [constParameterPointer] ncap-1.9.2/pyncap/wrap.c:39:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_tcp [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:65:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_tcp [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:93:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_ip6 [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:128:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_ip6 [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:160:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_ip6 [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:216:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncap_ip4 [valueFlowBailoutIncompleteVar] ncap-1.9.2/pyncap/wrap.c:89:8: style: Variable 'nsrc' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/pyncap/wrap.c:89:15: style: Variable 'ndst' can be declared as pointer to const [constVariablePointer] ncap-1.9.2/wrapsrv.c:51:1: debug: Failed to parse 'typedef LIST ( struct srv ) srv_list ;'. The checking continues anyway. [simplifyTypedef] ncap-1.9.2/wrapsrv.c:52:1: debug: Failed to parse 'typedef LIST ( struct srv_prio ) srv_prio_list ;'. The checking continues anyway. [simplifyTypedef] ncap-1.9.2/wrapsrv.c:220:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NS_MAXDNAME [valueFlowBailoutIncompleteVar] ncap-1.9.2/wrapsrv.c:237:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ns_s_an [valueFlowBailoutIncompleteVar] ncap-1.9.2/wrapsrv.c:347:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ncap-1.9.2/wrapsrv.c:358:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NS_MAXMSG [valueFlowBailoutIncompleteVar] ncap-1.9.2/wrapsrv.c:147:20: style:inconclusive: Function 'insert_tuple' argument 1 names different: declaration '' definition 'tname'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:147:36: style:inconclusive: Function 'insert_tuple' argument 2 names different: declaration '' definition 'prio'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:147:51: style:inconclusive: Function 'insert_tuple' argument 3 names different: declaration '' definition 'weight'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:147:68: style:inconclusive: Function 'insert_tuple' argument 4 names different: declaration '' definition 'port'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:219:34: style:inconclusive: Function 'target_name' argument 1 names different: declaration '' definition 'target'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:230:30: style:inconclusive: Function 'parse_answer_section' argument 1 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:259:23: style:inconclusive: Function 'subst_cmd' argument 1 names different: declaration '' definition 'se'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:259:39: style:inconclusive: Function 'subst_cmd' argument 2 names different: declaration '' definition 'cmd'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:304:20: style:inconclusive: Function 'do_cmd' argument 1 names different: declaration '' definition 'se'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:304:28: style:inconclusive: Function 'do_cmd' argument 2 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:304:41: style:inconclusive: Function 'do_cmd' argument 3 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] ncap-1.9.2/wrapsrv.c:259:23: style: Parameter 'se' can be declared as pointer to const [constParameterPointer] ncap-1.9.2/wrapsrv.c:250:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable] diff: head ncap-1.9.2/mod_test.c:107:18: style:inconclusive: Function 'test_proc' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:108:11: style:inconclusive: Function 'test_proc' argument 2 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:109:17: style:inconclusive: Function 'test_proc' argument 3 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:110:17: style:inconclusive: Function 'test_proc' argument 4 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:49:32: style:inconclusive: Function 'test_init' argument 1 names different: declaration '' definition 'my_ctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:49:44: style:inconclusive: Function 'test_init' argument 2 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/mod_test.c:49:57: style:inconclusive: Function 'test_init' argument 3 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1032:16: style:inconclusive: Function 'destroy' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1060:21: style:inconclusive: Function 'ncap_addrule' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1060:42: style:inconclusive: Function 'ncap_addrule' argument 2 names different: declaration '' definition 'matchfunc'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1061:13: style:inconclusive: Function 'ncap_addrule' argument 3 names different: declaration '' definition 'payload'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1061:31: style:inconclusive: Function 'ncap_addrule' argument 4 names different: declaration '' definition 'argument'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1080:22: style:inconclusive: Function 'ncap_pcap_if' argument 1 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1080:54: style:inconclusive: Function 'ncap_pcap_if' argument 2 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1080:71: style:inconclusive: Function 'ncap_pcap_if' argument 3 names different: declaration '' definition 'bytes'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1093:22: style:inconclusive: Function 'ncap_pcap_pf' argument 1 names different: declaration '' definition 'user'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1093:54: style:inconclusive: Function 'ncap_pcap_pf' argument 2 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1093:71: style:inconclusive: Function 'ncap_pcap_pf' argument 3 names different: declaration '' definition 'bytes'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1106:21: style:inconclusive: Function 'ncap_pcap_dl' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1106:31: style:inconclusive: Function 'ncap_pcap_dl' argument 2 names different: declaration '' definition 'dlt'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1106:48: style:inconclusive: Function 'ncap_pcap_dl' argument 3 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1107:18: style:inconclusive: Function 'ncap_pcap_dl' argument 4 names different: declaration '' definition 'vlans'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1107:29: style:inconclusive: Function 'ncap_pcap_dl' argument 5 names different: declaration '' definition 'nvlan'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1108:23: style:inconclusive: Function 'ncap_pcap_dl' argument 6 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1108:39: style:inconclusive: Function 'ncap_pcap_dl' argument 7 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1109:33: style:inconclusive: Function 'ncap_pcap_dl' argument 8 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1109:50: style:inconclusive: Function 'ncap_pcap_dl' argument 9 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1219:21: style:inconclusive: Function 'ncap_pcap_np' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1219:39: style:inconclusive: Function 'ncap_pcap_np' argument 2 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1220:23: style:inconclusive: Function 'ncap_pcap_np' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1220:39: style:inconclusive: Function 'ncap_pcap_np' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1221:21: style:inconclusive: Function 'ncap_pcap_np' argument 5 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1221:34: style:inconclusive: Function 'ncap_pcap_np' argument 6 names different: declaration '' definition 'pf'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1222:21: style:inconclusive: Function 'ncap_pcap_np' argument 7 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1222:33: style:inconclusive: Function 'ncap_pcap_np' argument 8 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1351:21: style:inconclusive: Function 'ncap_pcap_tp' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1351:39: style:inconclusive: Function 'ncap_pcap_tp' argument 2 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1352:23: style:inconclusive: Function 'ncap_pcap_tp' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1352:39: style:inconclusive: Function 'ncap_pcap_tp' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1353:21: style:inconclusive: Function 'ncap_pcap_tp' argument 5 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1353:35: style:inconclusive: Function 'ncap_pcap_tp' argument 6 names different: declaration '' definition 'np'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1353:49: style:inconclusive: Function 'ncap_pcap_tp' argument 7 names different: declaration '' definition 'npu'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1354:16: style:inconclusive: Function 'ncap_pcap_tp' argument 8 names different: declaration '' definition 'proto'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1354:37: style:inconclusive: Function 'ncap_pcap_tp' argument 9 names different: declaration '' definition 'pkt'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1354:49: style:inconclusive: Function 'ncap_pcap_tp' argument 10 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1412:29: style:inconclusive: Function 'ncap_read_dgmsg' argument 1 names different: declaration '' definition 'dgp'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1412:50: style:inconclusive: Function 'ncap_read_dgmsg' argument 2 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1412:66: style:inconclusive: Function 'ncap_read_dgmsg' argument 3 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1499:29: style:inconclusive: Function 'ncap_read_nfmsg' argument 1 names different: declaration '' definition 'nfp'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1499:50: style:inconclusive: Function 'ncap_read_nfmsg' argument 2 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1499:66: style:inconclusive: Function 'ncap_read_nfmsg' argument 3 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1608:16: style:inconclusive: Function 'import_mh1' argument 3 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1608:29: style:inconclusive: Function 'import_mh1' argument 4 names different: declaration '' definition 'siz'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1608:42: style:inconclusive: Function 'import_mh1' argument 5 names different: declaration '' definition 'netlen'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1608:58: style:inconclusive: Function 'import_mh1' argument 6 names different: declaration '' definition 'tplen'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1653:16: style:inconclusive: Function 'import_mh2' argument 5 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1709:19: style:inconclusive: Function 'export_hdr' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1719:19: style:inconclusive: Function 'export_msg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1770:21: style:inconclusive: Function 'free_filters' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1780:20: style:inconclusive: Function 'free_filter' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:1780:42: style:inconclusive: Function 'free_filter' argument 2 names different: declaration '' definition 'filt'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:223:15: style:inconclusive: Function 'add_if' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:224:29: style:inconclusive: Function 'add_if' argument 4 names different: declaration '' definition 'promisc'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:365:16: style:inconclusive: Function 'drop_if' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:389:15: style:inconclusive: Function 'add_nf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:389:43: style:inconclusive: Function 'add_nf' argument 3 names different: declaration '' definition 'nf_label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:421:16: style:inconclusive: Function 'drop_nf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:456:15: style:inconclusive: Function 'add_pf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:456:43: style:inconclusive: Function 'add_pf' argument 3 names different: declaration '' definition 'pf_label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:497:16: style:inconclusive: Function 'drop_pf' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:517:15: style:inconclusive: Function 'add_dg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:517:43: style:inconclusive: Function 'add_dg' argument 3 names different: declaration '' definition 'dg_label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:548:16: style:inconclusive: Function 'drop_dg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:569:15: style:inconclusive: Function 'filter' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:569:33: style:inconclusive: Function 'filter' argument 2 names different: declaration '' definition 'ospec'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:639:16: style:inconclusive: Function 'collect' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:639:26: style:inconclusive: Function 'collect' argument 2 names different: declaration '' definition 'polling'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:639:51: style:inconclusive: Function 'collect' argument 3 names different: declaration '' definition 'callback'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:639:67: style:inconclusive: Function 'collect' argument 4 names different: declaration '' definition 'closure'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:776:13: style:inconclusive: Function 'cons' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:776:59: style:inconclusive: Function 'cons' argument 2 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:777:15: style:inconclusive: Function 'cons' argument 3 names different: declaration '' definition 'user1'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:777:31: style:inconclusive: Function 'cons' argument 4 names different: declaration '' definition 'user2'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:778:16: style:inconclusive: Function 'cons' argument 5 names different: declaration '' definition 'np'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:778:31: style:inconclusive: Function 'cons' argument 6 names different: declaration '' definition 'npu'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:779:16: style:inconclusive: Function 'cons' argument 7 names different: declaration '' definition 'tp'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:779:31: style:inconclusive: Function 'cons' argument 8 names different: declaration '' definition 'tpu'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:780:13: style:inconclusive: Function 'cons' argument 9 names different: declaration '' definition 'paylen'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:780:35: style:inconclusive: Function 'cons' argument 10 names different: declaration '' definition 'payload'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:802:13: style:inconclusive: Function 'stop' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:811:14: style:inconclusive: Function 'match' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:811:32: style:inconclusive: Function 'match' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:846:19: style:inconclusive: Function 'ncap_write' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:846:37: style:inconclusive: Function 'ncap_write' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:911:20: style:inconclusive: Function 'ncap_fwrite' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:911:38: style:inconclusive: Function 'ncap_fwrite' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:962:18: style:inconclusive: Function 'ncap_send' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_create.c:962:36: style:inconclusive: Function 'ncap_send' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:307:24: style:inconclusive: Function 'ncap_filter_dns' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:307:42: style:inconclusive: Function 'ncap_filter_dns' argument 2 names different: declaration '' definition 'term'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:307:53: style:inconclusive: Function 'ncap_filter_dns' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:307:70: style:inconclusive: Function 'ncap_filter_dns' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:532:32: style:inconclusive: Function 'bpf_match_hostlist' argument 1 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:532:47: style:inconclusive: Function 'bpf_match_hostlist' argument 2 names different: declaration '' definition 'it'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:532:55: style:inconclusive: Function 'bpf_match_hostlist' argument 3 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:559:26: style:inconclusive: Function 'bpf_match_param' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:559:57: style:inconclusive: Function 'bpf_match_param' argument 2 names different: declaration '' definition 'params'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:598:15: style:inconclusive: Function 'lookup' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:598:42: style:inconclusive: Function 'lookup' argument 2 names different: declaration '' definition 'table'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:598:54: style:inconclusive: Function 'lookup' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:598:71: style:inconclusive: Function 'lookup' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:643:25: style:inconclusive: Function 'match_dns' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:643:67: style:inconclusive: Function 'match_dns' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:656:38: style:inconclusive: Function 'match_initiator_target' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:656:56: style:inconclusive: Function 'match_initiator_target' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:690:28: style:inconclusive: Function 'match_opcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:690:46: style:inconclusive: Function 'match_opcode' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:708:27: style:inconclusive: Function 'match_qname' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:708:45: style:inconclusive: Function 'match_qname' argument 2 names different: declaration '' definition 'nmsg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:725:27: style:inconclusive: Function 'match_qtype' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:725:45: style:inconclusive: Function 'match_qtype' argument 2 names different: declaration '' definition 'nmsg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:742:27: style:inconclusive: Function 'match_rcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:742:45: style:inconclusive: Function 'match_rcode' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:808:25: style:inconclusive: Function 'match_sym' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:808:43: style:inconclusive: Function 'match_sym' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:815:26: style:inconclusive: Function 'sym_match_flags' argument 1 names different: declaration '' definition 'argument'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_dns.c:815:48: style:inconclusive: Function 'sym_match_flags' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:171:25: style:inconclusive: Function 'ncap_filter_icmp' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:171:43: style:inconclusive: Function 'ncap_filter_icmp' argument 2 names different: declaration '' definition 'term'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:171:54: style:inconclusive: Function 'ncap_filter_icmp' argument 3 names different: declaration '' definition 'sep'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:171:71: style:inconclusive: Function 'ncap_filter_icmp' argument 4 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:245:26: style:inconclusive: Function 'match_icmp' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:245:68: style:inconclusive: Function 'match_icmp' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:251:30: style:inconclusive: Function 'match_icmptype' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:268:34: style:inconclusive: Function 'match_icmptype_num' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:277:30: style:inconclusive: Function 'match_icmpcode' argument 1 names different: declaration '' definition 'rule'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:286:29: style:inconclusive: Function 'bpf_match_icmptype' argument 1 names different: declaration '' definition 'type'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:286:39: style:inconclusive: Function 'bpf_match_icmptype' argument 2 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:294:29: style:inconclusive: Function 'bpf_match_icmpcode' argument 1 names different: declaration '' definition 'code'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:294:39: style:inconclusive: Function 'bpf_match_icmpcode' argument 2 names different: declaration '' definition 'invert'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:303:26: style:inconclusive: Function 'bpf_match_param' argument 1 names different: declaration '' definition 'flags'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncap_icmp.c:303:58: style:inconclusive: Function 'bpf_match_param' argument 2 names different: declaration '' definition 'params'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1047:21: style:inconclusive: Function 'getuval' argument 1 names different: declaration '' definition 'spec'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1047:49: style:inconclusive: Function 'getuval' argument 2 names different: declaration '' definition 'uval'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1071:20: style:inconclusive: Function 'uvalexec' argument 1 names different: declaration '' definition 'val'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1071:53: style:inconclusive: Function 'uvalexec' argument 2 names different: declaration '' definition 'uval'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1092:21: style:inconclusive: Function 'getsink' argument 1 names different: declaration '' definition 'spec'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1092:51: style:inconclusive: Function 'getsink' argument 2 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1106:40: style:inconclusive: Function 'samesink' argument 1 names different: declaration '' definition 's1'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1106:74: style:inconclusive: Function 'samesink' argument 2 names different: declaration '' definition 's2'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1116:34: style:inconclusive: Function 'opensink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1116:56: style:inconclusive: Function 'opensink' argument 2 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1116:73: style:inconclusive: Function 'opensink' argument 3 names different: declaration '' definition 'ext'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1153:35: style:inconclusive: Function 'closesink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1153:68: style:inconclusive: Function 'closesink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1194:37: style:inconclusive: Function 'disablesink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1194:70: style:inconclusive: Function 'disablesink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1207:35: style:inconclusive: Function 'drainsink' argument 1 names different: declaration '' definition 'sink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1207:68: style:inconclusive: Function 'drainsink' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1221:26: style:inconclusive: Function 'nanonano' argument 1 names different: declaration '' definition 'ts'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1232:27: style:inconclusive: Function 'nanotime' argument 1 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1246:24: style:inconclusive: Function 'dump_hex' argument 1 names different: declaration '' definition 'buf'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1246:36: style:inconclusive: Function 'dump_hex' argument 2 names different: declaration '' definition 'len'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1246:47: style:inconclusive: Function 'dump_hex' argument 3 names different: declaration '' definition 'trace'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:1246:66: style:inconclusive: Function 'dump_hex' argument 4 names different: declaration '' definition 'endline'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:612:12: style:inconclusive: Function 'setsig' argument 1 names different: declaration '' definition 'sig'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:612:21: style:inconclusive: Function 'setsig' argument 2 names different: declaration '' definition 'oneshot'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:630:13: style:inconclusive: Function 'sighand' argument 1 names different: declaration '' definition 'signum'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:640:16: style:inconclusive: Function 'ncapmsg' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:640:28: style:inconclusive: Function 'ncapmsg' argument 2 names different: declaration '' definition 'uap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:640:50: style:inconclusive: Function 'ncapmsg' argument 3 names different: declaration '' definition 'omsg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:640:68: style:inconclusive: Function 'ncapmsg' argument 4 names different: declaration '' definition 'label'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:922:15: style:inconclusive: Function 'dgsend' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:922:33: style:inconclusive: Function 'dgsend' argument 2 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:922:59: style:inconclusive: Function 'dgsend' argument 3 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:922:89: style:inconclusive: Function 'dgsend' argument 4 names different: declaration '' definition 'dgsink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:923:24: style:inconclusive: Function 'dgsend' argument 5 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:923:53: style:inconclusive: Function 'dgsend' argument 6 names different: declaration '' definition 'sff'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:954:18: style:inconclusive: Function 'sendfails' argument 1 names different: declaration '' definition 'ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:954:45: style:inconclusive: Function 'sendfails' argument 2 names different: declaration '' definition 'fctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:955:28: style:inconclusive: Function 'sendfails' argument 3 names different: declaration '' definition 'dgsink'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:955:52: style:inconclusive: Function 'sendfails' argument 4 names different: declaration '' definition 'now'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:955:61: style:inconclusive: Function 'sendfails' argument 5 names different: declaration '' definition 'syserrno'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:980:28: style:inconclusive: Function 'getsock' argument 1 names different: declaration '' definition 'su'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:980:44: style:inconclusive: Function 'getsock' argument 2 names different: declaration '' definition 'addr'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:980:60: style:inconclusive: Function 'getsock' argument 3 names different: declaration '' definition 'rate'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool.c:981:12: style:inconclusive: Function 'getsock' argument 4 names different: declaration '' definition 'freq'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:121:29: style:inconclusive: Function 'module_init' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:121:55: style:inconclusive: Function 'module_init' argument 2 names different: declaration '' definition 'ctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:143:29: style:inconclusive: Function 'module_fini' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:170:25: style:inconclusive: Function 'synth_args' argument 1 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:170:43: style:inconclusive: Function 'synth_args' argument 2 names different: declaration '' definition 'args'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:170:54: style:inconclusive: Function 'synth_args' argument 3 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:46:31: style:inconclusive: Function 'scan_moddescr' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:46:48: style:inconclusive: Function 'scan_moddescr' argument 2 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/ncaptool_mod.c:74:29: style:inconclusive: Function 'module_load' argument 1 names different: declaration '' definition 'mod'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/pyncap/ncap.c:119:104: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 4 names different: declaration '' definition '__pyx_v_some'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/pyncap/ncap.c:119:43: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 1 names different: declaration '' definition '__pyx_v_ncap'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/pyncap/ncap.c:119:62: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 2 names different: declaration '' definition '__pyx_v_ctx'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/pyncap/ncap.c:119:86: style:inconclusive: Function '__pyx_f_4ncap_callback' argument 3 names different: declaration '' definition '__pyx_v_msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:147:20: style:inconclusive: Function 'insert_tuple' argument 1 names different: declaration '' definition 'tname'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:147:36: style:inconclusive: Function 'insert_tuple' argument 2 names different: declaration '' definition 'prio'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:147:51: style:inconclusive: Function 'insert_tuple' argument 3 names different: declaration '' definition 'weight'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:147:68: style:inconclusive: Function 'insert_tuple' argument 4 names different: declaration '' definition 'port'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:219:34: style:inconclusive: Function 'target_name' argument 1 names different: declaration '' definition 'target'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:230:30: style:inconclusive: Function 'parse_answer_section' argument 1 names different: declaration '' definition 'msg'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:259:23: style:inconclusive: Function 'subst_cmd' argument 1 names different: declaration '' definition 'se'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:259:39: style:inconclusive: Function 'subst_cmd' argument 2 names different: declaration '' definition 'cmd'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:304:20: style:inconclusive: Function 'do_cmd' argument 1 names different: declaration '' definition 'se'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:304:28: style:inconclusive: Function 'do_cmd' argument 2 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head ncap-1.9.2/wrapsrv.c:304:41: style:inconclusive: Function 'do_cmd' argument 3 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] DONE