Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at conversations_tcpip.c:68

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

tcpip_conversation_init

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




Change Warning 4345.31136 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: