librpc/wsp: adjust the wsp property api to additionally use a csv file
authorNoel Power <noel.power@suse.com>
Tue, 29 Aug 2023 14:01:03 +0000 (15:01 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:38 +0000 (22:23 +0000)
commitae9d9434de86c6011e77b6081433ccf72c7f9658
tree1199e0f9f1110a6dd528c1a623d1bf6e9e755121
parent8188b37bf576f54bd58855ea97e02ba7c1096a7d
librpc/wsp: adjust the wsp property api to additionally use a csv file

We have definitions for a number of properties both from the WSP
spec document and from those used by wireshark. These properties
are built into samba (generated from csv files). This commit allows
extra properties to be added on the fly in a custom csv file, the
format of the csv file is the same as that used in the build. This
allows us to add some 'unknown' properties on the fly, although we
would hope that information regarding these properties would be
incorporated into the build in due course.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/wsp/wsp_util.c