(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-charging_ase.c) |
| |
| 542 | | | dissect_charging_ase_T_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 543 | | | #line 14 "charging_ase.cnf" |
| 544 | | | |
| 545 | | | proto_tree_add_text(tree, tvb, offset, -1, "Extensions not dissected"); |
| 546 | | | return tvb_length(tvb); |
| 547 | | | |
| 548 | | | |
| 549 | | | return offset; |
Unreachable Data Flow
The highlighted code will not execute under any circumstances. This may be because of: |
|
| 550 | | | } |
| |