Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at conversations_fc.c:70

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

fc_conversation_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_fc.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 4337.31128 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: