Re: Log trouble
Jacko B via Snort-users <[email protected]> Sun, 12 Jan 2025 18:40:34 -0600
| Newsgroups | gmane.comp.security.ids.snort.general |
|---|---|
| Message-ID | <[email protected]> |
--===============2940130406000522500==
Content-Type: multipart/alternative;
boundary="----=_Part_52381_65040448.1736728834985"
------=_Part_52381_65040448.1736728834985
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
=20
=20
I am able to get the alerts to log in the terminal but I cannot=
seem to get them to log to a file. For example /var/log/snortIs snort mean=
t to be more of a command line alert system or is logging to a file common?=
Sorry for the ongoing thread, I have been trying to figure this out for a =
while and I appreciate the help.=C2=A0 ---- On Wed, 08 Jan 2025 21:06:02=
-0600 Al Lewis (allewi)<[email protected]> wrote ---- =20
div.zm_5271370164670993736_parse_6124147626900794347 P { margin-top: 0; mar=
gin-bottom: 0 }=20
=20
=20
=20
Yes. The default configuration can be used as an example. You can uncomment=
one of them and the alerts will be logged with just setting it to true. (i=
.e alert_csv =3D { file =3D true }=20
=20
=20
=20
=20
=20
=20
=20
=20
Albert Lewis=20
=20
Email: [email protected]=C2=A0=20
=20
=20
=20
From: Jacko B <[email protected]>=20
Sent: Wednesday, January 8, 2025 8:25 PM=20
To: Al Lewis (allewi) <[email protected]>=20
Cc: Snort users <[email protected]>=20
Subject: Re: [Snort-users] Log trouble=20
=C2=A0=20
=20
=20
=20
=20
Like so?=20
=20
=20
---------------------------------------------------------------------------=
=20
-- Snort++ defaults=20
---------------------------------------------------------------------------=
=20
=20
=20
-- this file defines the external defaults for Snort. all simple scalar=20
-- types have a builtin default, including those in list items, however=20
-- lists defaults are provided here instead of compiling them into the=20
-- binary. this makes it easier to copy and paste or edit for your=20
-- environment.=20
=20
=20
-- include in your snort.lua=20
-- after you set HOME_NET and EXTERNAL_NET=20
=20
=20
-- use these by assignment, eg=20
-- =C2=A0 =C2=A0 ftp_server =3D default_ftp_server=20
---------------------------------------------------------------------------=
=20
-- default paths - used in Talos configs=20
---------------------------------------------------------------------------=
=20
=20
=20
-- Path to your rules files (this can be a relative path)=20
RULE_PATH =3D '/usr/local/etc/snort/rules'=20
BUILTIN_RULE_PATH =3D '../builtin_rules'=20
PLUGIN_RULE_PATH =3D '../so_rules'=20
=20
=20
-- If you are using reputation preprocessor set these=20
WHITE_LIST_PATH =3D '../lists'=20
BLACK_LIST_PATH =3D '../lists'=20
=20
=20
---------------------------------------------------------------------------=
=20
-- default networks - used in Talos rules=20
---------------------------------------------------------------------------=
=20
-- define servers on your network you want to protect=20
=20
=20
DNS_SERVERS =3D HOME_NET=20
FTP_SERVERS =3D HOME_NET=20
HTTP_SERVERS =3D HOME_NET=20
SIP_SERVERS =3D HOME_NET=20
SMTP_SERVERS =3D HOME_NET=20
SQL_SERVERS =3D HOME_NET=20
SSH_SERVERS =3D HOME_NET=20
TELNET_SERVERS =3D HOME_NET=20
=20
=20
=C2=A0 =C2=A0 alert_fast =3D {=20
file =3D true,=20
filename =3D '/var/log/snort/snort.log'=20
=C2=A0 =C2=A0 }=20
=C2=A0 =C2=A0 alert_console =3D {=20
file =3D true,=20
=C2=A0 =C2=A0 }=20
=20
=20
=20
=20
=20
=20
---- On Wed, 08 Jan 2025 12:13:45 -0600 Al Lewis (allewi)<[email protected]>=
wrote ----=20
=20
=20
=20
=20
div.zm_5271370164670993736_parse_6124147626900794347 div.x_zm_4443726661395=
86490_parse_4795833495057976243 p { margin-top: 0; margin-bottom: 0 }=20
=20
=20
Meaning the alert sections should be top level and not nested under another=
section.=C2=A0=20
=20
=20
=20
=20
=20
=20
=20
=20
Albert Lewis=20
=20
Email: [email protected]=C2=A0=20
=20
=20
=20
=20
=20
=20
From:=C2=A0Snort-users <[email protected]>=20
on behalf of Al Lewis (allewi) via Snort-users <[email protected]=
g>=20
Sent:=C2=A0Wednesday, January 8, 2025 12:54 PM=20
To:=C2=A0Jacko B <[email protected]>=20
Cc:=C2=A0Snort users <[email protected]>=20
Subject:=C2=A0Re: [Snort-users] Log trouble=20
=C2=A0=20
=20
=20
I think you have the alert section under=C2=A0the "output" section (alert_f=
ast and alert_console) which doesn't look correct.=20
=20
=20
=20
=20
I am referring=C2=A0to this:=20
=20
=20
=20
=20
outputs =3D {=20
=20
=C2=A0 =C2=A0 alert_fast =3D {=20
=20
file =3D true,=20
=20
filename =3D "/var/log/snort/snort.log",=20
=20
=C2=A0 =C2=A0 },=20
=20
=C2=A0 =C2=A0 alert_console =3D {=20
=20
file =3D true,=20
=20
=C2=A0 =C2=A0 },=20
=20
}=20
=20
=20
=20
=20
Try removing that outputs =3D {} section.=20
=20
=20
=20
=20
=20
=20
=20
=20
Albert Lewis=20
=20
Email: [email protected]=C2=A0=20
=20
=20
=20
From:=C2=A0Jacko B <[email protected]>=20
Sent:=C2=A0Wednesday, January 8, 2025 11:24 AM=20
To:=C2=A0Al Lewis (allewi) <[email protected]>=20
Cc:=C2=A0Snort users <[email protected]>=20
Subject:=C2=A0Re: [Snort-users] Log trouble=20
=C2=A0=20
=20
=20
=20
=20
=20
This is my lua config, sorry for it being so long, I didn't know if you nee=
ded the whole thing but my outputs section is at the very bottom.=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- Snort++ defaults=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
-- this file defines the external defaults for Snort. all simple scalar=20
=20
-- types have a builtin default, including those in list items, however=20
=20
-- lists defaults are provided here instead of compiling them into the=20
=20
-- binary. this makes it easier to copy and paste or edit for your=20
=20
-- environment.=20
=20
=20
=20
=20
-- include in your snort.lua=20
=20
-- after you set HOME_NET and EXTERNAL_NET=20
=20
=20
=20
=20
-- use these by assignment, eg=20
=20
-- =C2=A0 =C2=A0 ftp_server =3D default_ftp_server=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default paths - used in Talos configs=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
-- Path to your rules files (this can be a relative path)=20
=20
RULE_PATH =3D '/usr/local/etc/snort/rules'=20
=20
BUILTIN_RULE_PATH =3D '../builtin_rules'=20
=20
PLUGIN_RULE_PATH =3D '../so_rules'=20
=20
=20
=20
=20
-- If you are using reputation preprocessor set these=20
=20
WHITE_LIST_PATH =3D '../lists'=20
=20
BLACK_LIST_PATH =3D '../lists'=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default networks - used in Talos rules=20
=20
---------------------------------------------------------------------------=
=20
=20
-- define servers on your network you want to protect=20
=20
=20
=20
=20
DNS_SERVERS =3D HOME_NET=20
=20
FTP_SERVERS =3D HOME_NET=20
=20
HTTP_SERVERS =3D HOME_NET=20
=20
SIP_SERVERS =3D HOME_NET=20
=20
SMTP_SERVERS =3D HOME_NET=20
=20
SQL_SERVERS =3D HOME_NET=20
=20
SSH_SERVERS =3D HOME_NET=20
=20
TELNET_SERVERS =3D HOME_NET=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default ports - used in Talos rules=20
=20
---------------------------------------------------------------------------=
=20
=20
-- define ports on your network you want to protect=20
=20
-- where possible, use the wizard for inspection instead of explicit port=
=20
=20
-- bindings. this gives you some port independence and allows you find c&c=
=20
=20
-- channels hard port bindings would miss. Talos rules will still use these=
=20
=20
-- ports if there is no match on service.=20
=20
=20
=20
=20
FTP_PORTS =3D ' 21 2100 3535'=20
=20
=20
=20
=20
HTTP_PORTS =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 80 81 311 383 591 593 901 1220 1414 1741 1830 2301 2381 2809 =
3037 3128=20
=20
=C2=A0 =C2=A0 3702 4343 4848 5250 6988 7000 7001 7144 7145 7510 7777 7779 8=
000 8008=20
=20
=C2=A0 =C2=A0 8014 8028 8080 8085 8088 8090 8118 8123 8180 8181 8243 8280 8=
300 8800=20
=20
=C2=A0 =C2=A0 8888 8899 9000 9060 9080 9090 9091 9443 9999 11371 34443 3444=
4 41080=20
=20
=C2=A0 =C2=A0 50002 55555=20
=20
]]=20
=20
=20
=20
=20
MAIL_PORTS =3D ' 110 143'=20
=20
=20
=20
=20
ORACLE_PORTS =3D ' 1024:'=20
=20
=20
=20
=20
SIP_PORTS =3D ' 5060 5061 5600'=20
=20
=20
=20
=20
SSH_PORTS =3D ' 22'=20
=20
=20
=20
=20
FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_PORTS=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default variables=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
default_variables =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 nets =3D=20
=20
=C2=A0 =C2=A0 {=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 HOME_NET =3D HOME_NET,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 EXTERNAL_NET =3D EXTERNAL_NET,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 DNS_SERVERS =3D DNS_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 FTP_SERVERS =3D FTP_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 HTTP_SERVERS =3D HTTP_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SIP_SERVERS =3D SIP_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SMTP_SERVERS =3D SMTP_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SQL_SERVERS =3D SQL_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SSH_SERVERS =3D SSH_SERVERS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 TELNET_SERVERS =3D TELNET_SERVERS,=20
=20
=C2=A0 =C2=A0 },=20
=20
=C2=A0 =C2=A0 paths =3D=20
=20
=C2=A0 =C2=A0 {=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 RULE_PATH =3D RULE_PATH,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 BUILTIN_RULE_PATH =3D BUILTIN_RULE_PATH,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 PLUGIN_RULE_PATH =3D PLUGIN_RULE_PATH,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 WHITE_LIST_PATH =3D WHITE_LIST_PATH,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 BLACK_LIST_PATH =3D BLACK_LIST_PATH,=20
=20
=C2=A0 =C2=A0 },=20
=20
=C2=A0 =C2=A0 ports =3D=20
=20
=C2=A0 =C2=A0 {=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 FTP_PORTS =3D FTP_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 HTTP_PORTS =3D HTTP_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 MAIL_PORTS =3D MAIL_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ORACLE_PORTS =3D ORACLE_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SIP_PORTS =3D SIP_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SSH_PORTS =3D SSH_PORTS,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 FILE_DATA_PORTS =3D FILE_DATA_PORTS,=20
=20
=C2=A0 =C2=A0 }=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default ftp server=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
ftp_default_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 ABOR ACCT ADAT ALLO APPE AUTH CCC CDUP CEL CLNT CMD CONF CWD =
DELE ENC=20
=20
=C2=A0 =C2=A0 EPRT EPSV ESTA ESTP FEAT HELP LANG LIST LPRT LPSV MACB MAIL M=
DTM MIC=20
=20
=C2=A0 =C2=A0 MKD MLSD MLST MODE NLST NOOP OPTS PASS PASV PBSZ PORT PROT PW=
D QUIT=20
=20
=C2=A0 =C2=A0 REIN REST RETR RMD RNFR RNTO SDUP SITE SIZE SMNT STAT STOR ST=
OU STRU=20
=20
=C2=A0 =C2=A0 SYST TEST TYPE USER XCUP XCRC XCWD XMAS XMD5 XMKD XPWD XRCP X=
RMD XRSQ=20
=20
=C2=A0 =C2=A0 XSEM XSEN XSHA1 XSHA256=20
=20
]]=20
=20
=20
=20
=20
ftp_default_data_chan_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 PORT PASV LPRT LPSV EPRT EPSV=20
=20
]]=20
=20
=20
=20
=20
ftp_default_data_xfer_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 RETR STOR STOU APPE LIST NLST=20
=20
]]=20
=20
=20
=20
=20
ftp_default_file_put_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 STOR STOU APPE=20
=20
]]=20
=20
=20
=20
=20
ftp_default_file_get_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 RETR=20
=20
]]=20
=20
=20
=20
=20
ftp_default_login_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 USER PASS=20
=20
]]=20
=20
=20
=20
=20
ftp_default_encr_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 AUTH=20
=20
]]=20
=20
=20
=20
=20
ftp_format_commands =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 ACCT ADAT ALLO APPE AUTH CEL CLNT CMD CONF CWD DELE ENC EPRT =
EPSV ESTP=20
=20
=C2=A0 =C2=A0 HELP LANG LIST LPRT MACB MAIL MDTM MIC MKD MLSD MLST MODE NLS=
T OPTS=20
=20
=C2=A0 =C2=A0 PASS PBSZ PORT PROT REST RETR RMD RNFR RNTO SDUP SITE SIZE SM=
NT STAT=20
=20
=C2=A0 =C2=A0 STOR STRU TEST TYPE USER XCRC XCWD XMAS XMD5 XMKD XRCP XRMD X=
RSQ XSEM=20
=20
=C2=A0 =C2=A0 XSEN XSHA1 XSHA256=20
=20
]]=20
=20
=20
=20
=20
ftp_command_specs =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { command =3D 'ABOR', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'CCC', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'CDUP', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'ESTA', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'FEAT', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'LPSV', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'NOOP', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'PASV', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'PWD', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'QUIT', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'REIN', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'SYST', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'XCUP', length =3D 0 },=20
=20
=C2=A0 =C2=A0 { command =3D 'XPWD', length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { command =3D 'APPE', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'CMD', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'HELP', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'NLST', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'RETR', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'RNFR', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'STOR', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'STOU', length =3D 200 },=20
=20
=C2=A0 =C2=A0 { command =3D 'XMKD', length =3D 200 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { command =3D 'CWD', length =3D 256 },=20
=20
=C2=A0 =C2=A0 { command =3D 'RNTO', length =3D 256 },=20
=20
=C2=A0 =C2=A0 { command =3D 'SIZE', length =3D 512 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { command =3D 'ALLO', length =3D 200, format =3D '< int [ cha=
r R int ] >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'EPRT', length =3D 400, format =3D '< extd_host=
_port >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'EPSV', format =3D "< [ { '1' | '2' | 'ALL' } ]=
>" },=20
=20
=C2=A0 =C2=A0 { command =3D 'LPRT', length =3D 400, format =3D '< long_host=
_port >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'MACB', format =3D '< string >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'MDTM', format =3D '< [ date nnnnnnnnnnnnnn[.n[=
n[n]]] ] string >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'MODE', format =3D '< char ASBCZ >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'PORT', length =3D 400, format =3D '< host_port=
>' },=20
=20
=C2=A0 =C2=A0 { command =3D 'PROT', format =3D '< char CSEP >' },=20
=20
=C2=A0 =C2=A0 { command =3D 'STRU', format =3D '< char FRPO [ string ] >' }=
,=20
=20
=C2=A0 =C2=A0 { command =3D 'TYPE', format =3D '< { char AE [ char NTC ] | =
char I | char L [ number ] } >' }=20
=20
}=20
=20
=20
=20
=20
default_ftp_server =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 -- params not specified here get internal defaults=20
=20
=C2=A0 =C2=A0 ftp_cmds =3D ftp_default_cmds,=20
=20
=C2=A0 =C2=A0 data_chan_cmds =3D ftp_default_data_chan_cmds,=20
=20
=C2=A0 =C2=A0 data_xfer_cmds =3D ftp_default_data_xfer_cmds,=20
=20
=C2=A0 =C2=A0 file_put_cmds =3D ftp_default_file_put_cmds,=20
=20
=C2=A0 =C2=A0 file_get_cmds =3D ftp_default_file_get_cmds,=20
=20
=C2=A0 =C2=A0 login_cmds =3D ftp_default_login_cmds,=20
=20
=C2=A0 =C2=A0 encr_cmds =3D ftp_default_encr_cmds,=20
=20
=C2=A0 =C2=A0 chk_str_fmt =3D ftp_format_commands,=20
=20
=C2=A0 =C2=A0 cmd_validity =3D ftp_command_specs=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default smtp configuration=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
smtp_default_auth_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 AUTH XAUTH X-EXPS=20
=20
]]=20
=20
=20
=20
=20
smtp_default_binary_data_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 BDAT XEXCH50=20
=20
]]=20
=20
=20
=20
=20
smtp_default_data_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 DATA=20
=20
]]=20
=20
=20
=20
=20
smtp_default_normalize_cmds =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND ESOM E=
TRN EVFY EXPN=20
=20
=C2=A0 =C2=A0 HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SEND =
SOML STARTTLS=20
=20
=C2=A0 =C2=A0 TICK TIME TURN TURNME VERB VRFY X-ADAT XADR XAUTH XCIR X-DRCP=
X-ERCP XEXCH50=20
=20
=C2=A0 =C2=A0 X-EXCH50 X-EXPS XGEN XLICENSE X-LINK2STATE XQUE XSTA XTRN XUS=
R=20
=20
]]=20
=20
=20
=20
=20
smtp_default_valid_cmds =3D smtp_default_normalize_cmds=20
=20
=20
=20
=20
smtp_default_alt_max_command_lines =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { command =3D 'ATRN', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'AUTH', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'BDAT', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'DATA', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'DEBUG', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'EHLO', length =3D 500, },=20
=20
=C2=A0 =C2=A0 { command =3D 'EMAL', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'ESAM', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'ESND', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'ESOM', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'ETRN', length =3D 500, },=20
=20
=C2=A0 =C2=A0 { command =3D 'EVFY', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'EXPN', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'HELO', length =3D 500, },=20
=20
=C2=A0 =C2=A0 { command =3D 'HELP', length =3D 500, },=20
=20
=C2=A0 =C2=A0 { command =3D 'IDENT', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'MAIL', length =3D 260, },=20
=20
=C2=A0 =C2=A0 { command =3D 'NOOP', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'ONEX', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'QUEU', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'QUIT', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'RCPT', length =3D 300, },=20
=20
=C2=A0 =C2=A0 { command =3D 'RSET', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'SAML', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'SEND', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'SIZE', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'SOML', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'STARTTLS', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'TICK', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'TIME', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'TURN', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'TURNME', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'VERB', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'VRFY', length =3D 255, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XADR', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XAUTH', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XCIR', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XEXCH50', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'X-EXPS', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XGEN', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XLICENSE', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'X-LINK2STATE', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XQUE', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XSTA', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XTRN', length =3D 246, },=20
=20
=C2=A0 =C2=A0 { command =3D 'XUSR', length =3D 246, }=20
=20
}=20
=20
=20
=20
=20
default_smtp =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 -- params not specified here get internal defaults=20
=20
=C2=A0 =C2=A0 alt_max_command_line_len =3D smtp_default_alt_max_command_lin=
es,=20
=20
=C2=A0 =C2=A0 auth_cmds =3D smtp_default_auth_cmds,=20
=20
=C2=A0 =C2=A0 binary_data_cmds =3D smtp_default_binary_data_cmds,=20
=20
=C2=A0 =C2=A0 data_cmds =3D smtp_default_data_cmds,=20
=20
=C2=A0 =C2=A0 normalize_cmds =3D smtp_default_normalize_cmds,=20
=20
=C2=A0 =C2=A0 valid_cmds =3D smtp_default_valid_cmds,=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default wizard=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
-- some HTTP and SIP methods match the whole start line to disambiguate=20
=20
-- between them or, in the case of ACK, from another protocol=20
=20
-- the * * patterns match unknown methods=20
=20
=20
=20
=20
http_methods =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 'GET', 'HEAD', 'POST', 'DELETE', 'TRACE', 'CONNECT',=20
=20
=C2=A0 =C2=A0 'VERSION_CONTROL', 'REPORT', 'CHECKOUT', 'CHECKIN', 'UNCHECKO=
UT',=20
=20
=C2=A0 =C2=A0 'MKWORKSPACE', 'LABEL', 'MERGE', 'BASELINE_CONTROL',=20
=20
=C2=A0 =C2=A0 'MKACTIVITY', 'ORDERPATCH', 'ACL', 'PATCH', 'BIND', 'LINK',=
=20
=20
=C2=A0 =C2=A0 'MKCALENDAR', 'MKREDIRECTREF', 'REBIND', 'UNBIND', 'UNLINK',=
=20
=20
=C2=A0 =C2=A0 'UPDATEREDIRECTREF', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY'=
,=20
=20
=C2=A0 =C2=A0 'MOVE', 'LOCK', 'UNLOCK', 'SEARCH', 'BCOPY', 'BDELETE', 'BMOV=
E',=20
=20
=C2=A0 =C2=A0 'BPROPFIND', 'BPROPPATCH', 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMA=
TTS',=20
=20
=C2=A0 =C2=A0 'NOTIFY * HTTP/', 'OPTIONS * HTTP/', 'SUBSCRIBE * HTTP/', 'UP=
DATE * HTTP/',=20
=20
=C2=A0 =C2=A0 'PUT * HTTP/', '* * HTTP/'=20
=20
}=20
=20
=20
=20
=20
sip_requests =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 'INVITE', 'CANCEL', 'BYE', 'REGISTER', 'PRACK', 'PUBLISH', 'R=
EFER', 'INFO', 'MESSAGE',=20
=20
=C2=A0 =C2=A0 'NOTIFY * SIP/', 'OPTIONS * SIP/', 'SUBSCRIBE * SIP/', 'UPDAT=
E * SIP/',=20
=20
=C2=A0 =C2=A0 'ACK * SIP/', '* * SIP/'=20
=20
}=20
=20
=20
=20
=20
telnet_commands =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 '|FF F0|', '|FF F1|', '|FF F2|', '|FF F3|',=20
=20
=C2=A0 =C2=A0 '|FF F4|', '|FF F5|', '|FF F6|', '|FF F7|',=20
=20
=C2=A0 =C2=A0 '|FF F8|', '|FF F9|', '|FF FA|', '|FF FB|',=20
=20
=C2=A0 =C2=A0 '|FF FC|', '|FF FD|', '|FF FE|'=20
=20
}=20
=20
=20
=20
=20
=20
=20
=20
netflow_versions =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 '|00 05|', '|00 09|'=20
=20
}=20
=20
=20
=20
=20
default_wizard =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 spells =3D=20
=20
=C2=A0 =C2=A0 {=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'ftp', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '220*FTP', '220*FileZill=
a' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'http', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D http_methods, to_client =
=3D { 'HTTP/' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'imap', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '** OK', '** BYE', '** P=
REAUTH' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'pop3', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '+OK', '-ERR' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'sip',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D sip_requests, to_client =
=3D { 'SIP/' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'smtp', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { 'HELO', 'EHLO' },=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '220*SMTP', '220*MAIL' }=
},=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'ssh', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { 'SSH-' }, to_client =3D =
{ 'SSH-' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'dce_http_server', proto =3D 'tcp=
',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { 'ncacn_http' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'dce_http_proxy', proto =3D 'tcp'=
,=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { 'RPC_CONNECT' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 },=20
=20
=C2=A0 =C2=A0 hexes =3D=20
=20
=C2=A0 =C2=A0 {=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'dnp3', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { '|05 64|' }, to_client =
=3D { '|05 64|' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'netflow', proto =3D 'udp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D netflow_versions },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'http2', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '???|04 00 00 00 00 00|'=
},=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { '|50 52 49 20 2a 20 48 5=
4 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a|' } },=20
=20
=20
=20
=20
--[[=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'modbus', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { '??|0 0|' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'rpc', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { '????|0 0 0 0 0 0 0 1|' =
},=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_client =3D { '????|0 0 0 0 0 0 0 1|' =
} },=20
=20
--]]=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'ssl', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D { '|16 03|' }, to_client =
=3D { '|16 03|' } },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 { service =3D 'telnet', proto =3D 'tcp',=20
=20
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to_server =3D telnet_commands, to_client=
=3D telnet_commands },=20
=20
=C2=A0 =C2=A0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 curses =3D {'dce_udp', 'dce_tcp', 'dce_smb', 'mms', 's7commpl=
us', 'sslv2'}=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default references=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
default_references =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { name =3D 'bugtraq', =C2=A0 url =3D 'http://www.securityfocu=
s.com/bid/'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'cve', =C2=A0 =C2=A0 =C2=A0 url =3D 'http://cve.mi=
tre.org/cgi-bin/cvename.cgi?name=3D'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'arachNIDS', url =3D 'http://www.whitehats.com/inf=
o/IDS'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'osvdb', =C2=A0 =C2=A0 url =3D 'http://osvdb.org/s=
how/osvdb/'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'McAfee', =C2=A0 =C2=A0url =3D 'http://vil.nai.com=
/vil/content/v_'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'nessus', =C2=A0 =C2=A0url =3D 'http://cgi.nessus.=
org/plugins/dump.php3?id=3D'=20
},=20
=20
=C2=A0 =C2=A0 { name =3D 'url', =C2=A0 =C2=A0 =C2=A0 url =3D 'http://' },=
=20
=20
=C2=A0 =C2=A0 { name =3D 'msb', =C2=A0 =C2=A0 =C2=A0 url =3D 'http://techne=
t.microsoft.com/en-us/security/bulletin/'=20
}=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default classifications=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
default_classifications =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { name =3D 'not-suspicious', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Not Suspicious Traffic' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'unknown', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Unknown Traffic' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'bad-unknown', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Potentially Bad Traffic' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'attempted-recon', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Attempted Information Leak' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'successful-recon-limited', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Information Leak' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'successful-recon-largescale', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Large Scale Information Leak' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'attempted-dos', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Attempted Denial of Service' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'successful-dos', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Denial of Service' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'attempted-user', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Attempted User Privilege Gain' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'unsuccessful-user', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Unsuccessful User Privilege Gain' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'successful-user', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Successful User Privilege Gain' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'attempted-admin', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Attempted Administrator Privilege Gain' },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'successful-admin', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Successful Administrator Privilege Gain' },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'rpc-portmap-decode', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Decode of an RPC Query' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'shellcode-detect', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Executable code was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'string-detect', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A suspicious string was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'suspicious-filename-detect', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A suspicious filename was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'suspicious-login', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'An attempted login using a suspicious userna=
me was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'system-call-detect', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A system call was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'tcp-connection', priority =3D 4,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A TCP connection was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'trojan-activity', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A Network Trojan was detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'unusual-client-port-connection', priority =3D 2,=
=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'A client was using an unusual port' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'network-scan', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Detection of a Network Scan' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'denial-of-service', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Detection of a Denial of Service Attack' },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'non-standard-protocol', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Detection of a non-standard protocol or even=
t' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'protocol-command-decode', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Generic Protocol Command Decode' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'web-application-activity', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Access to a potentially vulnerable web appli=
cation' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'web-application-attack', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Web Application Attack' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'misc-activity', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Misc activity' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'misc-attack', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Misc Attack' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'icmp-event', priority =3D 3,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Generic ICMP event' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'inappropriate-content', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Inappropriate Content was Detected' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'policy-violation', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Potential Corporate Privacy Violation' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'default-login-attempt', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Attempt to login by a default username and p=
assword' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'sdf', priority =3D 2,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Sensitive Data' },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'file-format', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Known malicious file or file based exploit' =
},=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'malware-cnc', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Known malware command and control traffic' }=
,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { name =3D 'client-side-exploit', priority =3D 1,=20
=20
=C2=A0 =C2=A0 =C2=A0 text =3D 'Known client side exploit attempt' }=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- gtp defaults=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
gtp_v0_msg =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "echo_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "echo_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "version_not_supported" },=20
=20
=C2=A0 =C2=A0 { type =3D 4, name =3D "node_alive_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 5, name =3D "node_alive_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 6, name =3D "redirection_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 7, name =3D "redirection_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 16, name =3D "create_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 17, name =3D "create_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 18, name =3D "update_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 19, name =3D "update_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 20, name =3D "delete_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 21, name =3D "delete_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 22, name =3D "create_aa_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 23, name =3D "create_aa_pdp_context_response" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 24, name =3D "delete_aa_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 25, name =3D "delete_aa_pdp_context_response" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 26, name =3D "error_indication" },=20
=20
=C2=A0 =C2=A0 { type =3D 27, name =3D "pdu_notification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 28, name =3D "pdu_notification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 29, name =3D "pdu_notification_reject_request" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 30, name =3D "pdu_notification_reject_response" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 32, name =3D "send_routing_info_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 33, name =3D "send_routing_info_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 34, name =3D "failure_report_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 35, name =3D "failure_report_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 36, name =3D "note_ms_present_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 37, name =3D "note_ms_present_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 48, name =3D "identification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 49, name =3D "identification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 50, name =3D "sgsn_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 51, name =3D "sgsn_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 52, name =3D "sgsn_context_ack" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 240, name =3D "data_record_transfer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 241, name =3D "data_record_transfer_response" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 255, name =3D "pdu" },=20
=20
}=20
=20
=20
=20
=20
gtp_v1_msg =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "echo_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "echo_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "version_not_supported" },=20
=20
=C2=A0 =C2=A0 { type =3D 4, name =3D "node_alive_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 5, name =3D "node_alive_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 6, name =3D "redirection_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 7, name =3D "redirection_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 16, name =3D "create_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 17, name =3D "create_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 18, name =3D "update_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 19, name =3D "update_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 20, name =3D "delete_pdp_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 21, name =3D "delete_pdp_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 22, name =3D "init_pdp_context_activation_request"=
},=20
=20
=C2=A0 =C2=A0 { type =3D 23, name =3D "init_pdp_context_activation_response=
" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 26, name =3D "error_indication" },=20
=20
=C2=A0 =C2=A0 { type =3D 27, name =3D "pdu_notification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 28, name =3D "pdu_notification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 29, name =3D "pdu_notification_reject_request" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 30, name =3D "pdu_notification_reject_response" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 31, name =3D "supported_ext_header_notification" }=
,=20
=20
=C2=A0 =C2=A0 { type =3D 32, name =3D "send_routing_info_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 33, name =3D "send_routing_info_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 34, name =3D "failure_report_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 35, name =3D "failure_report_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 36, name =3D "note_ms_present_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 37, name =3D "note_ms_present_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 48, name =3D "identification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 49, name =3D "identification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 50, name =3D "sgsn_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 51, name =3D "sgsn_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 52, name =3D "sgsn_context_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 53, name =3D "forward_relocation_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 54, name =3D "forward_relocation_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 55, name =3D "forward_relocation_complete" },=20
=20
=C2=A0 =C2=A0 { type =3D 56, name =3D "relocation_cancel_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 57, name =3D "relocation_cancel_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 58, name =3D "forward_srns_contex" },=20
=20
=C2=A0 =C2=A0 { type =3D 59, name =3D "forward_relocation_complete_ack" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 60, name =3D "forward_srns_contex_ack" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 70, name =3D "ran_info_relay" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 96, name =3D "mbms_notification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 97, name =3D "mbms_notification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 98, name =3D "mbms_notification_reject_request" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 99, name =3D "mbms_notification_reject_response" }=
,=20
=20
=C2=A0 =C2=A0 { type =3D 100, name =3D "create_mbms_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 101, name =3D "create_mbms_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 102, name =3D "update_mbms_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 103, name =3D "update_mbms_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 104, name =3D "delete_mbms_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 105, name =3D "delete_mbms_context_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 112, name =3D "mbms_register_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 113, name =3D "mbms_register_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 114, name =3D "mbms_deregister_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 115, name =3D "mbms_deregister_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 116, name =3D "mbms_session_start_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 117, name =3D "mbms_session_start_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 118, name =3D "mbms_session_stop_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 119, name =3D "mbms_session_stop_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 120, name =3D "mbms_session_update_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 121, name =3D "mbms_session_update_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 128, name =3D "ms_info_change_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 129, name =3D "ms_info_change_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 240, name =3D "data_record_transfer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 241, name =3D "data_record_transfer_response" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 254, name =3D "end_marker" },=20
=20
=C2=A0 =C2=A0 { type =3D 255, name =3D "pdu" },=20
=20
}=20
=20
=20
=20
=20
gtp_v2_msg =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "echo_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "echo_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "version_not_supported" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 32, name =3D "create_session_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 33, name =3D "create_session_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 34, name =3D "modify_bearer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 35, name =3D "modify_bearer_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 36, name =3D "delete_session_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 37, name =3D "delete_session_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 38, name =3D "change_notification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 39, name =3D "change_notification_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 64, name =3D "modify_bearer_command" },=20
=20
=C2=A0 =C2=A0 { type =3D 65, name =3D "modify_bearer_failure_indication" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 66, name =3D "delete_bearer_command" },=20
=20
=C2=A0 =C2=A0 { type =3D 67, name =3D "delete_bearer_failure_indication" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 68, name =3D "bearer_resource_command" },=20
=20
=C2=A0 =C2=A0 { type =3D 69, name =3D "bearer_resource_failure_indication" =
},=20
=20
=C2=A0 =C2=A0 { type =3D 70, name =3D "downlink_failure_indication" },=20
=20
=C2=A0 =C2=A0 { type =3D 71, name =3D "trace_session_activation" },=20
=20
=C2=A0 =C2=A0 { type =3D 72, name =3D "trace_session_deactivation" },=20
=20
=C2=A0 =C2=A0 { type =3D 73, name =3D "stop_paging_indication" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 95, name =3D "create_bearer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 96, name =3D "create_bearer_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 97, name =3D "update_bearer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 98, name =3D "update_bearer_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 99, name =3D "delete_bearer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 100, name =3D "delete_bearer_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 101, name =3D "delete_pdn_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 102, name =3D "delete_pdn_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 128, name =3D "identification_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 129, name =3D "identification_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 130, name =3D "sgsn_context_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 131, name =3D "sgsn_context_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 132, name =3D "sgsn_context_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 133, name =3D "forward_relocation_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 134, name =3D "forward_relocation_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 135, name =3D "forward_relocation_complete" },=20
=20
=C2=A0 =C2=A0 { type =3D 136, name =3D "forward_relocation_complete_ack" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 137, name =3D "forward_access" },=20
=20
=C2=A0 =C2=A0 { type =3D 138, name =3D "forward_access_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 139, name =3D "relocation_cancel_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 140, name =3D "relocation_cancel_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 141, name =3D "configuration_transfer_tunnel" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 149, name =3D "detach" },=20
=20
=C2=A0 =C2=A0 { type =3D 150, name =3D "detach_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 151, name =3D "cs_paging" },=20
=20
=C2=A0 =C2=A0 { type =3D 152, name =3D "ran_info_relay" },=20
=20
=C2=A0 =C2=A0 { type =3D 153, name =3D "alert_mme" },=20
=20
=C2=A0 =C2=A0 { type =3D 154, name =3D "alert_mme_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 155, name =3D "ue_activity" },=20
=20
=C2=A0 =C2=A0 { type =3D 156, name =3D "ue_activity_ack" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 160, name =3D "create_forward_tunnel_request" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 161, name =3D "create_forward_tunnel_response" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 162, name =3D "suspend" },=20
=20
=C2=A0 =C2=A0 { type =3D 163, name =3D "suspend_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 164, name =3D "resume" },=20
=20
=C2=A0 =C2=A0 { type =3D 165, name =3D "resume_ack" },=20
=20
=C2=A0 =C2=A0 { type =3D 166, name =3D "create_indirect_forward_tunnel_requ=
est" },=20
=20
=C2=A0 =C2=A0 { type =3D 167, name =3D "create_indirect_forward_tunnel_resp=
onse" },=20
=20
=C2=A0 =C2=A0 { type =3D 168, name =3D "delete_indirect_forward_tunnel_requ=
est" },=20
=20
=C2=A0 =C2=A0 { type =3D 169, name =3D "delete_indirect_forward_tunnel_resp=
onse" },=20
=20
=C2=A0 =C2=A0 { type =3D 170, name =3D "release_access_bearer_request" },=
=20
=20
=C2=A0 =C2=A0 { type =3D 171, name =3D "release_access_bearer_response" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 176, name =3D "downlink_data" },=20
=20
=C2=A0 =C2=A0 { type =3D 177, name =3D "downlink_data_ack" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 179, name =3D "pgw_restart" },=20
=20
=C2=A0 =C2=A0 { type =3D 180, name =3D "pgw_restart_ack" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 200, name =3D "update_pdn_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 201, name =3D "update_pdn_response" },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 211, name =3D "modify_access_bearer_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 212, name =3D "modify_access_bearer_response" },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 231, name =3D "mbms_session_start_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 232, name =3D "mbms_session_start_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 233, name =3D "mbms_session_update_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 234, name =3D "mbms_session_update_response" },=20
=20
=C2=A0 =C2=A0 { type =3D 235, name =3D "mbms_session_stop_request" },=20
=20
=C2=A0 =C2=A0 { type =3D 236, name =3D "mbms_session_stop_response" },=20
=20
};=20
=20
=20
=20
=20
-- length =3D 0 indicates variable length=20
=20
=20
=20
=20
gtp_v0_info =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "cause", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "imsi", length =3D 9 },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "rai", length =3D 7 },=20
=20
=C2=A0 =C2=A0 { type =3D 4, name =3D "tlli", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 5, name =3D "p_tmsi", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 6, name =3D "qos", length =3D 4 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 8, name =3D "recording_required", length =3D 2 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 9, name =3D "authentication", length =3D 29 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 11, name =3D "map_cause", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 12, name =3D "p_tmsi_sig", length =3D 4 },=20
=20
=C2=A0 =C2=A0 { type =3D 13, name =3D "ms_validated", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 14, name =3D "recovery", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 15, name =3D "selection_mode", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 16, name =3D "flow_label_data_1", length =3D 3 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 17, name =3D "flow_label_signalling", length =3D 3=
},=20
=20
=C2=A0 =C2=A0 { type =3D 18, name =3D "flow_label_data_2", length =3D 4 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 19, name =3D "ms_unreachable", length =3D 2 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 127, name =3D "charge_id", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 128, name =3D "end_user_address", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 129, name =3D "mm_context", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 130, name =3D "pdp_context", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 131, name =3D "apn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 132, name =3D "protocol_config", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 133, name =3D "gsn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 134, name =3D "msisdn", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 251, name =3D "charging_gateway_addr", length =3D =
0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 255, name =3D "private_extension", length =3D 0 },=
=20
=20
}=20
=20
=20
=20
=20
gtp_v1_info =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "cause", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "imsi", length =3D 9 },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "rai", length =3D 7 },=20
=20
=C2=A0 =C2=A0 { type =3D 4, name =3D "tlli", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 5, name =3D "p_tmsi", length =3D 5 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 8, name =3D "recording_required", length =3D 2 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 9, name =3D "authentication", length =3D 29 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 11, name =3D "map_cause", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 12, name =3D "p_tmsi_sig", length =3D 4 },=20
=20
=C2=A0 =C2=A0 { type =3D 13, name =3D "ms_validated", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 14, name =3D "recovery", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 15, name =3D "selection_mode", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 16, name =3D "teid_1", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 17, name =3D "teid_control", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 18, name =3D "teid_2", length =3D 6 },=20
=20
=C2=A0 =C2=A0 { type =3D 19, name =3D "teardown_ind", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 20, name =3D "nsapi", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 21, name =3D "ranap", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 22, name =3D "rab_context", length =3D 10 },=20
=20
=C2=A0 =C2=A0 { type =3D 23, name =3D "radio_priority_sms", length =3D 2 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 24, name =3D "radio_priority", length =3D 2 },=20
=20
=C2=A0 =C2=A0 { type =3D 25, name =3D "packet_flow_id", length =3D 3 },=20
=20
=C2=A0 =C2=A0 { type =3D 26, name =3D "charging_char", length =3D 3 },=20
=20
=C2=A0 =C2=A0 { type =3D 27, name =3D "trace_ref", length =3D 3 },=20
=20
=C2=A0 =C2=A0 { type =3D 28, name =3D "trace_type", length =3D 3 },=20
=20
=C2=A0 =C2=A0 { type =3D 29, name =3D "ms_unreachable", length =3D 2 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { =C2=A0type =3D127, name =3D "charge_id", length =3D 5 },=20
=20
=C2=A0 =C2=A0 { type =3D 128, name =3D "end_user_address", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 129, name =3D "mm_context", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 130, name =3D "pdp_context", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 131, name =3D "apn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 132, name =3D "protocol_config", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 133, name =3D "gsn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 134, name =3D "msisdn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 135, name =3D "qos", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 136, name =3D "authentication_qu", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 137, name =3D "tft", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 138, name =3D "target_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 139, name =3D "utran_trans", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 140, name =3D "rab_setup", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 141, name =3D "ext_header", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 142, name =3D "trigger_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 143, name =3D "omc_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 144, name =3D "ran_trans", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 145, name =3D "pdp_context_pri", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 146, name =3D "addi_rab_setup", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 147, name =3D "sgsn_number", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 148, name =3D "common_flag", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 149, name =3D "apn_restriction", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 150, name =3D "radio_priority_lcs", length =3D 4 }=
,=20
=20
=C2=A0 =C2=A0 { type =3D 151, name =3D "rat_type", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 152, name =3D "user_loc_info", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 153, name =3D "ms_time_zone", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 154, name =3D "imei_sv", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 155, name =3D "camel", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 156, name =3D "mbms_ue_context", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 157, name =3D "tmp_mobile_group_id", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 158, name =3D "rim_routing_addr", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 159, name =3D "mbms_config", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 160, name =3D "mbms_service_area", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 161, name =3D "src_rnc_pdcp", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 162, name =3D "addi_trace_info", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 163, name =3D "hop_counter", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 164, name =3D "plmn_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 165, name =3D "mbms_session_id", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 166, name =3D "mbms_2g3g_indicator", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 167, name =3D "enhanced_nsapi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 168, name =3D "mbms_session_duration", length =3D =
0 },=20
=20
=C2=A0 =C2=A0 { type =3D 169, name =3D "addi_mbms_trace_info", length =3D 0=
},=20
=20
=C2=A0 =C2=A0 { type =3D 170, name =3D "mbms_session_repetition_num", lengt=
h =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 171, name =3D "mbms_time_to_data", length =3D 0 },=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 173, name =3D "bss", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 174, name =3D "cell_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 175, name =3D "pdu_num", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 177, name =3D "mbms_bearer_capab", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 178, name =3D "rim_routing_disc", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 179, name =3D "list_pfc", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 180, name =3D "ps_xid", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 181, name =3D "ms_info_change_report", length =3D =
4 },=20
=20
=C2=A0 =C2=A0 { type =3D 182, name =3D "direct_tunnel_flags", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 183, name =3D "correlation_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 184, name =3D "bearer_control_mode", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 185, name =3D "mbms_flow_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 186, name =3D "mbms_ip_multicast", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 187, name =3D "mbms_distribution_ack", length =3D =
4 },=20
=20
=C2=A0 =C2=A0 { type =3D 188, name =3D "reliable_inter_rat_handover", lengt=
h =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 189, name =3D "rfsp_index", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 190, name =3D "fqdn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 191, name =3D "evolved_allocation1", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 192, name =3D "evolved_allocation2", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 193, name =3D "extended_flags", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 194, name =3D "uci", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 195, name =3D "csg_info", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 196, name =3D "csg_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 197, name =3D "cmi", length =3D 4 },=20
=20
=C2=A0 =C2=A0 { type =3D 198, name =3D "apn_ambr", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 199, name =3D "ue_network", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 200, name =3D "ue_ambr", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 201, name =3D "apn_ambr_nsapi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 202, name =3D "ggsn_backoff_timer", length =3D 0 }=
,=20
=20
=C2=A0 =C2=A0 { type =3D 203, name =3D "signalling_priority_indication", le=
ngth =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 204, name =3D "signalling_priority_indication_nsap=
i", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 205, name =3D "high_bitrate", length =3D 4 },=20
=20
=C2=A0 =C2=A0 { type =3D 206, name =3D "max_mbr", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 251, name =3D "charging_gateway_addr", length =3D =
0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 255, name =3D "private_extension", length =3D 0 },=
=20
=20
}=20
=20
=20
=20
=20
gtp_v2_info =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { type =3D 1, name =3D "imsi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 2, name =3D "cause", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 3, name =3D "recovery", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 71, name =3D "apn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 72, name =3D "ambr", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 73, name =3D "ebi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 74, name =3D "ip_addr", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 75, name =3D "mei", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 76, name =3D "msisdn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 77, name =3D "indication", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 78, name =3D "pco", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 79, name =3D "paa", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 80, name =3D "bearer_qos", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 81, name =3D "flow_qos", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 82, name =3D "rat_type", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 83, name =3D "serving_network", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 84, name =3D "bearer_tft", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 85, name =3D "tad", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 86, name =3D "uli", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 87, name =3D "f_teid", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 88, name =3D "tmsi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 89, name =3D "cn_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 90, name =3D "s103pdf", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 91, name =3D "s1udf", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 92, name =3D "delay_value", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 93, name =3D "bearer_context", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 94, name =3D "charging_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 95, name =3D "charging_char", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 96, name =3D "trace_info", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 97, name =3D "bearer_flag", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 99, =C2=A0name =3D "pdn_type", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 100, name =3D "pti", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 101, name =3D "drx_parameter", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 103, name =3D "gsm_key_tri", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 104, name =3D "umts_key_cipher_quin", length =3D 0=
},=20
=20
=C2=A0 =C2=A0 { type =3D 105, name =3D "gsm_key_cipher_quin", length =3D 0 =
},=20
=20
=C2=A0 =C2=A0 { type =3D 106, name =3D "umts_key_quin", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 107, name =3D "eps_quad", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 108, name =3D "umts_key_quad_quin", length =3D 0 }=
,=20
=20
=C2=A0 =C2=A0 { type =3D 109, name =3D "pdn_connection", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 110, name =3D "pdn_number", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 111, name =3D "p_tmsi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 112, name =3D "p_tmsi_sig", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 113, name =3D "hop_counter", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 114, name =3D "ue_time_zone", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 115, name =3D "trace_ref", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 116, name =3D "complete_request_msg", length =3D 0=
},=20
=20
=C2=A0 =C2=A0 { type =3D 117, name =3D "guti", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 118, name =3D "f_container", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 119, name =3D "f_cause", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 120, name =3D "plmn_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 121, name =3D "target_id", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 123, name =3D "packet_flow_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 124, name =3D "rab_contex", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 125, name =3D "src_rnc_pdcp", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 126, name =3D "udp_src_port", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 127, name =3D "apn_restriction", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 128, name =3D "selection_mode", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 129, name =3D "src_id", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 131, name =3D "change_report_action", length =3D 0=
},=20
=20
=C2=A0 =C2=A0 { type =3D 132, name =3D "fq_csid", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 133, name =3D "channel", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 134, name =3D "emlpp_pri", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 135, name =3D "node_type", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 136, name =3D "fqdn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 137, name =3D "ti", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 138, name =3D "mbms_session_duration", length =3D =
0 },=20
=20
=C2=A0 =C2=A0 { type =3D 139, name =3D "mbms_service_area", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 140, name =3D "mbms_session_id", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 141, name =3D "mbms_flow_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 142, name =3D "mbms_ip_multicast", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 143, name =3D "mbms_distribution_ack", length =3D =
0 },=20
=20
=C2=A0 =C2=A0 { type =3D 144, name =3D "rfsp_index", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 145, name =3D "uci", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 146, name =3D "csg_info", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 147, name =3D "csg_id", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 148, name =3D "cmi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 149, name =3D "service_indicator", length =3D 0 },=
=20
=20
=C2=A0 =C2=A0 { type =3D 150, name =3D "detach_type", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 151, name =3D "ldn", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 152, name =3D "node_feature", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 153, name =3D "mbms_time_to_transfer", length =3D =
0 },=20
=20
=C2=A0 =C2=A0 { type =3D 154, name =3D "throttling", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 155, name =3D "arp", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 156, name =3D "epc_timer", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 157, name =3D "signalling_priority_indication", le=
ngth =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 158, name =3D "tmgi", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 159, name =3D "mm_srvcc", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 160, name =3D "flags_srvcc", length =3D 0 },=20
=20
=C2=A0 =C2=A0 { type =3D 161, name =3D "mmbr", length =3D 0 },=20
=20
=20
=20
=20
=C2=A0 =C2=A0 { type =3D 255, name =3D "private_extension", length =3D 0 },=
=20
=20
}=20
=20
=20
=20
=20
default_gtp =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 { version =3D 0, messages =3D gtp_v0_msg, infos =3D gtp_v0_in=
fo },=20
=20
=C2=A0 =C2=A0 { version =3D 1, messages =3D gtp_v1_msg, infos =3D gtp_v1_in=
fo },=20
=20
=C2=A0 =C2=A0 { version =3D 2, messages =3D gtp_v2_msg, infos =3D gtp_v2_in=
fo },=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- port_scan defaults=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
tcp_low_ports =3D { scans =3D =C2=A0 0, rejects =3D =C2=A05, nets =3D =C2=
=A025, ports =3D =C2=A05 }=20
=20
tcp_low_decoy =3D { scans =3D =C2=A0 0, rejects =3D 15, nets =3D =C2=A050, =
ports =3D 30 }=20
=20
tcp_low_sweep =3D { scans =3D =C2=A0 0, rejects =3D =C2=A05, nets =3D =C2=
=A0 5, ports =3D 15 }=20
=20
tcp_low_dist =3D =C2=A0{ scans =3D =C2=A0 0, rejects =3D 15, nets =3D =C2=
=A050, ports =3D 15 }=20
=20
=20
=20
=20
tcp_med_ports =3D { scans =3D 200, rejects =3D 10, nets =3D =C2=A060, ports=
=3D 15 }=20
=20
tcp_med_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D =
60 }=20
=20
tcp_med_sweep =3D { scans =3D =C2=A030, rejects =3D =C2=A07, nets =3D =C2=
=A0 7, ports =3D 10 }=20
=20
tcp_med_dist =3D =C2=A0{ scans =3D 200, rejects =3D 30, nets =3D 120, ports=
=3D 30 }=20
=20
=20
=20
=20
tcp_hi_ports =3D =C2=A0{ scans =3D 200, rejects =3D =C2=A05, nets =3D 100, =
ports =3D 10 }=20
=20
tcp_hi_decoy =3D =C2=A0{ scans =3D 200, rejects =3D =C2=A07, nets =3D 200, =
ports =3D 60 }=20
=20
tcp_hi_sweep =3D =C2=A0{ scans =3D =C2=A030, rejects =3D =C2=A03, nets =3D =
=C2=A0 3, ports =3D 10 }=20
=20
tcp_hi_dist =3D =C2=A0 { scans =3D 200, rejects =3D =C2=A05, nets =3D 200, =
ports =3D 10 }=20
=20
=20
=20
=20
udp_low_ports =3D { scans =3D =C2=A0 0, rejects =3D =C2=A05, nets =3D =C2=
=A025, ports =3D =C2=A05 }=20
=20
udp_low_decoy =3D { scans =3D =C2=A0 0, rejects =3D 15, nets =3D =C2=A050, =
ports =3D 30 }=20
=20
udp_low_sweep =3D { scans =3D =C2=A0 0, rejects =3D =C2=A05, nets =3D =C2=
=A0 5, ports =3D 15 }=20
=20
udp_low_dist =3D =C2=A0{ scans =3D =C2=A0 0, rejects =3D 15, nets =3D =C2=
=A050, ports =3D 15 }=20
=20
=20
=20
=20
udp_med_ports =3D { scans =3D 200, rejects =3D 10, nets =3D =C2=A060, ports=
=3D 15 }=20
=20
udp_med_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D =
60 }=20
=20
udp_med_sweep =3D { scans =3D =C2=A030, rejects =3D =C2=A05, nets =3D =C2=
=A0 5, ports =3D 20 }=20
=20
udp_med_dist =3D =C2=A0{ scans =3D 200, rejects =3D 30, nets =3D 120, ports=
=3D 30 }=20
=20
=20
=20
=20
udp_hi_ports =3D =C2=A0{ scans =3D 200, rejects =3D =C2=A03, nets =3D 100, =
ports =3D 10 }=20
=20
udp_hi_decoy =3D =C2=A0{ scans =3D 200, rejects =3D =C2=A07, nets =3D 200, =
ports =3D 60 }=20
=20
udp_hi_sweep =3D =C2=A0{ scans =3D =C2=A030, rejects =3D =C2=A03, nets =3D =
=C2=A0 3, ports =3D 10 }=20
=20
udp_hi_dist =3D =C2=A0 { scans =3D 200, rejects =3D =C2=A03, nets =3D 200, =
ports =3D 10 }=20
=20
=20
=20
=20
ip_low_proto =3D =C2=A0{ scans =3D =C2=A0 0, rejects =3D 10, nets =3D =C2=
=A010, ports =3D 50 }=20
=20
ip_low_decoy =3D =C2=A0{ scans =3D =C2=A0 0, rejects =3D 40, nets =3D =C2=
=A050, ports =3D 25 }=20
=20
ip_low_sweep =3D =C2=A0{ scans =3D =C2=A0 0, rejects =3D 10, nets =3D =C2=
=A010, ports =3D 10 }=20
=20
ip_low_dist =3D =C2=A0 { scans =3D =C2=A0 0, rejects =3D 15, nets =3D =C2=
=A025, ports =3D 50 }=20
=20
=20
=20
=20
ip_med_proto =3D =C2=A0{ scans =3D 200, rejects =3D 10, nets =3D =C2=A010, =
ports =3D 50 }=20
=20
ip_med_decoy =3D =C2=A0{ scans =3D 200, rejects =3D 40, nets =3D =C2=A050, =
ports =3D 25 }=20
=20
ip_med_sweep =3D =C2=A0{ scans =3D =C2=A030, rejects =3D 10, nets =3D =C2=
=A010, ports =3D 10 }=20
=20
ip_med_dist =3D =C2=A0 { scans =3D 200, rejects =3D 15, nets =3D =C2=A025, =
ports =3D 50 }=20
=20
=20
=20
=20
ip_hi_proto =3D =C2=A0 { scans =3D 200, rejects =3D =C2=A03, nets =3D =C2=
=A0 3, ports =3D 10 }=20
=20
ip_hi_decoy =3D =C2=A0 { scans =3D 200, rejects =3D =C2=A07, nets =3D =C2=
=A015, ports =3D =C2=A05 }=20
=20
ip_hi_sweep =3D =C2=A0 { scans =3D =C2=A030, rejects =3D =C2=A03, nets =3D =
=C2=A0 3, ports =3D =C2=A07 }=20
=20
ip_hi_dist =3D =C2=A0 =C2=A0{ scans =3D 200, rejects =3D =C2=A03, nets =3D =
=C2=A011, ports =3D 10 }=20
=20
=20
=20
=20
icmp_low_sweep =3D { scans =3D =C2=A0 0, rejects =3D =C2=A05, nets =3D =C2=
=A0 5, ports =3D =C2=A05 }=20
=20
icmp_med_sweep =3D { scans =3D =C2=A020, rejects =3D =C2=A05, nets =3D =C2=
=A0 5, ports =3D =C2=A05 }=20
=20
icmp_hi_sweep =3D =C2=A0{ scans =3D =C2=A010, rejects =3D =C2=A03, nets =3D=
=C2=A0 3, ports =3D =C2=A05 }=20
=20
=20
=20
=20
default_hi_port_scan =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 protos =3D 'all',=20
=20
=C2=A0 =C2=A0 scan_types =3D 'all',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_window =3D 600,=20
=20
=C2=A0 =C2=A0 udp_window =3D 600,=20
=20
=C2=A0 =C2=A0 ip_window =3D 600,=20
=20
=C2=A0 =C2=A0 icmp_window =3D 600,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_ports =3D tcp_hi_ports,=20
=20
=C2=A0 =C2=A0 tcp_decoy =3D tcp_hi_decoy,=20
=20
=C2=A0 =C2=A0 tcp_sweep =3D tcp_hi_sweep,=20
=20
=C2=A0 =C2=A0 tcp_dist =3D tcp_hi_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 udp_ports =3D udp_hi_ports,=20
=20
=C2=A0 =C2=A0 udp_decoy =3D udp_hi_decoy,=20
=20
=C2=A0 =C2=A0 udp_sweep =3D udp_hi_sweep,=20
=20
=C2=A0 =C2=A0 udp_dist =3D udp_hi_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 ip_proto =3D ip_hi_proto,=20
=20
=C2=A0 =C2=A0 ip_decoy =3D ip_hi_decoy,=20
=20
=C2=A0 =C2=A0 ip_sweep =3D ip_hi_sweep,=20
=20
=C2=A0 =C2=A0 ip_dist =3D ip_hi_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 icmp_sweep =3D icmp_hi_sweep,=20
=20
}=20
=20
=20
=20
=20
default_med_port_scan =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 protos =3D 'all',=20
=20
=C2=A0 =C2=A0 scan_types =3D 'all',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_window =3D 90,=20
=20
=C2=A0 =C2=A0 udp_window =3D 90,=20
=20
=C2=A0 =C2=A0 ip_window =3D 90,=20
=20
=C2=A0 =C2=A0 icmp_window =3D 90,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_ports =3D tcp_med_ports,=20
=20
=C2=A0 =C2=A0 tcp_decoy =3D tcp_med_decoy,=20
=20
=C2=A0 =C2=A0 tcp_sweep =3D tcp_med_sweep,=20
=20
=C2=A0 =C2=A0 tcp_dist =3D tcp_med_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 udp_ports =3D udp_med_ports,=20
=20
=C2=A0 =C2=A0 udp_decoy =3D udp_med_decoy,=20
=20
=C2=A0 =C2=A0 udp_sweep =3D udp_med_sweep,=20
=20
=C2=A0 =C2=A0 udp_dist =3D udp_med_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 ip_proto =3D ip_med_proto,=20
=20
=C2=A0 =C2=A0 ip_decoy =3D ip_med_decoy,=20
=20
=C2=A0 =C2=A0 ip_sweep =3D ip_med_sweep,=20
=20
=C2=A0 =C2=A0 ip_dist =3D ip_med_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 icmp_sweep =3D icmp_med_sweep,=20
=20
}=20
=20
=20
=20
=20
default_low_port_scan =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 protos =3D 'all',=20
=20
=C2=A0 =C2=A0 scan_types =3D 'all',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_window =3D 60,=20
=20
=C2=A0 =C2=A0 udp_window =3D 60,=20
=20
=C2=A0 =C2=A0 ip_window =3D 60,=20
=20
=C2=A0 =C2=A0 icmp_window =3D 60,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 tcp_ports =3D tcp_low_ports,=20
=20
=C2=A0 =C2=A0 tcp_decoy =3D tcp_low_decoy,=20
=20
=C2=A0 =C2=A0 tcp_sweep =3D tcp_low_sweep,=20
=20
=C2=A0 =C2=A0 tcp_dist =3D tcp_low_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 udp_ports =3D udp_low_ports,=20
=20
=C2=A0 =C2=A0 udp_decoy =3D udp_low_decoy,=20
=20
=C2=A0 =C2=A0 udp_sweep =3D udp_low_sweep,=20
=20
=C2=A0 =C2=A0 udp_dist =3D udp_low_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 ip_proto =3D ip_low_proto,=20
=20
=C2=A0 =C2=A0 ip_decoy =3D ip_low_decoy,=20
=20
=C2=A0 =C2=A0 ip_sweep =3D ip_low_sweep,=20
=20
=C2=A0 =C2=A0 ip_dist =3D ip_low_dist,=20
=20
=20
=20
=20
=C2=A0 =C2=A0 icmp_sweep =3D icmp_low_sweep,=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default js_norm configuration=20
=20
---------------------------------------------------------------------------=
=20
=20
=20
=20
=20
-- ECMAScript Standard Built-in Objects and Functions Names (Identifiers)=
=20
=20
-- Also, might include other non-specification identifiers like those=20
=20
-- are part of WebAPI or frameworks=20
=20
=20
=20
=20
default_js_norm_ident_ignore =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 -- GlobalObject.Functions=20
=20
=C2=A0 =C2=A0 'eval', 'PerformEval', 'HostEnsureCanCompileStrings', 'EvalDe=
clarationInstantiation',=20
=20
=C2=A0 =C2=A0 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'Encode', 'Dec=
ode', 'decodeURI',=20
=20
=C2=A0 =C2=A0 'decodeURIComponent', 'encodeURI', 'encodeURIComponent',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Microsoft.JScript.GlobalObject.Functions=20
=20
=C2=A0 =C2=A0 'CollectGarbage', 'GetHashCode', 'GetObject', 'GetType', 'Mem=
berwiseClone',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- GlobalObject.Constructors=20
=20
=C2=A0 =C2=A0 'AggregateError', 'Array', 'ArrayBuffer', 'BigInt', 'BitInt64=
Array', 'BigUint64Array',=20
=20
=C2=A0 =C2=A0 'Boolean', 'DataView', 'Date', 'Error', 'EvalError', 'Finaliz=
ationRegistry',=20
=20
=C2=A0 =C2=A0 'Float32Array', 'Float64Array', 'Function', 'Int8Array', 'Int=
16Array', 'Int32Array',=20
=20
=C2=A0 =C2=A0 'Map', 'NativeError', 'Number', 'Object', 'Promise', 'Proxy',=
=20
=20
=C2=A0 =C2=A0 'RangeError', 'ReferenceError', 'RegExp', 'Set', 'SharedArray=
Buffer', 'String',=20
=20
=C2=A0 =C2=A0 'Symbol', 'SyntaxError', 'TypeError', 'Uint8Array', 'Uint8Cla=
mpedArray', 'Uint16Array',=20
=20
=C2=A0 =C2=A0 'Uint32Array', 'URIError', 'WeakMap', 'WeakRef', 'WeakSet',=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Microsoft.JScript.GlobalObject.Constructors=20
=20
=C2=A0 =C2=A0 'ActiveXObject', 'Enumerator', 'VBArray',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Atomics=20
=20
=C2=A0 =C2=A0 'Atomics', 'WaiterList', 'ValidateIntegerTypedArray', 'Valida=
teAtomicAccess', 'GetWaiterList',=20
=20
=C2=A0 =C2=A0 'EnterCriticalSection', 'LeaveCriticalSection', 'AddWaiter', =
'RemoveWaiter', 'RemoveWaiters',=20
=20
=C2=A0 =C2=A0 'SuspendAgent', 'NotifyWaiter', 'AtomicReadModifyWrite', 'Byt=
eListBitwiseOp', 'ByteListEqual',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- JSON=20
=20
=C2=A0 =C2=A0 'JSON', 'InternalizeJSONProperty', 'SerializeJSONProperty', '=
QuoteJSONString', 'UnicodeEscape',=20
=20
=C2=A0 =C2=A0 'SerializeJSONObject','SerializeJSONArray',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Math=20
=20
=C2=A0 =C2=A0 'Math',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Reflect=20
=20
=C2=A0 =C2=A0 'Reflect',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Date and Time=20
=20
=C2=A0 =C2=A0 'LocalTZA', 'LocalTime', 'UTC', 'MakeTime', 'MakeDay', 'MakeD=
ate', 'TimeClip', 'TimeString',=20
=20
=C2=A0 =C2=A0 'DateString', 'TimeZoneString', 'ToDateString',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- String=20
=20
=C2=A0 =C2=A0 'StringPad', 'GetSubstitution', 'SplitMatch', 'TrimString',=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- RegExp=20
=20
=C2=A0 =C2=A0 'RegExpExec', 'RegExpBuiltinExec', 'AdvanceStringIndex', 'Reg=
ExpHasFlag',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- TypedArray=20
=20
=C2=A0 =C2=A0 'TypedArray', 'TypedArraySpeciesCreate', 'TypedArrayCreate', =
'ValidateTypedArray',=20
=20
=C2=A0 =C2=A0 'AllocateTypedArray', 'InitializeTypedArrayFromTypedArray',=
=20
=20
=C2=A0 =C2=A0 'InitializeTypedArrayFromArrayBuffer', 'InitializeTypedArrayF=
romList',=20
=20
=C2=A0 =C2=A0 'InitializeTypedArrayFromArrayLike', 'AllocateTypedArrayBuffe=
r',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- ArrayBuffer=20
=20
=C2=A0 =C2=A0 'AllocateArrayBuffer', 'IsDetachedBuffer', 'DetachArrayBuffer=
', 'CloneArrayBuffer',=20
=20
=C2=A0 =C2=A0 'IsUnsignedElementType', 'IsUnclampedIntegerElementType', 'Is=
BigIntElementType',=20
=20
=C2=A0 =C2=A0 'IsNoTearConfiguration', 'RawBytesToNumeric', 'GetValueFromBu=
ffer', 'NumericToRawBytes',=20
=20
=C2=A0 =C2=A0 'SetValueInBuffer', 'GetModifySetValueInBuffer',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- SharedArrayBuffer=20
=20
=C2=A0 =C2=A0 'AllocateSharedArrayBuffer', 'IsSharedArrayBuffer',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- DataView=20
=20
=C2=A0 =C2=A0 'GetViewValue', 'SetViewValue', 'getDataView',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- WeakRef=20
=20
=C2=A0 =C2=A0 'WeakRefDeref',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Promise=20
=20
=C2=A0 =C2=A0 'IfAbruptRejectPromise', 'CreateResolvingFunctions', 'Fulfill=
Promise', 'NewPromiseCapability',=20
=20
=C2=A0 =C2=A0 'IsPromise', 'RejectPromise', 'TriggerPromiseReactions', 'Hos=
tPromiseRejectionTracker',=20
=20
=C2=A0 =C2=A0 'NewPromiseReactionJob', 'NewPromiseResolveThenableJob', 'Get=
PromiseResolve',=20
=20
=C2=A0 =C2=A0 'PerformPromiseAll', 'PerformPromiseAllSettled', 'PerformProm=
iseAny', 'PerformPromiseRace',=20
=20
=C2=A0 =C2=A0 'PromiseResolve', 'PerformPromiseThen',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- GeneratorFunction=20
=20
=C2=A0 =C2=A0 'GeneratorFunction', 'AsyncGeneratorFunction',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Generator=20
=20
=C2=A0 =C2=A0 'Generator', 'GeneratorStart', 'GeneratorValidate', 'Generato=
rResume', 'GeneratorResumeAbrupt',=20
=20
=C2=A0 =C2=A0 'GetGeneratorKind', 'GeneratorYield', 'Yield', 'CreateIterato=
rFromClosure',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- AsyncGenerator=20
=20
=C2=A0 =C2=A0 'AsyncGenerator', 'AsyncGeneratorStart', 'AsyncGeneratorValid=
ate', 'AsyncGeneratorResolve',=20
=20
=C2=A0 =C2=A0 'AsyncGeneratorReject', 'AsyncGeneratorResumeNext', 'AsyncGen=
eratorEnqueue',=20
=20
=C2=A0 =C2=A0 'AsyncGeneratorYield', 'CreateAsyncIteratorFromClosure',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- AsyncFunction=20
=20
=C2=A0 =C2=A0 'AsyncFunction', 'AsyncFunctionStart',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- WebAPI=20
=20
=C2=A0 =C2=A0 'console', 'document',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Misc=20
=20
=C2=A0 =C2=A0 'arguments', 'CreateDynamicFunction', 'HostHasSourceTextAvail=
able', 'SymbolDescriptiveString',=20
=20
=C2=A0 =C2=A0 'IsConcatSpreadable', 'FlattenIntoArray', 'SortCompare', 'Add=
EntriesFromIterable',=20
=20
=C2=A0 =C2=A0 'CreateMapIterator', 'CreateSetIterator', 'EventSet', 'Shared=
DataBlockEventSet',=20
=20
=C2=A0 =C2=A0 'HostEventSet', 'ComposeWriteEventBytes', 'ValueOfReadEvent',=
'escape', 'unescape',=20
=20
=C2=A0 =C2=A0 'CreateHTML',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Adobe Acrobat=20
=20
=C2=A0 =C2=A0 'addAnnot', 'bookmarkRoot', 'calculateNow', 'closeDoc', 'crea=
teDataObject', 'docID',=20
=20
=C2=A0 =C2=A0 'exportAsFDF', 'exportAsFDFStr', 'getAnnotRichMedia', 'getAnn=
ots', 'getAnnotsRichMedia',=20
=20
=C2=A0 =C2=A0 'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs',=
'openDataObject', 'removeField',=20
=20
=C2=A0 =C2=A0 'removeLinks', 'modDate', 'scroll', 'setAction', 'setPageActi=
on', 'submitForm', 'syncAnnotScan',=20
=20
=C2=A0 =C2=A0 'Collab', 'Net', 'Rendition', 'XFA', 'XMLData', 'app', 'catal=
og', 'event', 'spell', 'util'=20
=20
}=20
=20
=20
=20
=20
default_js_norm_prop_ignore =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 -- Object=20
=20
=C2=A0 =C2=A0 'constructor', 'prototype', '__proto__', '__defineGetter__', =
'__defineSetter__',=20
=20
=C2=A0 =C2=A0 '__lookupGetter__', '__lookupSetter__', '__count__', '__noSuc=
hMethod__', '__parent__',=20
=20
=C2=A0 =C2=A0 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 't=
oLocaleString', 'toString',=20
=20
=C2=A0 =C2=A0 'toSource', 'valueOf', 'getNotifier', 'eval', 'observe', 'uno=
bserve', 'watch', 'unwatch',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Function=20
=20
=C2=A0 =C2=A0 'arguments', 'arity', 'caller', 'length', 'name', 'displayNam=
e', 'apply', 'bind', 'call',=20
=20
=C2=A0 =C2=A0 'isGenerator',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Number=20
=20
=C2=A0 =C2=A0 'toExponential', 'toFixed', 'toPrecision',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- String=20
=20
=C2=A0 =C2=A0 'at', 'charAt', 'charCodeAt', 'codePointAt', 'concat', 'inclu=
des', 'endWith', 'indexOf',=20
=20
=C2=A0 =C2=A0 'lastIndexOf', 'localeCompare', 'match', 'matchAll', 'normali=
ze', 'padEnd', 'padStart',=20
=20
=C2=A0 =C2=A0 'repeat', 'replace', 'replaceAll', 'search', 'slice', 'split'=
, 'startsWith', 'substring',=20
=20
=C2=A0 =C2=A0 'toLocaleLowerCase', 'toLocaleUpperCase', 'toLowerCase', 'toU=
pperCase', 'trim', 'trimStart',=20
=20
=C2=A0 =C2=A0 'trimEnd',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- RegExp=20
=20
=C2=A0 =C2=A0 'flags', 'dotAll', 'global', 'hasIndices', 'ignoreCase', 'mul=
tiline', 'source', 'sticky',=20
=20
=C2=A0 =C2=A0 'unicode', 'lastIndex', 'compile', 'exec', 'test', 'input', '=
lastMatch', 'lastParen',=20
=20
=C2=A0 =C2=A0 'leftContext', 'rightContext',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Array=20
=20
=C2=A0 =C2=A0 'copyWithin', 'entries', 'every', 'fill', 'filter', 'find', '=
findIndex', 'flat', 'flatMap',=20
=20
=C2=A0 =C2=A0 'forEach', 'groupBy', 'groupByToMap', 'join', 'keys', 'map', =
'pop', =C2=A0'push', 'reduce',=20
=20
=C2=A0 =C2=A0 'reduceRight', 'reverse', 'shift', 'unshift', 'some', 'sort',=
'splice',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Generator=20
=20
=C2=A0 =C2=A0 'next', 'return', 'throw',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- EventTarget=20
=20
=C2=A0 =C2=A0 'addEventListener', 'dispatchEvent', 'removeEventListener',=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Node=20
=20
=C2=A0 =C2=A0 'childNodes', 'nodeValue', 'ownerDocument', 'parentElement', =
'textContent', 'appendChild',=20
=20
=C2=A0 =C2=A0 'cloneNode', 'insertBefore', 'removeChild', 'replaceChild',=
=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Element=20
=20
=C2=A0 =C2=A0 'innerHTML', 'msRegionOverflow', 'openOrClosedShadowRoot', 'o=
uterHTML', 'part', 'shadowRoot',=20
=20
=C2=A0 =C2=A0 'after', 'append', 'attachShadow', 'before', 'closest', 'crea=
teShadowRoot', 'getAttribute',=20
=20
=C2=A0 =C2=A0 'getAttributeNode', 'getAttributeNodeNS', 'getAttributeNS', '=
getElementsByClassName',=20
=20
=C2=A0 =C2=A0 'getElementsByTagName', 'getElementsByTagNameNS', 'insertAdja=
centElement', 'insertAdjacentHTML',=20
=20
=C2=A0 =C2=A0 'insertAdjacentText', 'prepend', 'querySelector', 'querySelec=
torAll', 'releasePointerCapture',=20
=20
=C2=A0 =C2=A0 'remove', 'removeAttribute', 'removeAttributeNode', 'removeAt=
tributeNS', 'replaceChildren',=20
=20
=C2=A0 =C2=A0 'replaceWith', 'setAttribute', 'setAttributeNode', 'setAttrib=
uteNodeNS', 'setAttributeNS',=20
=20
=C2=A0 =C2=A0 'setCapture', 'setHTML', 'setPointerCapture', 'toggleAttribut=
e',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- HTMLElement=20
=20
=C2=A0 =C2=A0 'contentEditable', 'contextMenu', 'dataset', 'dir', 'enterKey=
Hint', 'hidden', 'inert',=20
=20
=C2=A0 =C2=A0 'innerText', 'lang', 'nonce', 'outerText', 'style', 'tabIndex=
', 'title',=20
=20
=C2=A0 =C2=A0 'attachInternals',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Promise=20
=20
=C2=A0 =C2=A0 'catch', 'finally',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Misc=20
=20
=C2=A0 =C2=A0 'ExportStyle', 'callee',=20
=20
=20
=20
=20
=C2=A0 =C2=A0 -- Adobe Acrobat=20
=20
=C2=A0 =C2=A0 'activated', 'addAnnot', 'addLink', 'annot', 'attachIcon', 'b=
egin', 'bookmarkRoot',=20
=20
=C2=A0 =C2=A0 'borderColor', 'borderStyle', 'buttonGetIcon', 'calculate', '=
calculateNow', 'callAS',=20
=20
=C2=A0 =C2=A0 'children', 'close', 'closeDoc', 'commitOnSelChange', 'create=
Child', 'createDataObject', 'data',=20
=20
=C2=A0 =C2=A0 'dataObjects', 'destroy', 'doc', 'docID', 'end', 'execute', '=
exportAsFDF', 'exportAsFDFStr',=20
=20
=C2=A0 =C2=A0 'exportDataObject', 'exportValues', 'get', 'getAnnot', 'getAn=
nots', 'getAnnotsRichMedia',=20
=20
=C2=A0 =C2=A0 'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs',=
'getPageBox', 'openDataObject',=20
=20
=C2=A0 =C2=A0 'getProps', 'inReplyTo', 'layout', 'media', 'modDate', 'newPl=
ayer', 'objectMetadata', 'page',=20
=20
=C2=A0 =C2=A0 'point', 'points', 'popupOpen', 'popupRect', 'print', 'printl=
n', 'qSilence', 'query', 'rect',=20
=20
=C2=A0 =C2=A0 'removeField', 'removeLinks', 'reset', 'resetForm', 'richText=
', 'rotate', 'saveAs', 'scroll',=20
=20
=C2=A0 =C2=A0 'setAction', 'setFocus', 'setIntent', 'setItems', 'setPageAct=
ion', 'setPersistent', 'setProps',=20
=20
=C2=A0 =C2=A0 'show', 'state', 'stateModel', 'streamFromString', 'stringFro=
mStream', 'submitForm',=20
=20
=C2=A0 =C2=A0 'syncAnnotScan', 'talk', 'text', 'toggleNoView', 'type', 'use=
rName', 'value', 'width', 'xfa'=20
=20
}=20
=20
=20
=20
=20
default_js_norm =3D=20
=20
{=20
=20
=C2=A0 =C2=A0 -- params not specified here get internal defaults=20
=20
=C2=A0 =C2=A0 ident_ignore =3D default_js_norm_ident_ignore,=20
=20
=C2=A0 =C2=A0 prop_ignore =3D default_js_norm_prop_ignore,=20
=20
}=20
=20
=20
=20
=20
---------------------------------------------------------------------------=
=20
=20
-- default whitelist=20
=20
---------------------------------------------------------------------------=
=20
=20
default_whitelist =3D=20
=20
[[=20
=20
=C2=A0 =C2=A0 ftp_command_specs default_ftp_server smtp_default_alt_max_com=
mand_lines=20
=20
=C2=A0 =C2=A0 default_smtp http_methods sip_requests telnet_commands defaul=
t_wizard=20
=20
=C2=A0 =C2=A0 default_references default_classifications gtp_v0_msg gtp_v1_=
msg gtp_v2_msg=20
=20
=C2=A0 =C2=A0 gtp_v0_info gtp_v1_info gtp_v2_info default_gtp tcp_low_ports=
=20
=20
=C2=A0 =C2=A0 tcp_low_decoy tcp_low_sweep tcp_low_dist tcp_med_ports=20
=20
=C2=A0 =C2=A0 tcp_med_decoy tcp_med_sweep tcp_med_dist tcp_hi_ports tcp_hi_=
decoy=20
=20
=C2=A0 =C2=A0 tcp_hi_sweep tcp_hi_dist udp_low_ports udp_low_decoy udp_low_=
sweep=20
=20
=C2=A0 =C2=A0 udp_low_dist udp_med_ports udp_med_decoy udp_med_sweep udp_me=
d_dist=20
=20
=C2=A0 =C2=A0 udp_hi_ports udp_hi_decoy udp_hi_sweep udp_hi_dist ip_low_pro=
to=20
=20
=C2=A0 =C2=A0 ip_low_decoy ip_low_sweep ip_low_dist ip_med_proto ip_med_dec=
oy=20
=20
=C2=A0 =C2=A0 ip_med_sweep ip_med_dist ip_hi_proto ip_hi_decoy ip_hi_sweep=
=20
=20
=C2=A0 =C2=A0 ip_hi_dist icmp_low_sweep icmp_med_sweep icmp_hi_sweep=20
=20
=C2=A0 =C2=A0 default_hi_port_scan default_med_port_scan default_low_port_s=
can=20
=20
=C2=A0 =C2=A0 default_variables netflow_versions default_js_norm_ident_igno=
re=20
=20
=C2=A0 =C2=A0 default_js_norm_prop_ignore default_js_norm=20
=20
]]=20
=20
=20
=20
=20
snort_whitelist_append(default_whitelist)=20
=20
=20
=20
=20
outputs =3D {=20
=20
=C2=A0 =C2=A0 alert_fast =3D {=20
=20
file =3D true,=20
=20
filename =3D "/var/log/snort/snort.log",=20
=20
=C2=A0 =C2=A0 },=20
=20
=C2=A0 =C2=A0 alert_console =3D {=20
=20
file =3D true,=20
=20
=C2=A0 =C2=A0 },=20
=20
}=20
=20
=20
=20
=20
=C2=A0ips =3D {=20
=20
=C2=A0 =C2=A0 rules =3D [[=20
=20
include /usr/local/etc/snort/rules/local.rules=20
=20
=C2=A0 =C2=A0 ]]=20
=20
}=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
---- On Wed, 08 Jan 2025 09:19:23 -0600 =20
[email protected]<[email protected]> wrote ----=20
=20
=20
=20
=20
=20
Can you share the config you are using?=20
=20
=20
=20
=20
=20
=20
=20
=20
Albert Lewis=20
=20
Email: [email protected]=C2=A0=20
=20
=20
=20
From:=C2=A0Snort-users <[email protected]>=20
on behalf of Jacko B via Snort-users <[email protected]>=20
Sent:=C2=A0Tuesday, January 7, 2025 10:08 AM=20
To:=C2=A0Snort users <[email protected]>=20
Subject:=C2=A0[Snort-users] Log trouble=20
=C2=A0=20
=20
=20
Hello everyone, I was wondering if anyone had any suggestions for some logg=
ing trouble I am having. I am using snort++ version 3.6.0.0=20
=20
After installing I tried to set up logs for alerts to output to. I wanted t=
o encrypt the logs and rotate them every 90 days so I set that up and then =
configured lua where to output. My configuration passes and snort runs succ=
essfully but I can't seem to log=20
anything. I added a custom rule for testing purposes that alert "any any i=
p" and finally today I was able to trigger an alert but still no logs. I am=
willing to use an alternative logging mechanism at this point but figured =
I would reach out for help first.=20
I can send pics of my configuration and I appreciate any and all help.=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
------=_Part_52381_65040448.1736728834985
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>=
<meta content=3D"text/html;charset=3DUTF-8" http-equiv=3D"Content-Type"></h=
ead><body ><div style=3D'font-size:10pt;font-family:Verdana,Arial,Helvetica=
,sans-serif;color:#000000;'><div ><div><br></div><div><br></div><div>I am a=
ble to get the alerts to log in the terminal but I cannot seem to get them =
to log to a file. For example /var/log/snort</div><div><br></div><div>Is sn=
ort meant to be more of a command line alert system or is logging to a file=
common? Sorry for the ongoing thread, I have been trying to figure this ou=
t for a while and I appreciate the help. </div> <br> </div><div class=
=3D"zmail_extra_hr" style=3D"border-top-width: 1px; border-top-style: solid=
; border-top-color: rgb(204, 204, 204); height: 0px; margin-top: 10px; marg=
in-bottom: 10px; line-height: 0px;"></div> <br> <div class=3D"replyHeader">=
---- On Wed, 08 Jan 2025 21:06:02 -0600 Al Lewis (allewi)<allewi@cisco.=
com> wrote ----</div><div><br></div><blockquote style=3D"border-left: 0p=
x; padding-left: 0px; margin-left: 0px;"> <meta content=3D"text/html; chars=
et=3Dus-ascii">=20
<style style=3D"display: none">div.zm_5271370164670993736_parse_61241476269=
00794347 P { margin-top: 0; margin-bottom: 0 }</style>=20
=20
<div dir=3D"ltr" class=3D"zm_5271370164670993736_parse_6124147626900794347"=
>=20
<div class=3D"x_496587064elementToProof" style=3D"font-family: "Courie=
r New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
Yes. The default configuration can be used as an example. You can uncomment=
one of them and the alerts will be logged with just setting it to true. (i=
.e alert_csv =3D { file =3D true }</div>=20
<div class=3D"x_496587064elementToProof" style=3D"font-family: "Courie=
r New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_496587064elementToProof" style=3D"font-family: "Courie=
r New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_496587064Signature" class=3D"x_496587064elementToProof">=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125)">=20
<b>Albert Lewis</b></p>=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 15px; color: rgb(127, 127, 127)">=20
<span style=3D"font-size: 16px; color: rgb(153, 153, 153)">Email: </span><s=
pan style=3D"font-size: 16px; color: rgb(128, 27, 128)"><u><a href=3D"mailt=
o:[email protected]" id=3D"x_496587064OWA98b70255-4a24-6fb8-8d47-1955f5af2dd=
1" class=3D"x_496587064OWAAutoLink" style=3D"color: rgb(128, 27, 128); marg=
in-top: 0px; margin-bottom: 0px" target=3D"_blank">[email protected]</a></u>=
</span><span style=3D"font-size: 16px; color: rgb(79, 129, 189)"> </sp=
an></p>=20
</div>=20
<div id=3D"x_496587064appendonsend"></div>=20
<hr style=3D"display: inline-block; width: 98%">=20
<div id=3D"x_496587064divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, san=
s-serif" style=3D"font-size: 11pt" color=3D"#000000"><b>From:</b> Jacko B &=
lt;<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@zohoma=
il.com</a>><br>=20
<b>Sent:</b> Wednesday, January 8, 2025 8:25 PM<br>=20
<b>To:</b> Al Lewis (allewi) <<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>><br>=20
<b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>><br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</font>=20
<div> </div>=20
</div>=20
<div>=20
<div style=3D"font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans=
-serif; color: rgb(0, 0, 0)">=20
<div>=20
<div>Like so?</div>=20
<div><br>=20
</div>=20
<div><span style=3D"visibility: visible; line-height: normal !important">--=
-------------------------------------------------------------------------</=
span>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- Snort++ default=
s</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">------------------=
---------------------------------------------------------</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- this file defin=
es the external defaults for Snort. all simple scalar</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- types have a bu=
iltin default, including those in list items, however</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- lists defaults =
are provided here instead of compiling them into the</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- binary. this ma=
kes it easier to copy and paste or edit for your</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- environment.</s=
pan></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- include in your=
snort.lua</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- after you set H=
OME_NET and EXTERNAL_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- use these by as=
signment, eg</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- f=
tp_server =3D default_ftp_server</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">------------------=
---------------------------------------------------------</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- default paths -=
used in Talos configs</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">------------------=
---------------------------------------------------------</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- Path to your ru=
les files (this can be a relative path)</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">RULE_PATH =3D '/us=
r/local/etc/snort/rules'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">BUILTIN_RULE_PATH =
=3D '../builtin_rules'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">PLUGIN_RULE_PATH =
=3D '../so_rules'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- If you are usin=
g reputation preprocessor set these</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">WHITE_LIST_PATH =
=3D '../lists'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">BLACK_LIST_PATH =
=3D '../lists'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">------------------=
---------------------------------------------------------</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- default network=
s - used in Talos rules</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">------------------=
---------------------------------------------------------</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">-- define servers =
on your network you want to protect</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">DNS_SERVERS =3D HO=
ME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">FTP_SERVERS =3D HO=
ME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">HTTP_SERVERS =3D H=
OME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">SIP_SERVERS =3D HO=
ME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">SMTP_SERVERS =3D H=
OME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">SQL_SERVERS =3D HO=
ME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">SSH_SERVERS =3D HO=
ME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">TELNET_SERVERS =3D=
HOME_NET</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><br style=3D=
"line-height: 1.3">=20
</div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important"> aler=
t_fast =3D {</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">file =3D true,</sp=
an></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">filename =3D '/var=
/log/snort/snort.log'</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important"> }</s=
pan></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important"> aler=
t_console =3D {</span></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">file =3D true,</sp=
an></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important"> }</s=
pan></div>=20
</div>=20
<br>=20
</div>=20
<div class=3D"x_zmail_extra_hr" style=3D"border-top-width: 1px; border-top-=
style: solid; border-top-color: rgb(204, 204, 204); min-height: 0px; margin=
-top: 10px; margin-bottom: 10px; line-height: 0px">=20
</div>=20
<br>=20
<div class=3D"x_replyHeader">---- On Wed, 08 Jan 2025 12:13:45 -0600 Al Lew=
is (allewi)<<a href=3D"mailto:[email protected]" target=3D"_blank">allewi=
@cisco.com</a>> wrote ----</div>=20
<div><br>=20
</div>=20
<blockquote style=3D"border-left: 0px; padding-left: 0px; margin-left: 0px"=
>=20
<meta content=3D"text/html; charset=3Diso-8859-1">=20
<style style=3D"display: none">div.zm_5271370164670993736_parse_61241476269=
00794347 div.x_zm_444372666139586490_parse_4795833495057976243 p { margin-t=
op: 0; margin-bottom: 0 }</style>=20
<div dir=3D"ltr" class=3D"x_zm_444372666139586490_parse_4795833495057976243=
">=20
<div class=3D"x_x_1612152773elementToProof" style=3D"font-family: "Cou=
rier New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
Meaning the alert sections should be top level and not nested under another=
section. </div>=20
<div class=3D"x_x_1612152773elementToProof" style=3D"font-family: "Cou=
rier New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_x_1612152773elementToProof" style=3D"font-family: "Cou=
rier New", monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_1612152773Signature" class=3D"x_x_1612152773elementToProof">=
=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125)">=20
<b>Albert Lewis</b></p>=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 15px; color: rgb(127, 127, 127)">=20
<span style=3D"font-size: 16px; color: rgb(153, 153, 153)">Email: </span><s=
pan style=3D"font-size: 16px; color: rgb(128, 27, 128)"><u><a href=3D"mailt=
o:[email protected]" id=3D"x_x_1612152773OWAf960989f-b675-9d8e-27db-b8ee5d01=
a874" class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank" style=3D"color:=
rgb(128, 27, 128); margin-top: 0px; margin-bottom: 0px">[email protected]</=
a></u></span><span style=3D"font-size: 16px; color: rgb(79, 129, 189)">&nbs=
p;</span></p>=20
</div>=20
<div id=3D"x_x_1612152773appendonsend"></div>=20
<div style=3D"font-family: "Courier New", monospace; font-size: 1=
2pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<hr style=3D"display: inline-block; width: 98%">=20
<div id=3D"x_x_1612152773divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-fam=
ily: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0)"><b>From:</b=
> Snort-users <<a href=3D"mailto:[email protected]=
g" target=3D"_blank">[email protected]</a>>=20
on behalf of Al Lewis (allewi) via Snort-users <<a href=3D"mailto:snort=
[email protected]" target=3D"_blank">[email protected]</a>&g=
t;<br>=20
<b>Sent:</b> Wednesday, January 8, 2025 12:54 PM<br>=20
<b>To:</b> Jacko B <<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>><br>=20
<b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]=
rg" target=3D"_blank">[email protected]</a>><br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</span>=20
<div> </div>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
I think you have the alert section under the "output" section (alert_f=
ast and alert_console) which doesn't look correct.</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
I am referring to this:</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
outputs =3D {</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
alert_fast =3D {</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
file =3D true,</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
filename =3D "/var/log/snort/snort.log",</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
},</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
alert_console =3D {</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
file =3D true,</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
},</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
}</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
Try removing that outputs =3D {} section.</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_Signature">=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125)">=20
<b>Albert Lewis</b></p>=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 15px; color: rgb(127, 127, 127)">=20
<span style=3D"font-size: 16px; color: rgb(153, 153, 153)">Email: </span><s=
pan style=3D"font-size: 16px; color: rgb(128, 27, 128)"><u><a href=3D"mailt=
o:[email protected]" id=3D"x_x_1612152773OWA66c5270e-3c14-9691-ca3e-9cf91506=
1d19" class=3D"x_x_OWAAutoLink" target=3D"_blank" style=3D"color: rgb(128, =
27, 128); margin-top: 0px; margin-bottom: 0px">[email protected]</a></u></sp=
an><span style=3D"font-size: 16px; color: rgb(79, 129, 189)"> </span><=
/p>=20
</div>=20
<div id=3D"x_x_appendonsend"></div>=20
<hr style=3D"direction: ltr; display: inline-block; width: 98%">=20
<div id=3D"x_x_divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-family: Calib=
ri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0)"><b>From:</b> Jac=
ko B <<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@=
zohomail.com</a>><br>=20
<b>Sent:</b> Wednesday, January 8, 2025 11:24 AM<br>=20
<b>To:</b> Al Lewis (allewi) <<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>><br>=20
<b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]=
rg" target=3D"_blank">[email protected]</a>><br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</span>=20
<div> </div>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
This is my lua config, sorry for it being so long, I didn't know if you nee=
ded the whole thing but my outputs section is at the very bottom.</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- Snort++ defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- this file defines the external defau=
lts for Snort. all simple scalar</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- types have a builtin default, includ=
ing those in list items, however</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- lists defaults are provided here ins=
tead of compiling them into the</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- binary. this makes it easier to copy=
and paste or edit for your</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- environment.</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- include in your snort.lua</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- after you set HOME_NET and EXTERNAL_=
NET</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- use these by assignment, eg</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- ftp_server =3D default=
_ftp_server</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default paths - used in Talos config=
s</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- Path to your rules files (this can b=
e a relative path)</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">RULE_PATH =3D '/usr/local/etc/snort/rul=
es'</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">BUILTIN_RULE_PATH =3D '../builtin_rules=
'</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">PLUGIN_RULE_PATH =3D '../so_rules'</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- If you are using reputation preproce=
ssor set these</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">WHITE_LIST_PATH =3D '../lists'</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">BLACK_LIST_PATH =3D '../lists'</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default networks - used in Talos rul=
es</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- define servers on your network you w=
ant to protect</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">DNS_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">FTP_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">HTTP_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SIP_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SMTP_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SQL_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SSH_SERVERS =3D HOME_NET</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">TELNET_SERVERS =3D HOME_NET</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default ports - used in Talos rules<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- define ports on your network you wan=
t to protect</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- where possible, use the wizard for i=
nspection instead of explicit port</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- bindings. this gives you some port i=
ndependence and allows you find c&c</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- channels hard port bindings would mi=
ss. Talos rules will still use these</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- ports if there is no match on servic=
e.</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">FTP_PORTS =3D ' 21 2100 3535'</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">HTTP_PORTS =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 80 81 311 383 591 593 901=
1220 1414 1741 1830 2301 2381 2809 3037 3128</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 3702 4343 4848 5250 6988 =
7000 7001 7144 7145 7510 7777 7779 8000 8008</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 8014 8028 8080 8085 8088 =
8090 8118 8123 8180 8181 8243 8280 8300 8800</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 8888 8899 9000 9060 9080 =
9090 9091 9443 9999 11371 34443 34444 41080</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 50002 55555</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">MAIL_PORTS =3D ' 110 143'</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ORACLE_PORTS =3D ' 1024:'</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SIP_PORTS =3D ' 5060 5061 5600'</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">SSH_PORTS =3D ' 22'</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_=
PORTS</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default variables</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_variables =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> nets =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> HOME_NET =
=3D HOME_NET,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> EXTERNAL_NE=
T =3D EXTERNAL_NET,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> DNS_SERVERS=
=3D DNS_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> FTP_SERVERS=
=3D FTP_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> HTTP_SERVER=
S =3D HTTP_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SIP_SERVERS=
=3D SIP_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SMTP_SERVER=
S =3D SMTP_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SQL_SERVERS=
=3D SQL_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SSH_SERVERS=
=3D SSH_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> TELNET_SERV=
ERS =3D TELNET_SERVERS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> paths =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> RULE_PATH =
=3D RULE_PATH,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> BUILTIN_RUL=
E_PATH =3D BUILTIN_RULE_PATH,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> PLUGIN_RULE=
_PATH =3D PLUGIN_RULE_PATH,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> WHITE_LIST_=
PATH =3D WHITE_LIST_PATH,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> BLACK_LIST_=
PATH =3D BLACK_LIST_PATH,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ports =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> FTP_PORTS =
=3D FTP_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> HTTP_PORTS =
=3D HTTP_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> MAIL_PORTS =
=3D MAIL_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ORACLE_PORT=
S =3D ORACLE_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SIP_PORTS =
=3D SIP_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SSH_PORTS =
=3D SSH_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> FILE_DATA_P=
ORTS =3D FILE_DATA_PORTS,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default ftp server</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_cmds =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ABOR ACCT ADAT ALLO APPE =
AUTH CCC CDUP CEL CLNT CMD CONF CWD DELE ENC</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> EPRT EPSV ESTA ESTP FEAT =
HELP LANG LIST LPRT LPSV MACB MAIL MDTM MIC</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> MKD MLSD MLST MODE NLST N=
OOP OPTS PASS PASV PBSZ PORT PROT PWD QUIT</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> REIN REST RETR RMD RNFR R=
NTO SDUP SITE SIZE SMNT STAT STOR STOU STRU</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> SYST TEST TYPE USER XCUP =
XCRC XCWD XMAS XMD5 XMKD XPWD XRCP XRMD XRSQ</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> XSEM XSEN XSHA1 XSHA256</=
span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_data_chan_cmds =3D</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> PORT PASV LPRT LPSV EPRT =
EPSV</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_data_xfer_cmds =3D</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> RETR STOR STOU APPE LIST =
NLST</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_file_put_cmds =3D</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> STOR STOU APPE</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_file_get_cmds =3D</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> RETR</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_login_cmds =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> USER PASS</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_default_encr_cmds =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> AUTH</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_format_commands =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ACCT ADAT ALLO APPE AUTH =
CEL CLNT CMD CONF CWD DELE ENC EPRT EPSV ESTP</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> HELP LANG LIST LPRT MACB =
MAIL MDTM MIC MKD MLSD MLST MODE NLST OPTS</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> PASS PBSZ PORT PROT REST =
RETR RMD RNFR RNTO SDUP SITE SIZE SMNT STAT</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> STOR STRU TEST TYPE USER =
XCRC XCWD XMAS XMD5 XMKD XRCP XRMD XRSQ XSEM</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> XSEN XSHA1 XSHA256</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ftp_command_specs =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ABOR', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'CCC', leng=
th =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'CDUP', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ESTA', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'FEAT', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'LPSV', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'NOOP', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'PASV', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'PWD', leng=
th =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'QUIT', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'REIN', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SYST', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XCUP', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XPWD', len=
gth =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'APPE', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'CMD', leng=
th =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'HELP', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'NLST', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'RETR', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'RNFR', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'STOR', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'STOU', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XMKD', len=
gth =3D 200 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'CWD', leng=
th =3D 256 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'RNTO', len=
gth =3D 256 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SIZE', len=
gth =3D 512 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ALLO', len=
gth =3D 200, format =3D '< int [ char R int ] >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EPRT', len=
gth =3D 400, format =3D '< extd_host_port >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EPSV', for=
mat =3D "< [ { '1' | '2' | 'ALL' } ] >" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'LPRT', len=
gth =3D 400, format =3D '< long_host_port >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'MACB', for=
mat =3D '< string >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'MDTM', for=
mat =3D '< [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string >' },</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'MODE', for=
mat =3D '< char ASBCZ >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'PORT', len=
gth =3D 400, format =3D '< host_port >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'PROT', for=
mat =3D '< char CSEP >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'STRU', for=
mat =3D '< char FRPO [ string ] >' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'TYPE', for=
mat =3D '< { char AE [ char NTC ] | char I | char L [ number ] } >' }=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_ftp_server =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- params not specified h=
ere get internal defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ftp_cmds =3D ftp_default_=
cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> data_chan_cmds =3D ftp_de=
fault_data_chan_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> data_xfer_cmds =3D ftp_de=
fault_data_xfer_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> file_put_cmds =3D ftp_def=
ault_file_put_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> file_get_cmds =3D ftp_def=
ault_file_get_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> login_cmds =3D ftp_defaul=
t_login_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> encr_cmds =3D ftp_default=
_encr_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> chk_str_fmt =3D ftp_forma=
t_commands,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> cmd_validity =3D ftp_comm=
and_specs</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default smtp configuration</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_auth_cmds =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> AUTH XAUTH X-EXPS</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_binary_data_cmds =3D</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> BDAT XEXCH50</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_data_cmds =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> DATA</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_normalize_cmds =3D</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ATRN AUTH BDAT CHUNKING D=
ATA DEBUG EHLO EMAL ESAM ESND ESOM ETRN EVFY EXPN</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> HELO HELP IDENT MAIL NOOP=
ONEX QUEU QUIT RCPT RSET SAML SEND SOML STARTTLS</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> TICK TIME TURN TURNME VER=
B VRFY X-ADAT XADR XAUTH XCIR X-DRCP X-ERCP XEXCH50</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> X-EXCH50 X-EXPS XGEN XLIC=
ENSE X-LINK2STATE XQUE XSTA XTRN XUSR</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_valid_cmds =3D smtp_defaul=
t_normalize_cmds</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">smtp_default_alt_max_command_lines =3D<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ATRN', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'AUTH', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'BDAT', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'DATA', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'DEBUG', le=
ngth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EHLO', len=
gth =3D 500, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EMAL', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ESAM', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ESND', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ESOM', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ETRN', len=
gth =3D 500, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EVFY', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'EXPN', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'HELO', len=
gth =3D 500, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'HELP', len=
gth =3D 500, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'IDENT', le=
ngth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'MAIL', len=
gth =3D 260, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'NOOP', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'ONEX', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'QUEU', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'QUIT', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'RCPT', len=
gth =3D 300, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'RSET', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SAML', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SEND', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SIZE', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'SOML', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'STARTTLS',=
length =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'TICK', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'TIME', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'TURN', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'TURNME', l=
ength =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'VERB', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'VRFY', len=
gth =3D 255, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XADR', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XAUTH', le=
ngth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XCIR', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XEXCH50', =
length =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'X-EXPS', l=
ength =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XGEN', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XLICENSE',=
length =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'X-LINK2STA=
TE', length =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XQUE', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XSTA', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XTRN', len=
gth =3D 246, },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { command =3D 'XUSR', len=
gth =3D 246, }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_smtp =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- params not specified h=
ere get internal defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> alt_max_command_line_len =
=3D smtp_default_alt_max_command_lines,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> auth_cmds =3D smtp_defaul=
t_auth_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> binary_data_cmds =3D smtp=
_default_binary_data_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> data_cmds =3D smtp_defaul=
t_data_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> normalize_cmds =3D smtp_d=
efault_normalize_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> valid_cmds =3D smtp_defau=
lt_valid_cmds,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default wizard</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- some HTTP and SIP methods match the =
whole start line to disambiguate</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- between them or, in the case of ACK,=
from another protocol</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- the * * patterns match unknown metho=
ds</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">http_methods =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'GET', 'HEAD', 'POST', 'D=
ELETE', 'TRACE', 'CONNECT',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'VERSION_CONTROL', 'REPOR=
T', 'CHECKOUT', 'CHECKIN', 'UNCHECKOUT',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'MKWORKSPACE', 'LABEL', '=
MERGE', 'BASELINE_CONTROL',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'MKACTIVITY', 'ORDERPATCH=
', 'ACL', 'PATCH', 'BIND', 'LINK',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'MKCALENDAR', 'MKREDIRECT=
REF', 'REBIND', 'UNBIND', 'UNLINK',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'UPDATEREDIRECTREF', 'PRO=
PFIND', 'PROPPATCH', 'MKCOL', 'COPY',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'MOVE', 'LOCK', 'UNLOCK',=
'SEARCH', 'BCOPY', 'BDELETE', 'BMOVE',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'BPROPFIND', 'BPROPPATCH'=
, 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMATTS',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'NOTIFY * HTTP/', 'OPTION=
S * HTTP/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTTP/',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'PUT * HTTP/', '* * HTTP/=
'</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">sip_requests =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'INVITE', 'CANCEL', 'BYE'=
, 'REGISTER', 'PRACK', 'PUBLISH', 'REFER', 'INFO', 'MESSAGE',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'NOTIFY * SIP/', 'OPTIONS=
* SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SIP/',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'ACK * SIP/', '* * SIP/'<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">telnet_commands =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '|FF F0|', '|FF F1|', '|F=
F F2|', '|FF F3|',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '|FF F4|', '|FF F5|', '|F=
F F6|', '|FF F7|',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '|FF F8|', '|FF F9|', '|F=
F FA|', '|FF FB|',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '|FF FC|', '|FF FD|', '|F=
F FE|'</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">netflow_versions =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '|00 05|', '|00 09|'</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_wizard =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> spells =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'ftp', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '220*FTP', '220*FileZilla' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'http', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D http_methods, to_client =3D { 'HTTP/' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'imap', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '** OK', '** BYE', '** PREAUTH' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'pop3', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '+OK', '-ERR' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'sip',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D sip_requests, to_client =3D { 'SIP/' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'smtp', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { 'HELO', 'EHLO' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '220*SMTP', '220*MAIL' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'ssh', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { 'SSH-' }, to_client =3D { 'SSH-' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'dce_http_server', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { 'ncacn_http' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'dce_http_proxy', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { 'RPC_CONNECT' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> hexes =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'dnp3', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { '|05 64|' }, to_client =3D { '|05 64|' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'netflow', proto =3D 'udp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D netflow_versions },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'http2', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '???|04 00 00 00 00 00|' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { '|50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0=
d 0a 0d 0a|' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">--[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'modbus', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { '??|0 0|' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'rpc', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { '????|0 0 0 0 0 0 0 1|' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_c=
lient =3D { '????|0 0 0 0 0 0 0 1|' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">--]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'ssl', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D { '|16 03|' }, to_client =3D { '|16 03|' } },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { service =
=3D 'telnet', proto =3D 'tcp',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> to_s=
erver =3D telnet_commands, to_client =3D telnet_commands },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> curses =3D {'dce_udp', 'd=
ce_tcp', 'dce_smb', 'mms', 's7commplus', 'sslv2'}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default references</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_references =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'bugtraq', &nb=
sp; url =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"http://w=
ww.securityfocus.com/bid/" id=3D"x_x_1612152773OWA3373a3c5-9d53-c6c0-4393-7=
c943186cb6e" class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">http://w=
ww.securityfocus.com/bid/</a></u></span><span style=3D"line-height: normal"=
>'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'cve', =
url =3D '</span><span style=3D"line-height: 1.3"><u><a href=
=3D"http://cve.mitre.org/cgi-bin/cvename.cgi?name=3D" id=3D"x_x_1612152773O=
WA35e37b4d-5659-3a1d-2fdf-397da58bd403" class=3D"x_x_1612152773OWAAutoLink"=
target=3D"_blank">http://cve.mitre.org/cgi-bin/cvename.cgi?name=3D</a></u>=
</span><span style=3D"line-height: normal">'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'arachNIDS', u=
rl =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"http://www.wh=
itehats.com/info/IDS" id=3D"x_x_1612152773OWA17bc3632-3646-22c1-04b2-6d6fd6=
949f64" class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">http://www.wh=
itehats.com/info/IDS</a></u></span><span style=3D"line-height: normal">'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'osvdb',  =
; url =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"htt=
p://osvdb.org/show/osvdb/" id=3D"x_x_1612152773OWAd37ed315-6fa4-ec0d-4bcc-8=
84a0882b625" class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">http://o=
svdb.org/show/osvdb/</a></u></span><span style=3D"line-height: normal">'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'McAfee', &nbs=
p; url =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"htt=
p://vil.nai.com/vil/content/v_" id=3D"x_x_1612152773OWA77965f6f-6fdb-0642-c=
3f1-c8365a714cf3" class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">htt=
p://vil.nai.com/vil/content/v_</a></u></span><span style=3D"line-height: no=
rmal">'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'nessus', &nbs=
p; url =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"htt=
p://cgi.nessus.org/plugins/dump.php3?id=3D" id=3D"x_x_1612152773OWA0f85c586=
-f6fe-f982-0b70-686c7e8d4b0b" class=3D"x_x_1612152773OWAAutoLink" target=3D=
"_blank">http://cgi.nessus.org/plugins/dump.php3?id=3D</a></u></span><span =
style=3D"line-height: normal">'=20
},</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'url', =
url =3D 'http://' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'msb', =
url =3D '</span><span style=3D"line-height: 1.3"><u><a href=
=3D"http://technet.microsoft.com/en-us/security/bulletin/" id=3D"x_x_161215=
2773OWAb5a28e1a-9b59-f583-6a73-980e044c77b0" class=3D"x_x_1612152773OWAAuto=
Link" target=3D"_blank">http://technet.microsoft.com/en-us/security/bulleti=
n/</a></u></span><span style=3D"line-height: normal">'=20
}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default classifications</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_classifications =3D</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'not-suspiciou=
s', priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Not Susp=
icious Traffic' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'unknown', pri=
ority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Unknown =
Traffic' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'bad-unknown',=
priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Potentia=
lly Bad Traffic' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'attempted-rec=
on', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Attempte=
d Information Leak' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'successful-re=
con-limited', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Informat=
ion Leak' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'successful-re=
con-largescale', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Large Sc=
ale Information Leak' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'attempted-dos=
', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Attempte=
d Denial of Service' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'successful-do=
s', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Denial o=
f Service' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'attempted-use=
r', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Attempte=
d User Privilege Gain' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'unsuccessful-=
user', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Unsucces=
sful User Privilege Gain' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'successful-us=
er', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Successf=
ul User Privilege Gain' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'attempted-adm=
in', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Attempte=
d Administrator Privilege Gain' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'successful-ad=
min', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Successf=
ul Administrator Privilege Gain' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'rpc-portmap-d=
ecode', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Decode o=
f an RPC Query' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'shellcode-det=
ect', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Executab=
le code was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'string-detect=
', priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A suspic=
ious string was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'suspicious-fi=
lename-detect', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A suspic=
ious filename was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'suspicious-lo=
gin', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'An attem=
pted login using a suspicious username was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'system-call-d=
etect', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A system=
call was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'tcp-connectio=
n', priority =3D 4,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A TCP co=
nnection was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'trojan-activi=
ty', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A Networ=
k Trojan was detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'unusual-clien=
t-port-connection', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'A client=
was using an unusual port' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'network-scan'=
, priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Detectio=
n of a Network Scan' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'denial-of-ser=
vice', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Detectio=
n of a Denial of Service Attack' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'non-standard-=
protocol', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Detectio=
n of a non-standard protocol or event' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'protocol-comm=
and-decode', priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Generic =
Protocol Command Decode' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'web-applicati=
on-activity', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Access t=
o a potentially vulnerable web application' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'web-applicati=
on-attack', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Web Appl=
ication Attack' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'misc-activity=
', priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Misc act=
ivity' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'misc-attack',=
priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Misc Att=
ack' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'icmp-event', =
priority =3D 3,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Generic =
ICMP event' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'inappropriate=
-content', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Inapprop=
riate Content was Detected' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'policy-violat=
ion', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Potentia=
l Corporate Privacy Violation' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'default-login=
-attempt', priority =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Attempt =
to login by a default username and password' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'sdf', priorit=
y =3D 2,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Sensitiv=
e Data' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'file-format',=
priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Known ma=
licious file or file based exploit' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'malware-cnc',=
priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Known ma=
lware command and control traffic' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { name =3D 'client-side-e=
xploit', priority =3D 1,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> text =3D 'Known cl=
ient side exploit attempt' }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- gtp defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v0_msg =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "e=
cho_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "e=
cho_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "v=
ersion_not_supported" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 4, name =3D "n=
ode_alive_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 5, name =3D "n=
ode_alive_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 6, name =3D "r=
edirection_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 7, name =3D "r=
edirection_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 16, name =3D "=
create_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 17, name =3D "=
create_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 18, name =3D "=
update_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 19, name =3D "=
update_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 20, name =3D "=
delete_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 21, name =3D "=
delete_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 22, name =3D "=
create_aa_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 23, name =3D "=
create_aa_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 24, name =3D "=
delete_aa_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 25, name =3D "=
delete_aa_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 26, name =3D "=
error_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 27, name =3D "=
pdu_notification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 28, name =3D "=
pdu_notification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 29, name =3D "=
pdu_notification_reject_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 30, name =3D "=
pdu_notification_reject_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 32, name =3D "=
send_routing_info_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 33, name =3D "=
send_routing_info_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 34, name =3D "=
failure_report_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 35, name =3D "=
failure_report_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 36, name =3D "=
note_ms_present_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 37, name =3D "=
note_ms_present_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 48, name =3D "=
identification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 49, name =3D "=
identification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 50, name =3D "=
sgsn_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 51, name =3D "=
sgsn_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 52, name =3D "=
sgsn_context_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 240, name =3D =
"data_record_transfer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 241, name =3D =
"data_record_transfer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 255, name =3D =
"pdu" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v1_msg =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "e=
cho_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "e=
cho_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "v=
ersion_not_supported" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 4, name =3D "n=
ode_alive_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 5, name =3D "n=
ode_alive_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 6, name =3D "r=
edirection_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 7, name =3D "r=
edirection_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 16, name =3D "=
create_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 17, name =3D "=
create_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 18, name =3D "=
update_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 19, name =3D "=
update_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 20, name =3D "=
delete_pdp_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 21, name =3D "=
delete_pdp_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 22, name =3D "=
init_pdp_context_activation_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 23, name =3D "=
init_pdp_context_activation_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 26, name =3D "=
error_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 27, name =3D "=
pdu_notification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 28, name =3D "=
pdu_notification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 29, name =3D "=
pdu_notification_reject_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 30, name =3D "=
pdu_notification_reject_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 31, name =3D "=
supported_ext_header_notification" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 32, name =3D "=
send_routing_info_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 33, name =3D "=
send_routing_info_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 34, name =3D "=
failure_report_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 35, name =3D "=
failure_report_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 36, name =3D "=
note_ms_present_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 37, name =3D "=
note_ms_present_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 48, name =3D "=
identification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 49, name =3D "=
identification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 50, name =3D "=
sgsn_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 51, name =3D "=
sgsn_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 52, name =3D "=
sgsn_context_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 53, name =3D "=
forward_relocation_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 54, name =3D "=
forward_relocation_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 55, name =3D "=
forward_relocation_complete" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 56, name =3D "=
relocation_cancel_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 57, name =3D "=
relocation_cancel_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 58, name =3D "=
forward_srns_contex" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 59, name =3D "=
forward_relocation_complete_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 60, name =3D "=
forward_srns_contex_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 70, name =3D "=
ran_info_relay" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 96, name =3D "=
mbms_notification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 97, name =3D "=
mbms_notification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 98, name =3D "=
mbms_notification_reject_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 99, name =3D "=
mbms_notification_reject_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 100, name =3D =
"create_mbms_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 101, name =3D =
"create_mbms_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 102, name =3D =
"update_mbms_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 103, name =3D =
"update_mbms_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 104, name =3D =
"delete_mbms_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 105, name =3D =
"delete_mbms_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 112, name =3D =
"mbms_register_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 113, name =3D =
"mbms_register_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 114, name =3D =
"mbms_deregister_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 115, name =3D =
"mbms_deregister_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 116, name =3D =
"mbms_session_start_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 117, name =3D =
"mbms_session_start_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 118, name =3D =
"mbms_session_stop_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 119, name =3D =
"mbms_session_stop_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 120, name =3D =
"mbms_session_update_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 121, name =3D =
"mbms_session_update_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 128, name =3D =
"ms_info_change_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 129, name =3D =
"ms_info_change_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 240, name =3D =
"data_record_transfer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 241, name =3D =
"data_record_transfer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 254, name =3D =
"end_marker" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 255, name =3D =
"pdu" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v2_msg =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "e=
cho_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "e=
cho_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "v=
ersion_not_supported" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 32, name =3D "=
create_session_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 33, name =3D "=
create_session_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 34, name =3D "=
modify_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 35, name =3D "=
modify_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 36, name =3D "=
delete_session_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 37, name =3D "=
delete_session_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 38, name =3D "=
change_notification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 39, name =3D "=
change_notification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 64, name =3D "=
modify_bearer_command" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 65, name =3D "=
modify_bearer_failure_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 66, name =3D "=
delete_bearer_command" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 67, name =3D "=
delete_bearer_failure_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 68, name =3D "=
bearer_resource_command" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 69, name =3D "=
bearer_resource_failure_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 70, name =3D "=
downlink_failure_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 71, name =3D "=
trace_session_activation" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 72, name =3D "=
trace_session_deactivation" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 73, name =3D "=
stop_paging_indication" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 95, name =3D "=
create_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 96, name =3D "=
create_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 97, name =3D "=
update_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 98, name =3D "=
update_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 99, name =3D "=
delete_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 100, name =3D =
"delete_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 101, name =3D =
"delete_pdn_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 102, name =3D =
"delete_pdn_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 128, name =3D =
"identification_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 129, name =3D =
"identification_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 130, name =3D =
"sgsn_context_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 131, name =3D =
"sgsn_context_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 132, name =3D =
"sgsn_context_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 133, name =3D =
"forward_relocation_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 134, name =3D =
"forward_relocation_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 135, name =3D =
"forward_relocation_complete" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 136, name =3D =
"forward_relocation_complete_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 137, name =3D =
"forward_access" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 138, name =3D =
"forward_access_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 139, name =3D =
"relocation_cancel_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 140, name =3D =
"relocation_cancel_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 141, name =3D =
"configuration_transfer_tunnel" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 149, name =3D =
"detach" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 150, name =3D =
"detach_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 151, name =3D =
"cs_paging" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 152, name =3D =
"ran_info_relay" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 153, name =3D =
"alert_mme" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 154, name =3D =
"alert_mme_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 155, name =3D =
"ue_activity" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 156, name =3D =
"ue_activity_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 160, name =3D =
"create_forward_tunnel_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 161, name =3D =
"create_forward_tunnel_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 162, name =3D =
"suspend" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 163, name =3D =
"suspend_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 164, name =3D =
"resume" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 165, name =3D =
"resume_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 166, name =3D =
"create_indirect_forward_tunnel_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 167, name =3D =
"create_indirect_forward_tunnel_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 168, name =3D =
"delete_indirect_forward_tunnel_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 169, name =3D =
"delete_indirect_forward_tunnel_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 170, name =3D =
"release_access_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 171, name =3D =
"release_access_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 176, name =3D =
"downlink_data" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 177, name =3D =
"downlink_data_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 179, name =3D =
"pgw_restart" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 180, name =3D =
"pgw_restart_ack" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 200, name =3D =
"update_pdn_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 201, name =3D =
"update_pdn_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 211, name =3D =
"modify_access_bearer_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 212, name =3D =
"modify_access_bearer_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 231, name =3D =
"mbms_session_start_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 232, name =3D =
"mbms_session_start_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 233, name =3D =
"mbms_session_update_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 234, name =3D =
"mbms_session_update_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 235, name =3D =
"mbms_session_stop_request" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 236, name =3D =
"mbms_session_stop_response" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">};</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- length =3D 0 indicates variable leng=
th</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v0_info =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "c=
ause", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "i=
msi", length =3D 9 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "r=
ai", length =3D 7 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 4, name =3D "t=
lli", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 5, name =3D "p=
_tmsi", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 6, name =3D "q=
os", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 8, name =3D "r=
ecording_required", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 9, name =3D "a=
uthentication", length =3D 29 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 11, name =3D "=
map_cause", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 12, name =3D "=
p_tmsi_sig", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 13, name =3D "=
ms_validated", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 14, name =3D "=
recovery", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 15, name =3D "=
selection_mode", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 16, name =3D "=
flow_label_data_1", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 17, name =3D "=
flow_label_signalling", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 18, name =3D "=
flow_label_data_2", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 19, name =3D "=
ms_unreachable", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 127, name =3D =
"charge_id", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 128, name =3D =
"end_user_address", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 129, name =3D =
"mm_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 130, name =3D =
"pdp_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 131, name =3D =
"apn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 132, name =3D =
"protocol_config", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 133, name =3D =
"gsn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 134, name =3D =
"msisdn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 251, name =3D =
"charging_gateway_addr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 255, name =3D =
"private_extension", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v1_info =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "c=
ause", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "i=
msi", length =3D 9 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "r=
ai", length =3D 7 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 4, name =3D "t=
lli", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 5, name =3D "p=
_tmsi", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 8, name =3D "r=
ecording_required", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 9, name =3D "a=
uthentication", length =3D 29 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 11, name =3D "=
map_cause", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 12, name =3D "=
p_tmsi_sig", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 13, name =3D "=
ms_validated", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 14, name =3D "=
recovery", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 15, name =3D "=
selection_mode", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 16, name =3D "=
teid_1", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 17, name =3D "=
teid_control", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 18, name =3D "=
teid_2", length =3D 6 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 19, name =3D "=
teardown_ind", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 20, name =3D "=
nsapi", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 21, name =3D "=
ranap", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 22, name =3D "=
rab_context", length =3D 10 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 23, name =3D "=
radio_priority_sms", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 24, name =3D "=
radio_priority", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 25, name =3D "=
packet_flow_id", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 26, name =3D "=
charging_char", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 27, name =3D "=
trace_ref", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 28, name =3D "=
trace_type", length =3D 3 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 29, name =3D "=
ms_unreachable", length =3D 2 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D127, name=
=3D "charge_id", length =3D 5 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 128, name =3D =
"end_user_address", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 129, name =3D =
"mm_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 130, name =3D =
"pdp_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 131, name =3D =
"apn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 132, name =3D =
"protocol_config", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 133, name =3D =
"gsn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 134, name =3D =
"msisdn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 135, name =3D =
"qos", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 136, name =3D =
"authentication_qu", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 137, name =3D =
"tft", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 138, name =3D =
"target_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 139, name =3D =
"utran_trans", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 140, name =3D =
"rab_setup", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 141, name =3D =
"ext_header", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 142, name =3D =
"trigger_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 143, name =3D =
"omc_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 144, name =3D =
"ran_trans", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 145, name =3D =
"pdp_context_pri", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 146, name =3D =
"addi_rab_setup", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 147, name =3D =
"sgsn_number", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 148, name =3D =
"common_flag", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 149, name =3D =
"apn_restriction", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 150, name =3D =
"radio_priority_lcs", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 151, name =3D =
"rat_type", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 152, name =3D =
"user_loc_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 153, name =3D =
"ms_time_zone", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 154, name =3D =
"imei_sv", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 155, name =3D =
"camel", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 156, name =3D =
"mbms_ue_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 157, name =3D =
"tmp_mobile_group_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 158, name =3D =
"rim_routing_addr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 159, name =3D =
"mbms_config", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 160, name =3D =
"mbms_service_area", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 161, name =3D =
"src_rnc_pdcp", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 162, name =3D =
"addi_trace_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 163, name =3D =
"hop_counter", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 164, name =3D =
"plmn_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 165, name =3D =
"mbms_session_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 166, name =3D =
"mbms_2g3g_indicator", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 167, name =3D =
"enhanced_nsapi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 168, name =3D =
"mbms_session_duration", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 169, name =3D =
"addi_mbms_trace_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 170, name =3D =
"mbms_session_repetition_num", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 171, name =3D =
"mbms_time_to_data", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 173, name =3D =
"bss", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 174, name =3D =
"cell_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 175, name =3D =
"pdu_num", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 177, name =3D =
"mbms_bearer_capab", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 178, name =3D =
"rim_routing_disc", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 179, name =3D =
"list_pfc", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 180, name =3D =
"ps_xid", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 181, name =3D =
"ms_info_change_report", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 182, name =3D =
"direct_tunnel_flags", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 183, name =3D =
"correlation_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 184, name =3D =
"bearer_control_mode", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 185, name =3D =
"mbms_flow_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 186, name =3D =
"mbms_ip_multicast", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 187, name =3D =
"mbms_distribution_ack", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 188, name =3D =
"reliable_inter_rat_handover", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 189, name =3D =
"rfsp_index", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 190, name =3D =
"fqdn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 191, name =3D =
"evolved_allocation1", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 192, name =3D =
"evolved_allocation2", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 193, name =3D =
"extended_flags", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 194, name =3D =
"uci", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 195, name =3D =
"csg_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 196, name =3D =
"csg_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 197, name =3D =
"cmi", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 198, name =3D =
"apn_ambr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 199, name =3D =
"ue_network", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 200, name =3D =
"ue_ambr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 201, name =3D =
"apn_ambr_nsapi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 202, name =3D =
"ggsn_backoff_timer", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 203, name =3D =
"signalling_priority_indication", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 204, name =3D =
"signalling_priority_indication_nsapi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 205, name =3D =
"high_bitrate", length =3D 4 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 206, name =3D =
"max_mbr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 251, name =3D =
"charging_gateway_addr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 255, name =3D =
"private_extension", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">gtp_v2_info =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 1, name =3D "i=
msi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 2, name =3D "c=
ause", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 3, name =3D "r=
ecovery", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 71, name =3D "=
apn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 72, name =3D "=
ambr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 73, name =3D "=
ebi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 74, name =3D "=
ip_addr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 75, name =3D "=
mei", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 76, name =3D "=
msisdn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 77, name =3D "=
indication", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 78, name =3D "=
pco", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 79, name =3D "=
paa", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 80, name =3D "=
bearer_qos", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 81, name =3D "=
flow_qos", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 82, name =3D "=
rat_type", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 83, name =3D "=
serving_network", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 84, name =3D "=
bearer_tft", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 85, name =3D "=
tad", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 86, name =3D "=
uli", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 87, name =3D "=
f_teid", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 88, name =3D "=
tmsi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 89, name =3D "=
cn_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 90, name =3D "=
s103pdf", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 91, name =3D "=
s1udf", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 92, name =3D "=
delay_value", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 93, name =3D "=
bearer_context", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 94, name =3D "=
charging_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 95, name =3D "=
charging_char", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 96, name =3D "=
trace_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 97, name =3D "=
bearer_flag", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 99, name=
=3D "pdn_type", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 100, name =3D =
"pti", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 101, name =3D =
"drx_parameter", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 103, name =3D =
"gsm_key_tri", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 104, name =3D =
"umts_key_cipher_quin", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 105, name =3D =
"gsm_key_cipher_quin", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 106, name =3D =
"umts_key_quin", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 107, name =3D =
"eps_quad", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 108, name =3D =
"umts_key_quad_quin", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 109, name =3D =
"pdn_connection", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 110, name =3D =
"pdn_number", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 111, name =3D =
"p_tmsi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 112, name =3D =
"p_tmsi_sig", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 113, name =3D =
"hop_counter", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 114, name =3D =
"ue_time_zone", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 115, name =3D =
"trace_ref", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 116, name =3D =
"complete_request_msg", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 117, name =3D =
"guti", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 118, name =3D =
"f_container", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 119, name =3D =
"f_cause", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 120, name =3D =
"plmn_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 121, name =3D =
"target_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 123, name =3D =
"packet_flow_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 124, name =3D =
"rab_contex", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 125, name =3D =
"src_rnc_pdcp", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 126, name =3D =
"udp_src_port", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 127, name =3D =
"apn_restriction", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 128, name =3D =
"selection_mode", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 129, name =3D =
"src_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 131, name =3D =
"change_report_action", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 132, name =3D =
"fq_csid", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 133, name =3D =
"channel", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 134, name =3D =
"emlpp_pri", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 135, name =3D =
"node_type", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 136, name =3D =
"fqdn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 137, name =3D =
"ti", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 138, name =3D =
"mbms_session_duration", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 139, name =3D =
"mbms_service_area", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 140, name =3D =
"mbms_session_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 141, name =3D =
"mbms_flow_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 142, name =3D =
"mbms_ip_multicast", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 143, name =3D =
"mbms_distribution_ack", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 144, name =3D =
"rfsp_index", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 145, name =3D =
"uci", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 146, name =3D =
"csg_info", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 147, name =3D =
"csg_id", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 148, name =3D =
"cmi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 149, name =3D =
"service_indicator", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 150, name =3D =
"detach_type", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 151, name =3D =
"ldn", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 152, name =3D =
"node_feature", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 153, name =3D =
"mbms_time_to_transfer", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 154, name =3D =
"throttling", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 155, name =3D =
"arp", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 156, name =3D =
"epc_timer", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 157, name =3D =
"signalling_priority_indication", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 158, name =3D =
"tmgi", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 159, name =3D =
"mm_srvcc", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 160, name =3D =
"flags_srvcc", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 161, name =3D =
"mmbr", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { type =3D 255, name =3D =
"private_extension", length =3D 0 },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_gtp =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { version =3D 0, messages=
=3D gtp_v0_msg, infos =3D gtp_v0_info },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { version =3D 1, messages=
=3D gtp_v1_msg, infos =3D gtp_v1_info },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> { version =3D 2, messages=
=3D gtp_v2_msg, infos =3D gtp_v2_info },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- port_scan defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_low_ports =3D { scans =3D 0,=
rejects =3D 5, nets =3D 25, ports =3D 5 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_low_decoy =3D { scans =3D 0,=
rejects =3D 15, nets =3D 50, ports =3D 30 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_low_sweep =3D { scans =3D 0,=
rejects =3D 5, nets =3D 5, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_low_dist =3D { scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D 50, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_med_ports =3D { scans =3D 200, reje=
cts =3D 10, nets =3D 60, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_med_decoy =3D { scans =3D 200, reje=
cts =3D 30, nets =3D 120, ports =3D 60 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_med_sweep =3D { scans =3D 30,=
rejects =3D 7, nets =3D 7, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_med_dist =3D { scans =3D 200,=
rejects =3D 30, nets =3D 120, ports =3D 30 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_hi_ports =3D { scans =3D 200,=
rejects =3D 5, nets =3D 100, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_hi_decoy =3D { scans =3D 200,=
rejects =3D 7, nets =3D 200, ports =3D 60 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_hi_sweep =3D { scans =3D &nbs=
p;30, rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">tcp_hi_dist =3D { scans =3D 200,=
rejects =3D 5, nets =3D 200, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_low_ports =3D { scans =3D 0,=
rejects =3D 5, nets =3D 25, ports =3D 5 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_low_decoy =3D { scans =3D 0,=
rejects =3D 15, nets =3D 50, ports =3D 30 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_low_sweep =3D { scans =3D 0,=
rejects =3D 5, nets =3D 5, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_low_dist =3D { scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D 50, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_med_ports =3D { scans =3D 200, reje=
cts =3D 10, nets =3D 60, ports =3D 15 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_med_decoy =3D { scans =3D 200, reje=
cts =3D 30, nets =3D 120, ports =3D 60 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_med_sweep =3D { scans =3D 30,=
rejects =3D 5, nets =3D 5, ports =3D 20 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_med_dist =3D { scans =3D 200,=
rejects =3D 30, nets =3D 120, ports =3D 30 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_hi_ports =3D { scans =3D 200,=
rejects =3D 3, nets =3D 100, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_hi_decoy =3D { scans =3D 200,=
rejects =3D 7, nets =3D 200, ports =3D 60 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_hi_sweep =3D { scans =3D &nbs=
p;30, rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">udp_hi_dist =3D { scans =3D 200,=
rejects =3D 3, nets =3D 200, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_low_proto =3D { scans =3D &nbs=
p; 0, rejects =3D 10, nets =3D 10, ports =3D 50 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_low_decoy =3D { scans =3D &nbs=
p; 0, rejects =3D 40, nets =3D 50, ports =3D 25 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_low_sweep =3D { scans =3D &nbs=
p; 0, rejects =3D 10, nets =3D 10, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_low_dist =3D { scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D 25, ports =3D 50 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_med_proto =3D { scans =3D 200,=
rejects =3D 10, nets =3D 10, ports =3D 50 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_med_decoy =3D { scans =3D 200,=
rejects =3D 40, nets =3D 50, ports =3D 25 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_med_sweep =3D { scans =3D &nbs=
p;30, rejects =3D 10, nets =3D 10, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_med_dist =3D { scans =3D 200,=
rejects =3D 15, nets =3D 25, ports =3D 50 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_hi_proto =3D { scans =3D 200,=
rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_hi_decoy =3D { scans =3D 200,=
rejects =3D 7, nets =3D 15, ports =3D 5 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_hi_sweep =3D { scans =3D &nbs=
p;30, rejects =3D 3, nets =3D 3, ports =3D 7 }</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">ip_hi_dist =3D { scans =3D=
200, rejects =3D 3, nets =3D 11, ports =3D 10 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">icmp_low_sweep =3D { scans =3D 0=
, rejects =3D 5, nets =3D 5, ports =3D 5 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">icmp_med_sweep =3D { scans =3D 20=
, rejects =3D 5, nets =3D 5, ports =3D 5 }</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">icmp_hi_sweep =3D { scans =3D &nb=
sp;10, rejects =3D 3, nets =3D 3, ports =3D 5 }</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_hi_port_scan =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> protos =3D 'all',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> scan_types =3D 'all',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_window =3D 600,</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_window =3D 600,</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_window =3D 600,</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_window =3D 600,</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_ports =3D tcp_hi_port=
s,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_decoy =3D tcp_hi_deco=
y,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_sweep =3D tcp_hi_swee=
p,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_dist =3D tcp_hi_dist,=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_ports =3D udp_hi_port=
s,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_decoy =3D udp_hi_deco=
y,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_sweep =3D udp_hi_swee=
p,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_dist =3D udp_hi_dist,=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_proto =3D ip_hi_proto,=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_decoy =3D ip_hi_decoy,=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_sweep =3D ip_hi_sweep,=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_dist =3D ip_hi_dist,</=
span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_sweep =3D icmp_hi_sw=
eep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_med_port_scan =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> protos =3D 'all',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> scan_types =3D 'all',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_window =3D 90,</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_window =3D 90,</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_window =3D 90,</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_window =3D 90,</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_ports =3D tcp_med_por=
ts,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_decoy =3D tcp_med_dec=
oy,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_sweep =3D tcp_med_swe=
ep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_dist =3D tcp_med_dist=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_ports =3D udp_med_por=
ts,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_decoy =3D udp_med_dec=
oy,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_sweep =3D udp_med_swe=
ep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_dist =3D udp_med_dist=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_proto =3D ip_med_proto=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_decoy =3D ip_med_decoy=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_sweep =3D ip_med_sweep=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_dist =3D ip_med_dist,<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_sweep =3D icmp_med_s=
weep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_low_port_scan =3D</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> protos =3D 'all',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> scan_types =3D 'all',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_window =3D 60,</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_window =3D 60,</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_window =3D 60,</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_window =3D 60,</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_ports =3D tcp_low_por=
ts,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_decoy =3D tcp_low_dec=
oy,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_sweep =3D tcp_low_swe=
ep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_dist =3D tcp_low_dist=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_ports =3D udp_low_por=
ts,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_decoy =3D udp_low_dec=
oy,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_sweep =3D udp_low_swe=
ep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_dist =3D udp_low_dist=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_proto =3D ip_low_proto=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_decoy =3D ip_low_decoy=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_sweep =3D ip_low_sweep=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_dist =3D ip_low_dist,<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> icmp_sweep =3D icmp_low_s=
weep,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default js_norm configuration</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- ECMAScript Standard Built-in Objects=
and Functions Names (Identifiers)</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- Also, might include other non-specif=
ication identifiers like those</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- are part of WebAPI or frameworks</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_js_norm_ident_ignore =3D</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- GlobalObject.Functions=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'eval', 'PerformEval', 'H=
ostEnsureCanCompileStrings', 'EvalDeclarationInstantiation',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'isFinite', 'isNaN', 'par=
seFloat', 'parseInt', 'Encode', 'Decode', 'decodeURI',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'decodeURIComponent', 'en=
codeURI', 'encodeURIComponent',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Microsoft.JScript.Glob=
alObject.Functions</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'CollectGarbage', 'GetHas=
hCode', 'GetObject', 'GetType', 'MemberwiseClone',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- GlobalObject.Construct=
ors</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AggregateError', 'Array'=
, 'ArrayBuffer', 'BigInt', 'BitInt64Array', 'BigUint64Array',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Boolean', 'DataView', 'D=
ate', 'Error', 'EvalError', 'FinalizationRegistry',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Float32Array', 'Float64A=
rray', 'Function', 'Int8Array', 'Int16Array', 'Int32Array',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Map', 'NativeError', 'Nu=
mber', 'Object', 'Promise', 'Proxy',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'RangeError', 'ReferenceE=
rror', 'RegExp', 'Set', 'SharedArrayBuffer', 'String',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Symbol', 'SyntaxError', =
'TypeError', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Uint32Array', 'URIError'=
, 'WeakMap', 'WeakRef', 'WeakSet',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Microsoft.JScript.Glob=
alObject.Constructors</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'ActiveXObject', 'Enumera=
tor', 'VBArray',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Atomics</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Atomics', 'WaiterList', =
'ValidateIntegerTypedArray', 'ValidateAtomicAccess', 'GetWaiterList',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'EnterCriticalSection', '=
LeaveCriticalSection', 'AddWaiter', 'RemoveWaiter', 'RemoveWaiters',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'SuspendAgent', 'NotifyWa=
iter', 'AtomicReadModifyWrite', 'ByteListBitwiseOp', 'ByteListEqual',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- JSON</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'JSON', 'InternalizeJSONP=
roperty', 'SerializeJSONProperty', 'QuoteJSONString', 'UnicodeEscape',</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'SerializeJSONObject','Se=
rializeJSONArray',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Math</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Math',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Reflect</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Reflect',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Date and Time</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'LocalTZA', 'LocalTime', =
'UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'TimeClip', 'TimeString',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'DateString', 'TimeZoneSt=
ring', 'ToDateString',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- String</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'StringPad', 'GetSubstitu=
tion', 'SplitMatch', 'TrimString',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- RegExp</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'RegExpExec', 'RegExpBuil=
tinExec', 'AdvanceStringIndex', 'RegExpHasFlag',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- TypedArray</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'TypedArray', 'TypedArray=
SpeciesCreate', 'TypedArrayCreate', 'ValidateTypedArray',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AllocateTypedArray', 'In=
itializeTypedArrayFromTypedArray',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'InitializeTypedArrayFrom=
ArrayBuffer', 'InitializeTypedArrayFromList',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'InitializeTypedArrayFrom=
ArrayLike', 'AllocateTypedArrayBuffer',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- ArrayBuffer</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AllocateArrayBuffer', 'I=
sDetachedBuffer', 'DetachArrayBuffer', 'CloneArrayBuffer',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'IsUnsignedElementType', =
'IsUnclampedIntegerElementType', 'IsBigIntElementType',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'IsNoTearConfiguration', =
'RawBytesToNumeric', 'GetValueFromBuffer', 'NumericToRawBytes',</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'SetValueInBuffer', 'GetM=
odifySetValueInBuffer',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- SharedArrayBuffer</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AllocateSharedArrayBuffe=
r', 'IsSharedArrayBuffer',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- DataView</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'GetViewValue', 'SetViewV=
alue', 'getDataView',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- WeakRef</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'WeakRefDeref',</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Promise</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'IfAbruptRejectPromise', =
'CreateResolvingFunctions', 'FulfillPromise', 'NewPromiseCapability',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'IsPromise', 'RejectPromi=
se', 'TriggerPromiseReactions', 'HostPromiseRejectionTracker',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'NewPromiseReactionJob', =
'NewPromiseResolveThenableJob', 'GetPromiseResolve',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'PerformPromiseAll', 'Per=
formPromiseAllSettled', 'PerformPromiseAny', 'PerformPromiseRace',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'PromiseResolve', 'Perfor=
mPromiseThen',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- GeneratorFunction</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'GeneratorFunction', 'Asy=
ncGeneratorFunction',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Generator</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Generator', 'GeneratorSt=
art', 'GeneratorValidate', 'GeneratorResume', 'GeneratorResumeAbrupt',</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'GetGeneratorKind', 'Gene=
ratorYield', 'Yield', 'CreateIteratorFromClosure',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- AsyncGenerator</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AsyncGenerator', 'AsyncG=
eneratorStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolve',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AsyncGeneratorReject', '=
AsyncGeneratorResumeNext', 'AsyncGeneratorEnqueue',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AsyncGeneratorYield', 'C=
reateAsyncIteratorFromClosure',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- AsyncFunction</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'AsyncFunction', 'AsyncFu=
nctionStart',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- WebAPI</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'console', 'document',</s=
pan></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Misc</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'arguments', 'CreateDynam=
icFunction', 'HostHasSourceTextAvailable', 'SymbolDescriptiveString',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'IsConcatSpreadable', 'Fl=
attenIntoArray', 'SortCompare', 'AddEntriesFromIterable',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'CreateMapIterator', 'Cre=
ateSetIterator', 'EventSet', 'SharedDataBlockEventSet',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'HostEventSet', 'ComposeW=
riteEventBytes', 'ValueOfReadEvent', 'escape', 'unescape',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'CreateHTML',</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Adobe Acrobat</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'addAnnot', 'bookmarkRoot=
', 'calculateNow', 'closeDoc', 'createDataObject', 'docID',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'exportAsFDF', 'exportAsF=
DFStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRichMedia',</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'getField', 'getLegalWarn=
ings', 'getNthFieldName', 'getOCGs', 'openDataObject', 'removeField',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'removeLinks', 'modDate',=
'scroll', 'setAction', 'setPageAction', 'submitForm', 'syncAnnotScan',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'Collab', 'Net', 'Renditi=
on', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'spell', 'util'</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_js_norm_prop_ignore =3D</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Object</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'constructor', 'prototype=
', '__proto__', '__defineGetter__', '__defineSetter__',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> '__lookupGetter__', '__lo=
okupSetter__', '__count__', '__noSuchMethod__', '__parent__',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'hasOwnProperty', 'isProt=
otypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString',</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'toSource', 'valueOf', 'g=
etNotifier', 'eval', 'observe', 'unobserve', 'watch', 'unwatch',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Function</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'arguments', 'arity', 'ca=
ller', 'length', 'name', 'displayName', 'apply', 'bind', 'call',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'isGenerator',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Number</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'toExponential', 'toFixed=
', 'toPrecision',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- String</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'at', 'charAt', 'charCode=
At', 'codePointAt', 'concat', 'includes', 'endWith', 'indexOf',</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'lastIndexOf', 'localeCom=
pare', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'repeat', 'replace', 'rep=
laceAll', 'search', 'slice', 'split', 'startsWith', 'substring',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'toLocaleLowerCase', 'toL=
ocaleUpperCase', 'toLowerCase', 'toUpperCase', 'trim', 'trimStart',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'trimEnd',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- RegExp</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'flags', 'dotAll', 'globa=
l', 'hasIndices', 'ignoreCase', 'multiline', 'source', 'sticky',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'unicode', 'lastIndex', '=
compile', 'exec', 'test', 'input', 'lastMatch', 'lastParen',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'leftContext', 'rightCont=
ext',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Array</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'copyWithin', 'entries', =
'every', 'fill', 'filter', 'find', 'findIndex', 'flat', 'flatMap',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'forEach', 'groupBy', 'gr=
oupByToMap', 'join', 'keys', 'map', 'pop', 'push', 'reduce',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'reduceRight', 'reverse',=
'shift', 'unshift', 'some', 'sort', 'splice',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Generator</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'next', 'return', 'throw'=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- EventTarget</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'addEventListener', 'disp=
atchEvent', 'removeEventListener',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Node</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'childNodes', 'nodeValue'=
, 'ownerDocument', 'parentElement', 'textContent', 'appendChild',</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'cloneNode', 'insertBefor=
e', 'removeChild', 'replaceChild',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Element</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'innerHTML', 'msRegionOve=
rflow', 'openOrClosedShadowRoot', 'outerHTML', 'part', 'shadowRoot',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'after', 'append', 'attac=
hShadow', 'before', 'closest', 'createShadowRoot', 'getAttribute',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'getAttributeNode', 'getA=
ttributeNodeNS', 'getAttributeNS', 'getElementsByClassName',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'getElementsByTagName', '=
getElementsByTagNameNS', 'insertAdjacentElement', 'insertAdjacentHTML',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'insertAdjacentText', 'pr=
epend', 'querySelector', 'querySelectorAll', 'releasePointerCapture',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'remove', 'removeAttribut=
e', 'removeAttributeNode', 'removeAttributeNS', 'replaceChildren',</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'replaceWith', 'setAttrib=
ute', 'setAttributeNode', 'setAttributeNodeNS', 'setAttributeNS',</span></d=
iv>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'setCapture', 'setHTML', =
'setPointerCapture', 'toggleAttribute',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- HTMLElement</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'contentEditable', 'conte=
xtMenu', 'dataset', 'dir', 'enterKeyHint', 'hidden', 'inert',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'innerText', 'lang', 'non=
ce', 'outerText', 'style', 'tabIndex', 'title',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'attachInternals',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Promise</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'catch', 'finally',</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Misc</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'ExportStyle', 'callee',<=
/span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- Adobe Acrobat</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'activated', 'addAnnot', =
'addLink', 'annot', 'attachIcon', 'begin', 'bookmarkRoot',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'borderColor', 'borderSty=
le', 'buttonGetIcon', 'calculate', 'calculateNow', 'callAS',</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'children', 'close', 'clo=
seDoc', 'commitOnSelChange', 'createChild', 'createDataObject', 'data',</sp=
an></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'dataObjects', 'destroy',=
'doc', 'docID', 'end', 'execute', 'exportAsFDF', 'exportAsFDFStr',</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'exportDataObject', 'expo=
rtValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedia',</span></di=
v>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'getField', 'getLegalWarn=
ings', 'getNthFieldName', 'getOCGs', 'getPageBox', 'openDataObject',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'getProps', 'inReplyTo', =
'layout', 'media', 'modDate', 'newPlayer', 'objectMetadata', 'page',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'point', 'points', 'popup=
Open', 'popupRect', 'print', 'println', 'qSilence', 'query', 'rect',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'removeField', 'removeLin=
ks', 'reset', 'resetForm', 'richText', 'rotate', 'saveAs', 'scroll',</span>=
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'setAction', 'setFocus', =
'setIntent', 'setItems', 'setPageAction', 'setPersistent', 'setProps',</spa=
n></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'show', 'state', 'stateMo=
del', 'streamFromString', 'stringFromStream', 'submitForm',</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> 'syncAnnotScan', 'talk', =
'text', 'toggleNoView', 'type', 'userName', 'value', 'width', 'xfa'</span><=
/div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_js_norm =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">{</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> -- params not specified h=
ere get internal defaults</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ident_ignore =3D default_=
js_norm_ident_ignore,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> prop_ignore =3D default_j=
s_norm_prop_ignore,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">-- default whitelist</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">---------------------------------------=
------------------------------------</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">default_whitelist =3D</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">[[</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ftp_command_specs default=
_ftp_server smtp_default_alt_max_command_lines</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> default_smtp http_methods=
sip_requests telnet_commands default_wizard</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> default_references defaul=
t_classifications gtp_v0_msg gtp_v1_msg gtp_v2_msg</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> gtp_v0_info gtp_v1_info g=
tp_v2_info default_gtp tcp_low_ports</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_low_decoy tcp_low_swe=
ep tcp_low_dist tcp_med_ports</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_med_decoy tcp_med_swe=
ep tcp_med_dist tcp_hi_ports tcp_hi_decoy</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> tcp_hi_sweep tcp_hi_dist =
udp_low_ports udp_low_decoy udp_low_sweep</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_low_dist udp_med_port=
s udp_med_decoy udp_med_sweep udp_med_dist</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> udp_hi_ports udp_hi_decoy=
udp_hi_sweep udp_hi_dist ip_low_proto</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_low_decoy ip_low_sweep=
ip_low_dist ip_med_proto ip_med_decoy</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_med_sweep ip_med_dist =
ip_hi_proto ip_hi_decoy ip_hi_sweep</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ip_hi_dist icmp_low_sweep=
icmp_med_sweep icmp_hi_sweep</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> default_hi_port_scan defa=
ult_med_port_scan default_low_port_scan</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> default_variables netflow=
_versions default_js_norm_ident_ignore</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> default_js_norm_prop_igno=
re default_js_norm</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">snort_whitelist_append(default_whitelis=
t)</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">outputs =3D {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> alert_fast =3D {</span></=
div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">file =3D true,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">filename =3D "/var/log/snort/snort.log"=
,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> alert_console =3D {</span=
></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">file =3D true,</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ips =3D {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> rules =3D [[</span></div>=
=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">include /usr/local/etc/snort/rules/loca=
l.rules</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal"> ]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
0, 0)">=20
<span style=3D"line-height: normal">}</span></div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"margin-top: 10px; margin-bottom: 10px; border-top: 1px solid =
rgb(204, 204, 204)">=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
---- On Wed, 08 Jan 2025 09:19:23 -0600 <a href=3D"mailto:[email protected]"=
target=3D"_blank">=20
[email protected]</a><<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a>> wrote ----</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<blockquote style=3D"margin-left: 0px">=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
Can you share the config you are using?</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: "Courier New", monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_x_x_1159414911Signature" class=3D"x_x_x_x_1159414911elementT=
oProof">=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125)">=20
<b>Albert Lewis</b></p>=20
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 15px; color: rgb(127, 127, 127)">=20
<span style=3D"font-size: 16px; color: rgb(153, 153, 153)">Email: </span><s=
pan style=3D"font-size: 16px; color: rgb(128, 27, 128)"><u><a href=3D"mailt=
o:[email protected]" id=3D"x_x_1612152773OWAd8579170-05eb-f3dc-bb7a-abaffe5c=
d9dd" class=3D"x_x_x_x_1159414911OWAAutoLink" target=3D"_blank" style=3D"co=
lor: rgb(128, 27, 128); margin-top: 0px; margin-bottom: 0px">[email protected]=
om</a></u></span><span style=3D"font-size: 16px; color: rgb(79, 129, 189)">=
</span></p>=20
</div>=20
<div id=3D"x_x_x_x_1159414911appendonsend"></div>=20
<hr style=3D"direction: ltr; display: inline-block; width: 98%">=20
<div id=3D"x_x_x_x_1159414911divRplyFwdMsg" dir=3D"ltr"><span style=3D"font=
-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0)"><b>From=
:</b> Snort-users <<a href=3D"mailto:[email protected]=
t.org" id=3D"x_x_1612152773OWA1b1d96b2-72da-0d8c-f448-e2cd2a67c126" class=
=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">snort-users-bounces@lists.=
snort.org</a>>=20
on behalf of Jacko B via Snort-users <<a href=3D"mailto:snort-users@lis=
ts.snort.org" id=3D"x_x_1612152773OWA26aca7f4-40b8-06aa-93d7-433650fcbdce" =
class=3D"x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]=
rt.org</a>><br>=20
<b>Sent:</b> Tuesday, January 7, 2025 10:08 AM<br>=20
<b>To:</b> Snort users <<a href=3D"mailto:[email protected]=
rg" id=3D"x_x_1612152773OWAba76db07-6bad-1332-674e-5812ea5913eb" class=3D"x=
_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]</a>=
><br>=20
<b>Subject:</b> [Snort-users] Log trouble</span>=20
<div> </div>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
Hello everyone, I was wondering if anyone had any suggestions for some logg=
ing trouble I am having. I am using snort++ version 3.6.0.0</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
After installing I tried to set up logs for alerts to output to. I wanted t=
o encrypt the logs and rotate them every 90 days so I set that up and then =
configured lua where to output. My configuration passes and snort runs succ=
essfully but I can't seem to log=20
anything. I added a custom rule for testing purposes that alert "any any i=
p" and finally today I was able to trigger an alert but still no logs. I am=
willing to use an alternative logging mechanism at this point but figured =
I would reach out for help first.=20
I can send pics of my configuration and I appreciate any and all help.</di=
v>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
</blockquote>=20
<div style=3D"direction: ltr"><br>=20
</div>=20
</div>=20
</blockquote>=20
</div>=20
<br>=20
</div>=20
</div> </blockquote></div><br></body></html>
------=_Part_52381_65040448.1736728834985--
--===============2940130406000522500==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Snort-users mailing list
[email protected]
Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-users
To unsubscribe, send an email to:
[email protected]
Please visit http://blog.snort.org to stay current on all the latest Snort news!
Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette
--===============2940130406000522500==--