Unused Value at packet-ansi_a.c:7517 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
elem_is2000_cause (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
7513 | elem_is2000_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_) | |||||
7514 | { | |||||
7515 | guint32 curr_offset; | |||||
7516 | ||||||
7517 | add_string = add_string;
| |||||
7518 | curr_offset = offset; | |||||
7519 | ||||||
7520 | proto_tree_add_text(tree, tvb, curr_offset, len, "IS-95/IS-2000 Cause Information"); | |||||
7521 | ||||||
7522 | curr_offset += len; | |||||
7523 | ||||||
7524 | EXTRANEOUS_DATA_CHECK(len, curr_offset - offset); | |||||
7525 | ||||||
7526 | return(curr_offset - offset); | |||||
7527 | } | |||||
![]() |