Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-h223.c:563

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

h223_set_mc

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h223.c)expand/collapse
Show more  
 554  static void h223_set_mc( packet_info* pinfo, guint8 mc, h223_mux_element* me )
 555  {
 556[+]     circuit_t *circ = find_circuit( pinfo->ctype, pinfo->circuit_id, pinfo->fd->num );
 557      h223_vc_info* vc_info;
 558   
 559      /* if this h245 pdu packet came from an h223 circuit, add the details on
 560       * the new mux entry */
 561      if(circ) {
 562[+]         vc_info = circuit_get_proto_data(circ, proto_h223);
 563          add_h223_mux_element( &(vc_info->call_info->direction_data[pinfo->p2p_dir ? 0 : 1]), mc, me, pinfo->fd->num );
Show more  




Change Warning 2623.30719 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: