epan/dissectors/pidl/samr/samr.cnf cnf_dissect_lsa_BinaryString => lsarpc_dissect_str...
[wireshark-sm.git] / epan / dissectors / pidl / nspi / nspi.cnf
blob2f5346c39c6adf9281335cc83f91f82a362e657a
1 HF_FIELD hf_nspi_handle "Handle" "nspi.handle" FT_BYTES BASE_NONE NULL 0 "" "" ""
3 HF_RENAME hf_nspi_NspiBind_handle hf_nspi_handle
4 HF_RENAME hf_nspi_NspiUnbind_handle hf_nspi_handle
5 HF_RENAME hf_nspi_NspiQueryRows_handle hf_nspi_handle
6 HF_RENAME hf_nspi_NspiGetMatches_handle hf_nspi_handle
7 HF_RENAME hf_nspi_NspiDNToEph_handle hf_nspi_handle
8 HF_RENAME hf_nspi_NspiGetProps_handle hf_nspi_handle
9 HF_RENAME hf_nspi_NspiGetHierarchyInfo_handle hf_nspi_handle
11 HF_FIELD hf_nspi_property_type "Value" "nspi.SPropValue.value" FT_UINT32 BASE_HEX VALS(nspi_property_types_vals) 0 "" ""
12 HF_FIELD hf_nspi_SRestriction_PTTYPE "Restriction Type" "nspi.property_type" FT_UINT32 BASE_HEX VALS(nspi_nspi_RestrictionType_vals) 0 "" ""
13 HF_RENAME hf_nspi_SPropValue_value hf_nspi_property_type
14 HF_RENAME hf_nspi_SRestriction_res hf_nspi_SRestriction_PTTYPE
15 HF_RENAME hf_nspi_SRestriction_rt  hf_nspi_SRestriction_PTTYPE
18 # policyhandle tracking
19 # This block is to specify where a policyhandle is opened and where it is
20 # closed so that policyhandles when dissected contain nice info such as
21 # [opened in xxx]  [closed in yyy]
23 # Policyhandles are opened in these functions (open==0x0001)
24 PARAM_VALUE nspi_dissect_element_NspiBind_handle_ 0x0001
25 # Policyhandles are closed in these functions (close==0x0002)
26 PARAM_VALUE nspi_dissect_element_NspiUnbind_handle_ 0x0002