Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at conversations_usb.c:65

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

usb_conversation_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_usb.c)expand/collapse
Show more  
 58  usb_conversation_init(const char *optarg, void* userdata _U_)
 59  {
 60          const char *filter=NULL;
 61   
 62          if (!strncmp(optarg, "conv,usb,", 9)) {
 63                  filter = optarg + 9;
 64          } else {
 65                  filter = NULL;
 66          }
 67   
 68          init_conversation_table(TRUE, "USB", "usb", filter, usb_conversation_packet);
 69   
 70  }
Show more  




Change Warning 4348.31139 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: