Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at conversations_ipx.c:68

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

ipx_conversation_init

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




Change Warning 4340.31131 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: