Useless Assignment at conversations_ncp.c:70 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
ncp_conversation_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_ncp.c)![]() | ||||||
![]() | ||||||
63 | ncp_conversation_init(const char *optarg, void* userdata _U_) | |||||
64 | { | |||||
65 | const char *filter=NULL; | |||||
66 | ||||||
67 | if(!strncmp(optarg,"conv,ncp,",9)){ | |||||
68 | filter=optarg+9; | |||||
69 | } else { | |||||
70 | filter=NULL;
| |||||
71 | } | |||||
72 | ||||||
73 | init_conversation_table(FALSE, "NCP", "ncp_hdr", filter, ncp_conversation_packet); | |||||
74 | } | |||||
![]() |