Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at dumpcap.c:430

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

print_statistics_loop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/dumpcap.c)expand/collapse
Show more  
 412  print_statistics_loop(gboolean machine_readable)
 413  {
 414      GList       *if_list, *if_entry, *stat_list = NULL, *stat_entry;
 415      if_info_t   *if_info;
 416      if_stat_t   *if_stat;
 417      int         err;
 418      gchar       *err_str;
 419      pcap_t      *pch;
 420      char        errbuf[PCAP_ERRBUF_SIZE];
 421      struct pcap_stat ps;
 422  #ifndef _WIN32 
 423      struct sigaction act;
 424  #endif  
 425   
 426[+]     if_list = get_interface_list(&err, &err_str);
 427      if (if_list == NULL) {
 428          switch (err) {
 429          case CANT_GET_INTERFACE_LIST:
 430              cmdarg_err("%s", err_str);
Show more  




Change Warning 5000.30316 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: