Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 5a38559

Browse files
committed
Generate docs
1 parent 47219d6 commit 5a38559

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

script-reference/autogenerated-protocol-analyzer-index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10834,7 +10834,7 @@ Events
1083410834
:param len: The length of the encrypted data.
1083510835

1083610836
.. zeek:id:: rdp_connect_request
10837-
:source-code: base/protocols/rdp/main.zeek 165 170
10837+
:source-code: base/protocols/rdp/main.zeek 166 171
1083810838

1083910839
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cookie: :zeek:type:`string`, flags: :zeek:type:`count`)
1084010840
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cookie: :zeek:type:`string`)
@@ -10851,7 +10851,7 @@ Events
1085110851
:param flags: The flags set by the client.
1085210852

1085310853
.. zeek:id:: rdp_negotiation_response
10854-
:source-code: base/protocols/rdp/main.zeek 172 177
10854+
:source-code: base/protocols/rdp/main.zeek 173 178
1085510855

1085610856
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`, flags: :zeek:type:`count`)
1085710857
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`)
@@ -10868,7 +10868,7 @@ Events
1086810868
:param flags: The flags set by the server.
1086910869

1087010870
.. zeek:id:: rdp_negotiation_failure
10871-
:source-code: base/protocols/rdp/main.zeek 179 184
10871+
:source-code: base/protocols/rdp/main.zeek 180 185
1087210872

1087310873
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, failure_code: :zeek:type:`count`, flags: :zeek:type:`count`)
1087410874
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, failure_code: :zeek:type:`count`)
@@ -10885,7 +10885,7 @@ Events
1088510885
:param flags: The flags set by the server.
1088610886

1088710887
.. zeek:id:: rdp_client_core_data
10888-
:source-code: base/protocols/rdp/main.zeek 186 212
10888+
:source-code: base/protocols/rdp/main.zeek 187 213
1088910889

1089010890
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, data: :zeek:type:`RDP::ClientCoreData`)
1089110891

@@ -10911,7 +10911,7 @@ Events
1091110911
:param data: The data contained in the client security data structure.
1091210912

1091310913
.. zeek:id:: rdp_client_network_data
10914-
:source-code: base/protocols/rdp/main.zeek 214 227
10914+
:source-code: base/protocols/rdp/main.zeek 215 228
1091510915

1091610916
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, channels: :zeek:type:`RDP::ClientChannelList`)
1091710917

@@ -10937,7 +10937,7 @@ Events
1093710937
:param data: The data contained in the client security data structure.
1093810938

1093910939
.. zeek:id:: rdp_gcc_server_create_response
10940-
:source-code: base/protocols/rdp/main.zeek 229 234
10940+
:source-code: base/protocols/rdp/main.zeek 230 235
1094110941

1094210942
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, result: :zeek:type:`count`)
1094310943

@@ -10950,7 +10950,7 @@ Events
1095010950
:param result: The 8-bit integer representing the GCC Conference Create Response result.
1095110951

1095210952
.. zeek:id:: rdp_server_security
10953-
:source-code: base/protocols/rdp/main.zeek 236 242
10953+
:source-code: base/protocols/rdp/main.zeek 237 243
1095410954

1095510955
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, encryption_method: :zeek:type:`count`, encryption_level: :zeek:type:`count`)
1095610956

@@ -10966,7 +10966,7 @@ Events
1096610966
:param encryption_level: The 32-bit integer representing the encryption level used in the connection.
1096710967

1096810968
.. zeek:id:: rdp_server_certificate
10969-
:source-code: base/protocols/rdp/main.zeek 244 256
10969+
:source-code: base/protocols/rdp/main.zeek 245 257
1097010970

1097110971
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cert_type: :zeek:type:`count`, permanently_issued: :zeek:type:`bool`)
1097210972

@@ -10984,7 +10984,7 @@ Events
1098410984
:param permanently_issued: Value will be true is the certificate(s) is permanent on the server.
1098510985

1098610986
.. zeek:id:: rdp_begin_encryption
10987-
:source-code: base/protocols/rdp/main.zeek 258 268
10987+
:source-code: base/protocols/rdp/main.zeek 259 269
1098810988

1098910989
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`)
1099010990

scripts/base/bif/plugins/Zeek_RDP.events.bif.zeek.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Detailed Interface
3636
Events
3737
######
3838
.. zeek:id:: rdp_begin_encryption
39-
:source-code: base/protocols/rdp/main.zeek 258 268
39+
:source-code: base/protocols/rdp/main.zeek 259 269
4040

4141
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`)
4242

@@ -62,7 +62,7 @@ Events
6262
:param data: The data contained in the client security data structure.
6363

6464
.. zeek:id:: rdp_client_core_data
65-
:source-code: base/protocols/rdp/main.zeek 186 212
65+
:source-code: base/protocols/rdp/main.zeek 187 213
6666

6767
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, data: :zeek:type:`RDP::ClientCoreData`)
6868

@@ -75,7 +75,7 @@ Events
7575
:param data: The data contained in the client core data structure.
7676

7777
.. zeek:id:: rdp_client_network_data
78-
:source-code: base/protocols/rdp/main.zeek 214 227
78+
:source-code: base/protocols/rdp/main.zeek 215 228
7979

8080
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, channels: :zeek:type:`RDP::ClientChannelList`)
8181

@@ -101,7 +101,7 @@ Events
101101
:param data: The data contained in the client security data structure.
102102

103103
.. zeek:id:: rdp_connect_request
104-
:source-code: base/protocols/rdp/main.zeek 165 170
104+
:source-code: base/protocols/rdp/main.zeek 166 171
105105

106106
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cookie: :zeek:type:`string`, flags: :zeek:type:`count`)
107107
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cookie: :zeek:type:`string`)
@@ -118,7 +118,7 @@ Events
118118
:param flags: The flags set by the client.
119119

120120
.. zeek:id:: rdp_gcc_server_create_response
121-
:source-code: base/protocols/rdp/main.zeek 229 234
121+
:source-code: base/protocols/rdp/main.zeek 230 235
122122

123123
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, result: :zeek:type:`count`)
124124

@@ -147,7 +147,7 @@ Events
147147
:param len: The length of the encrypted data.
148148

149149
.. zeek:id:: rdp_negotiation_failure
150-
:source-code: base/protocols/rdp/main.zeek 179 184
150+
:source-code: base/protocols/rdp/main.zeek 180 185
151151

152152
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, failure_code: :zeek:type:`count`, flags: :zeek:type:`count`)
153153
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, failure_code: :zeek:type:`count`)
@@ -164,7 +164,7 @@ Events
164164
:param flags: The flags set by the server.
165165

166166
.. zeek:id:: rdp_negotiation_response
167-
:source-code: base/protocols/rdp/main.zeek 172 177
167+
:source-code: base/protocols/rdp/main.zeek 173 178
168168

169169
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`, flags: :zeek:type:`count`)
170170
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, security_protocol: :zeek:type:`count`)
@@ -181,7 +181,7 @@ Events
181181
:param flags: The flags set by the server.
182182

183183
.. zeek:id:: rdp_server_certificate
184-
:source-code: base/protocols/rdp/main.zeek 244 256
184+
:source-code: base/protocols/rdp/main.zeek 245 257
185185

186186
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, cert_type: :zeek:type:`count`, permanently_issued: :zeek:type:`bool`)
187187

@@ -199,7 +199,7 @@ Events
199199
:param permanently_issued: Value will be true is the certificate(s) is permanent on the server.
200200

201201
.. zeek:id:: rdp_server_security
202-
:source-code: base/protocols/rdp/main.zeek 236 242
202+
:source-code: base/protocols/rdp/main.zeek 237 243
203203

204204
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, encryption_method: :zeek:type:`count`, encryption_level: :zeek:type:`count`)
205205

scripts/base/protocols/rdp/main.zeek.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Detailed Interface
7070
Runtime Options
7171
###############
7272
.. zeek:id:: RDP::disable_analyzer_after_detection
73-
:source-code: base/protocols/rdp/main.zeek 66 66
73+
:source-code: base/protocols/rdp/main.zeek 67 67
7474

7575
:Type: :zeek:type:`bool`
7676
:Attributes: :zeek:attr:`&redef`
@@ -80,7 +80,7 @@ Runtime Options
8080
continuing to process encrypted traffic.
8181

8282
.. zeek:id:: RDP::rdp_check_interval
83-
:source-code: base/protocols/rdp/main.zeek 70 70
83+
:source-code: base/protocols/rdp/main.zeek 71 71
8484

8585
:Type: :zeek:type:`interval`
8686
:Attributes: :zeek:attr:`&redef`
@@ -92,7 +92,7 @@ Runtime Options
9292
Types
9393
#####
9494
.. zeek:type:: RDP::Info
95-
:source-code: base/protocols/rdp/main.zeek 13 62
95+
:source-code: base/protocols/rdp/main.zeek 13 63
9696

9797
:Type: :zeek:type:`record`
9898

@@ -115,7 +115,8 @@ Types
115115
.. zeek:field:: cookie :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
116116
117117
Cookie value used by the client machine.
118-
This is typically a username.
118+
This is typically a username, but note that it will often
119+
be truncated on the wire, to a maximum of 9 characters.
119120

120121

121122
.. zeek:field:: result :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
@@ -223,7 +224,7 @@ Types
223224
Events
224225
######
225226
.. zeek:id:: RDP::log_rdp
226-
:source-code: base/protocols/rdp/main.zeek 74 74
227+
:source-code: base/protocols/rdp/main.zeek 75 75
227228

228229
:Type: :zeek:type:`event` (rec: :zeek:type:`RDP::Info`)
229230

@@ -233,7 +234,7 @@ Events
233234
Hooks
234235
#####
235236
.. zeek:id:: RDP::finalize_rdp
236-
:source-code: base/protocols/rdp/main.zeek 295 302
237+
:source-code: base/protocols/rdp/main.zeek 296 303
237238

238239
:Type: :zeek:type:`Conn::RemovalHook`
239240

0 commit comments

Comments
 (0)