Unused Value at packet-cops.c:5271 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cops_gate_state (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cops.c)![]() | ||||||
![]() | ||||||
5257 | cops_gate_state(tvbuff_t *tvb, proto_tree *st, guint n, guint32 offset) { | |||||
5258 | ||||||
5259 | proto_tree *stt; | |||||
5260 | ||||||
5261 | /* Create a subtree */ | |||||
5262 | stt = info_to_cops_subtree(tvb,st,n,offset,"Gate State"); | |||||
5263 | offset += 4; | |||||
5264 | ||||||
5265 | /* State */ | |||||
5266 | info_to_display(tvb,stt,offset,2,"State",pcmm_gate_state,FMT_DEC,&hf_cops_pcmm_packetcable_gate_state); | |||||
5267 | offset += 2; | |||||
5268 | ||||||
5269 | /* Reason */ | |||||
5270 | info_to_display(tvb,stt,offset,2,"Reason",pcmm_gate_state_reason,FMT_DEC,&hf_cops_pcmm_packetcable_gate_state_reason); | |||||
5271 | offset += 2;
| |||||
5272 | } | |||||
![]() |