Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at conversations_eth.c:69

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

eth_conversation_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_eth.c)expand/collapse
Show more  
 62  eth_conversation_init(const char *optarg, void* userdata _U_)
 63  {
 64          const char *filter=NULL;
 65   
 66          if(!strncmp(optarg,"conv,eth,",9)){
 67                  filter=optarg+9;
 68          } else {
 69                  filter=NULL;
 70          }
 71   
 72          init_conversation_table(TRUE, "Ethernet", "eth", filter, eth_conversation_packet);
 73   
 74  }
Show more  




Change Warning 4336.31127 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: