Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-msproxy.c:454

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_auth

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-msproxy.c)expand/collapse
Show more  
 444  static void dissect_auth(tvbuff_t *tvb, int offset,
 445          proto_tree *tree) {
 446   
 447  /* decode the authorization 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  }
Show more  




Change Warning 2764.31080 : Unused Value

Priority:
State:
Finding:
Owner:
Note: