Unused Value at packet-cops.c:4343 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cops_upstream_drop_i04 (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cops.c)![]() | ||||||
![]() | ||||||
4331 | cops_upstream_drop_i04(tvbuff_t *tvb, proto_tree *st, guint n, guint32 offset) { | |||||
4332 | proto_tree *stt; | |||||
4333 | ||||||
4334 | /* Create a subtree */ | |||||
4335 | stt = info_to_cops_subtree(tvb,st,n,offset,"Upstream Drop"); | |||||
4336 | offset += 4; | |||||
4337 | ||||||
4338 | /* Envelope */ | |||||
4339 | info_to_display(tvb,stt,offset,1,"Envelope",NULL,FMT_DEC,&hf_cops_pcmm_envelope); | |||||
4340 | offset += 1; | |||||
4341 | ||||||
4342 | proto_tree_add_text(stt, tvb, offset, 3, "Reserved"); | |||||
4343 | offset += 3;
| |||||
4344 | } | |||||
![]() |