mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Expand parsing of RPC Call packets to add Uid, Gid, Stamp, MachineName
and AuxGIDs
This commit is contained in:
parent
04478acb59
commit
e69bb37cc7
4 changed files with 43 additions and 2 deletions
|
@ -2142,6 +2142,16 @@ export {
|
|||
rep_dur: interval;
|
||||
## The length in bytes of the reply.
|
||||
rep_len: count;
|
||||
## The user id of the reply.
|
||||
rpc_uid: count;
|
||||
## The group id of the reply.
|
||||
rpc_gid: count;
|
||||
## The stamp of the reply.
|
||||
rpc_stamp: count;
|
||||
## The machine name of the reply.
|
||||
rpc_machine_name: string;
|
||||
## The auxiliary ids of the reply.
|
||||
rpc_auxgids: index_vec;
|
||||
};
|
||||
|
||||
## NFS file attributes. Field names are based on RFC 1813.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue