Useless Assignment at conversations_sctp.c:78 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
sctp_conversation_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_sctp.c)![]() | ||||||
![]() | ||||||
71 | sctp_conversation_init(const char *optarg, void* userdata _U_) | |||||
72 | { | |||||
73 | const char *filter=NULL; | |||||
74 | ||||||
75 | if(!strncmp(optarg,"conv,sctp,",10)){ | |||||
76 | filter=optarg+10; | |||||
77 | } else { | |||||
78 | filter=NULL;
| |||||
79 | } | |||||
80 | ||||||
81 | init_conversation_table(FALSE, "SCTP", "sctp", filter, sctp_conversation_packet); | |||||
82 | ||||||
83 | } | |||||
![]() |