Text   |  XML   |  ReML   |   Visible Warnings:

Empty switch Statement  at packet-tpncp.c:338

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

dissect_tpncp_event

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-tpncp.c)expand/collapse
Show more  
 328          if (tvb_length_remaining(tvb, *offset) <= 0) {
 329              break;
 330          }
 331      }
 332  }
 333   
 334  /*-------------------------------------------------------------------------------------------------------------------------------------------*/
 335   
 336  static void dissect_tpncp_event(gint event_id, tvbuff_t *tvb,
 337                                  proto_item *item, gint *offset) {
 338      switch (event_id) {
 339          /* Place non-standard events here. */
 340          default:
 341              dissect_tpncp_data(event_id, tvb, item, offset, tpncp_events_info_db);
 342              break;
 343      }
 344  }
 345   
 346  /*-------------------------------------------------------------------------------------------------------------------------------------------*/
 347   
 348  static void dissect_tpncp_command(gint command_id, tvbuff_t *tvb,
Show more  




Change Warning 75.27500 : Empty switch Statement

Priority:
State:
Finding:
Owner:
Note: