Cast Alters Value at packet-tacacs.c:931 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_tacplus (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-tacacs.c)![]() | ||||||
![]() | ||||||
916 | dissect_tacplus(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
917 | { | |||||
918 | tvbuff_t *new_tvb=NULL; | |||||
919 | proto_tree *tacplus_tree; | |||||
920 | proto_item *ti, *hidden_item; | |||||
921 | guint8 version,flags; | |||||
922 | proto_tree *flags_tree; | |||||
923 | proto_item *tf; | |||||
924 | proto_item *tmp_pi; | |||||
925 | guint32 len; | |||||
926 | gboolean request=( pinfo->destport == TCP_PORT_TACACS ); | |||||
927 | const char *key=NULL; | |||||
928 | ||||||
929 | len = tvb_get_ntohl(tvb, 8); | |||||
930 | ||||||
931 | [+] | if(len > (guint)tvb_length_remaining(tvb, 12) && | ||||
![]() |