(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb-pipe.c) |
| |
| 3518 | | | dissect_pipe_smb(tvbuff_t *sp_tvb, tvbuff_t *s_tvb, tvbuff_t *pd_tvb, |
| 3519 | | | tvbuff_t *p_tvb, tvbuff_t *d_tvb, const char *pipe, |
| 3520 | | | packet_info *pinfo, proto_tree *tree) |
| 3521 | | | { |
| 3522 | | | smb_info_t *smb_info; |
| 3523 | | | smb_transact_info_t *tri; |
| 3524 | | | guint sp_len; |
| 3525 | | | proto_item *pipe_item = NULL; |
| 3526 | | | proto_tree *pipe_tree = NULL; |
| 3527 | | | int offset; |
| 3528 | | | int trans_subcmd=0; |
| 3529 | | | int function; |
| 3530 | | | int fid = -1; |
| 3531 | | | guint16 info_level; |
| 3532 | | | |
| 3533 | [+][+] | | if (!proto_is_protocol_enabled(find_protocol_by_id(proto_smb_pipe))) |
 |
 |
| |