Unused Value at packet-nas_eps.c:1136 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
de_emm_nonce (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nas_eps.c)![]() | ||||||
![]() | ||||||
1128 | de_emm_nonce(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) | |||||
1129 | { | |||||
1130 | guint32 curr_offset; | |||||
1131 | ||||||
1132 | curr_offset = offset; | |||||
1133 | ||||||
1134 | ||||||
1135 | proto_tree_add_text(tree, tvb, curr_offset, 4 , "Nounce"); | |||||
1136 | curr_offset+=5;
| |||||
1137 | ||||||
1138 | return(len); | |||||
1139 | } | |||||
![]() |