Unused Value at packet-camel.c:7158 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_camel_res (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-camel.c)![]() | ||||||
![]() | ||||||
7141 | dissect_camel_res(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree _U_) { | |||||
7142 | gint offset; | |||||
7143 | rose_ctx_t *rctx; | |||||
7144 | gint32 opcode; | |||||
7145 | /* | |||||
7146 | const camel_op_t *op_ptr; | |||||
7147 | const gchar *p; | |||||
7148 | proto_item *ti, *ti_tmp; | |||||
7149 | proto_tree *camel_tree; | |||||
7150 | */ | |||||
7151 | offset = 0; | |||||
7152 | rctx = get_rose_ctx(pinfo->private_data); | |||||
7153 | DISSECTOR_ASSERT(rctx); | |||||
7154 | if (rctx->d.pdu != 2) /* returnResult */ | |||||
7155 | return offset; | |||||
7156 | if (rctx->d.code != 0) /* local */ | |||||
7157 | return offset; | |||||
7158 | opcode = rctx->d.code_local;
| |||||
7159 | ||||||
7160 | return offset; | |||||
7161 | } | |||||
![]() |