mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
pidl: Update Wireshark generated DRSUAPI code
Picked from Wireshark: commit b1249b0be4badc44cbbb30ff414d32d1b884a668 Author: hidd3ncod3s Sec <hidd3ncod3s@gmail.com> Date: Tue Aug 15 04:29:08 2023 +0000 DCERPC: Update DRSUAPI support Signed-off-by: John Thacker <johnthacker@gmail.com> Reviewed-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
3a21b7d9a4
commit
c3ca2a6575
@ -1117,16 +1117,10 @@ sub Initialize($$)
|
||||
$self->register_type("NTTIME_hyper", "offset = dissect_ndr_nt_NTTIME(tvb, offset, pinfo, tree, di, drep, \@HF\@);","FT_ABSOLUTE_TIME", "ABSOLUTE_TIME_LOCAL", 0, "NULL", 4);
|
||||
$self->register_type("time_t", "offset = dissect_ndr_time_t(tvb, offset, pinfo,tree, di, drep, \@HF\@, NULL);","FT_ABSOLUTE_TIME", "ABSOLUTE_TIME_LOCAL", 0, "NULL", 4);
|
||||
$self->register_type("NTTIME_1sec", "offset = dissect_ndr_nt_NTTIME(tvb, offset, pinfo, tree, di, drep, \@HF\@);", "FT_ABSOLUTE_TIME", "ABSOLUTE_TIME_LOCAL", 0, "NULL", 4);
|
||||
$self->register_type("dom_sid28", "
|
||||
di->hf_index = \@HF\@;
|
||||
|
||||
offset = dissect_ndr_nt_SID28(tvb, offset, pinfo, tree, di, drep);
|
||||
", "FT_STRING", "BASE_NONE", 0, "NULL", 4);
|
||||
$self->register_type("SID", "
|
||||
di->hf_index = \@HF\@;
|
||||
|
||||
offset = dissect_ndr_nt_SID_with_options(tvb, offset, pinfo, tree, di, drep, param);
|
||||
","FT_STRING", "BASE_NONE", 0, "NULL", 4);
|
||||
$self->register_type("dom_sid28",
|
||||
"offset = dissect_ndr_nt_SID28(tvb, offset, pinfo, tree, di, drep, \@HF\@);", "FT_STRING", "BASE_NONE", 0, "NULL", 4);
|
||||
$self->register_type("SID",
|
||||
"offset = dissect_ndr_nt_SID_with_options(tvb, offset, pinfo, tree, di, drep, param, \@HF\@);","FT_STRING", "BASE_NONE", 0, "NULL", 4);
|
||||
$self->register_type("WERROR",
|
||||
"offset = PIDL_dissect_uint32(tvb, offset, pinfo, tree, di, drep, \@HF\@, \@PARAM\@);","FT_UINT32", "BASE_DEC", 0, "VALS(WERR_errors)", 4);
|
||||
$self->register_type("NTSTATUS",
|
||||
|
Loading…
x
Reference in New Issue
Block a user