Unused Value at packet-cops.c:5210 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cops_gate_time_info (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cops.c)![]() | ||||||
![]() | ||||||
5200 | cops_gate_time_info(tvbuff_t *tvb, proto_tree *st, guint n, guint32 offset) { | |||||
5201 | ||||||
5202 | proto_tree *stt; | |||||
5203 | ||||||
5204 | /* Create a subtree */ | |||||
5205 | stt = info_to_cops_subtree(tvb,st,n,offset,"Gate Time Info"); | |||||
5206 | offset += 4; | |||||
5207 | ||||||
5208 | /* Gate Time Info */ | |||||
5209 | info_to_display(tvb,stt,offset,4,"Time Committed", NULL,FMT_DEC,&hf_cops_pcmm_gate_time_info); | |||||
5210 | offset += 4;
| |||||
5211 | } | |||||
![]() |