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