Cast Alters Value at text2pcap.c:379 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
write_byte (/home/sate/Testcases/c/cve/wireshark-1.2.0/text2pcap.c)![]() | ||||||
![]() | ||||||
374 | write_byte (const char *str) | |||||
375 | { | |||||
376 | unsigned long num; | |||||
377 | ||||||
378 | [+] | num = parse_num(str, FALSE); | ||||
379 | packet_buf[curr_offset] = (unsigned char) num;
| |||||
![]() |