Unused Value at packet-cops.c:5181 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cops_time_based_usage_limit (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cops.c)![]() | ||||||
![]() | ||||||
5171 | cops_time_based_usage_limit(tvbuff_t *tvb, proto_tree *st, guint n, guint32 offset) { | |||||
5172 | ||||||
5173 | proto_tree *stt; | |||||
5174 | ||||||
5175 | /* Create a subtree */ | |||||
5176 | stt = info_to_cops_subtree(tvb,st,n,offset,"Time-Based Usage Limit"); | |||||
5177 | offset += 4; | |||||
5178 | ||||||
5179 | /* Time Limit */ | |||||
5180 | info_to_display(tvb,stt,offset,4,"Time Limit", NULL,FMT_DEC,&hf_cops_pcmm_time_based_usage_limit); | |||||
5181 | offset += 4;
| |||||
5182 | } | |||||
![]() |