Useless Assignment at conversations_fc.c:70 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
fc_conversation_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_fc.c)![]() | ||||||
![]() | ||||||
63 | fc_conversation_init(const char *optarg, void* userdata _U_) | |||||
64 | { | |||||
65 | const char *filter=NULL; | |||||
66 | ||||||
67 | if(!strncmp(optarg,"conv,fc,",8)){ | |||||
68 | filter=optarg+8; | |||||
69 | } else { | |||||
70 | filter=NULL;
| |||||
71 | } | |||||
72 | ||||||
73 | init_conversation_table(TRUE, "Fibre Channel", "fc", filter, fc_conversation_packet); | |||||
74 | ||||||
75 | } | |||||
![]() |