Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-jxta.c:2286

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

dissect_media

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-jxta.c)expand/collapse
Show more  
 2276                  dissected = dissect_media("text/xml;charset=\"UTF-8\"", uncomp_tvb, pinfo, tree);
 2277   
 2278                  if( dissected > 0 ) {
 2279                      /* report back the uncompressed length. */
 2280                      dissected = tvb_length(tvb);
 2281                  }
 2282              }
 2283          } else {
 2284              dissected = dissector_try_string(media_type_dissector_table, mediatype, tvb, pinfo, tree) ? tvb_length(tvb) : 0;
 2285   
 2286              if( dissected != (int) tvb_length(tvb) ) {
 2287                  /* g_message( "%s : %d expected, %d dissected", mediatype, tvb_length(tvb), dissected ); */
 2288              }
 2289          }
 2290   
 2291          if (0 == dissected) {
 2292              dissected = call_dissector(media_handle, tvb, pinfo, tree);
 2293          }
 2294   
 2295          pinfo->match_string = save_match_string;
 2296          pinfo->private_data = save_private_data;
Show more  




Change Warning 56.27298 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: