(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb-mailslot.c) |
| |
| 84 | | | dissect_mailslot_smb(tvbuff_t *mshdr_tvb, tvbuff_t *setup_tvb, |
| 85 | | | tvbuff_t *tvb, const char *mailslot, packet_info *pinfo, |
| 86 | | | proto_tree *parent_tree) |
| 87 | | | { |
| 88 | | | smb_info_t *smb_info; |
| 89 | | | smb_transact_info_t *tri; |
| 90 | | | int trans_subcmd; |
| 91 | | | proto_tree *tree = NULL; |
| 92 | | | proto_item *item = NULL; |
| 93 | | | guint16 opcode; |
| 94 | | | int offset = 0; |
| 95 | | | int len; |
| 96 | | | |
| 97 | [+][+] | | if (!proto_is_protocol_enabled(find_protocol_by_id(proto_smb_msp))) { |
 |
 |
| |