Unused Value at packet-msproxy.c:454 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_auth (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-msproxy.c)![]() | ||||||
![]() | ||||||
444 | static void dissect_auth(tvbuff_t *tvb, int offset, | |||||
445 | proto_tree *tree) { | |||||
446 | ||||||
447 | /* decode the request */ | |||||
448 | ||||||
449 | if ( tree) { | |||||
450 | offset += 134; | |||||
451 | ||||||
452 | proto_tree_add_text( tree, tvb, offset, 7, "NTLMSSP signature: %.7s", | |||||
453 | tvb_get_ptr( tvb, offset, 7)); | |||||
454 | offset += 7;
| |||||
455 | } | |||||
456 | } | |||||
![]() |