mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Fixed some warnings seen while running "make doc"
Moved the definitions of DCE_RPC::BackingState and DCE_RPC::State types into the export block. These types are used in the redef of the "connection" record.
This commit is contained in:
parent
475682ba7f
commit
15a825eb2d
1 changed files with 12 additions and 12 deletions
|
@ -33,9 +33,6 @@ export {
|
||||||
["spoolss"] = set("RpcSplOpenPrinter", "RpcClosePrinter"),
|
["spoolss"] = set("RpcSplOpenPrinter", "RpcClosePrinter"),
|
||||||
["wkssvc"] = set("NetrWkstaGetInfo"),
|
["wkssvc"] = set("NetrWkstaGetInfo"),
|
||||||
} &redef;
|
} &redef;
|
||||||
}
|
|
||||||
|
|
||||||
redef DPD::ignore_violations += { Analyzer::ANALYZER_DCE_RPC };
|
|
||||||
|
|
||||||
type State: record {
|
type State: record {
|
||||||
uuid : string &optional;
|
uuid : string &optional;
|
||||||
|
@ -48,6 +45,9 @@ type BackingState: record {
|
||||||
info: Info;
|
info: Info;
|
||||||
state: State;
|
state: State;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
redef DPD::ignore_violations += { Analyzer::ANALYZER_DCE_RPC };
|
||||||
|
|
||||||
redef record connection += {
|
redef record connection += {
|
||||||
dce_rpc: Info &optional;
|
dce_rpc: Info &optional;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue