diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/pidl/nspi/nspi.cnf | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/pidl/nspi/nspi.cnf')
-rw-r--r-- | epan/dissectors/pidl/nspi/nspi.cnf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/dissectors/pidl/nspi/nspi.cnf b/epan/dissectors/pidl/nspi/nspi.cnf new file mode 100644 index 00000000..2f5346c3 --- /dev/null +++ b/epan/dissectors/pidl/nspi/nspi.cnf @@ -0,0 +1,26 @@ +HF_FIELD hf_nspi_handle "Handle" "nspi.handle" FT_BYTES BASE_NONE NULL 0 "" "" "" + +HF_RENAME hf_nspi_NspiBind_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiUnbind_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiQueryRows_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiGetMatches_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiDNToEph_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiGetProps_handle hf_nspi_handle +HF_RENAME hf_nspi_NspiGetHierarchyInfo_handle hf_nspi_handle + +HF_FIELD hf_nspi_property_type "Value" "nspi.SPropValue.value" FT_UINT32 BASE_HEX VALS(nspi_property_types_vals) 0 "" "" +HF_FIELD hf_nspi_SRestriction_PTTYPE "Restriction Type" "nspi.property_type" FT_UINT32 BASE_HEX VALS(nspi_nspi_RestrictionType_vals) 0 "" "" +HF_RENAME hf_nspi_SPropValue_value hf_nspi_property_type +HF_RENAME hf_nspi_SRestriction_res hf_nspi_SRestriction_PTTYPE +HF_RENAME hf_nspi_SRestriction_rt hf_nspi_SRestriction_PTTYPE + +# +# policyhandle tracking +# This block is to specify where a policyhandle is opened and where it is +# closed so that policyhandles when dissected contain nice info such as +# [opened in xxx] [closed in yyy] +# +# Policyhandles are opened in these functions (open==0x0001) +PARAM_VALUE nspi_dissect_element_NspiBind_handle_ 0x0001 +# Policyhandles are closed in these functions (close==0x0002) +PARAM_VALUE nspi_dissect_element_NspiUnbind_handle_ 0x0002 |