Re: Log trouble

Jacko B via Snort-users <[email protected]> Mon, 13 Jan 2025 18:52:39 -0600
Newsgroups gmane.comp.security.ids.snort.general
Message-ID <[email protected]>
--===============4407373264556866256==
Content-Type: multipart/alternative; 
	boundary="----=_Part_212101_1253747535.1736815959545"

------=_Part_212101_1253747535.1736815959545
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable


       =20

       =20
            Problem solved.In my lua config I have=C2=A0alert_syslog =3D { =
}I made a custom rule that triggered for any ip traffic, started Firefox to=
 produce ip traffic, then stopped snort once I knew my alert had triggered.=
=C2=A0I then ran this commandsudo journalctl | grep -i "snort\\["It is logg=
ing to the journal which in my case will work. Thank you for all the help.=
=C2=A0    ---- On Sun, 12 Jan 2025 19:34:11 -0600  [email protected].=
org<[email protected]> wrote ---- =20
div.zm_1409196339406756461_parse_5484092498291813920 P { margin-top: 0; mar=
gin-bottom: 0 }=20
=20
=20
=20
Enable the logging first without specifying a file. Run a test and see if i=
t logs. Then you can go from there.=20
=20
=20
=20
=20
You can get some help with the module options by running snort --help modul=
e "module name".=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
Albert Lewis=20
=20
Email: [email protected]=C2=A0=20
=20
=20
=20
From: Al Lewis (allewi) <[email protected]>=20
Sent: Sunday, January 12, 2025 8:30 PM=20
To: Jacko B <[email protected]>=20
Cc: Snort users <[email protected]>=20
Subject: Re: [Snort-users] Log trouble=20
=C2=A0=20
=20
div.zm_1409196339406756461_parse_5484092498291813920 p { margin-top: 0; mar=
gin-bottom: 0 }=20
=20
=20
Remove the "alert console" and just use the file logging.=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: Sunday, January 12, 2025 7:40 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
=20
=20
=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/snort=20
=20
=20
Is snort 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 th=
is out for a while and I appreciate the help.=C2=A0=20
=20
=20
=20
=20
=20
---- On Wed, 08 Jan 2025 21:06:02 -0600 Al Lewis (allewi)<[email protected]>=
 wrote ----=20
=20
=20
=20
=20
div.zm_1409196339406756461_parse_5484092498291813920 div.x_x_zm_52713701646=
70993736_parse_6124147626900794347 p { margin-top: 0; margin-bottom: 0 }=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_1409196339406756461_parse_5484092498291813920 div.x_x_zm_52713701646=
70993736_parse_6124147626900794347 div.x_x_x_zm_444372666139586490_parse_47=
95833495057976243 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
=20
=20
=20
Enable the logging first without specifying a file. Run a test and see if i=
t logs. Then you can go from there.  You can get some help with the module =
options by running snort --help module "module name".      Albert Lewis  Em=
ail: [email protected]<mailto:[email protected]>  ___________________________=
_____ From: Al Lewis (allewi) <[email protected]> Sent: Sunday, January 12, =
2025 8:30 PM To: Jacko B <[email protected]> Cc: Snort users <snort-user=
[email protected]> Subject: Re: [Snort-users] Log trouble  Remove the "aler=
t console" and just use the file logging.    Albert Lewis  Email: allewi@ci=
sco.com<mailto:[email protected]>  ________________________________ From: Ja=
cko B <[email protected]> Sent: Sunday, January 12, 2025 7:40 PM To: Al =
Lewis (allewi) <[email protected]> Cc: Snort users <[email protected].=
org> Subject: Re: [Snort-users] Log trouble    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/snort  Is snort meant to be more of a command line alert s=
ystem 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.   ---=
- On Wed, 08 Jan 2025 21:06:02 -0600 Al Lewis (allewi)<[email protected]> wr=
ote ----  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 t=
o true. (i.e alert_csv =3D { file =3D true }    Albert Lewis  Email: allewi=
@cisco.com<mailto:[email protected]>  ________________________________ From:=
 Jacko B <[email protected]<mailto:[email protected]>> Sent: Wednesda=
y, January 8, 2025 8:25 PM To: Al Lewis (allewi) <[email protected]<mailto:a=
[email protected]>> Cc: Snort users <[email protected]<mailto:snort=
[email protected]>> Subject: Re: [Snort-users] Log trouble  Like so?  =
---------------------------------------------------------------------------=
 -- Snort++ defaults ------------------------------------------------------=
---------------------  -- this file defines the external defaults for Snort=
. all simple scalar -- types have a builtin default, including those in lis=
t items, however -- lists defaults are provided here instead of compiling t=
hem into the -- binary. this makes it easier to copy and paste or edit for =
your -- environment.  -- include in your snort.lua -- after you set HOME_NE=
T and EXTERNAL_NET  -- use these by assignment, eg --     ftp_server =3D de=
fault_ftp_server ----------------------------------------------------------=
----------------- -- default paths - used in Talos configs ----------------=
-----------------------------------------------------------  -- Path to you=
r rules files (this can be a relative path) RULE_PATH =3D '/usr/local/etc/s=
nort/rules' BUILTIN_RULE_PATH =3D '../builtin_rules' PLUGIN_RULE_PATH =3D '=
../so_rules'  -- If you are using reputation preprocessor set these WHITE_L=
IST_PATH =3D '../lists' BLACK_LIST_PATH =3D '../lists'  -------------------=
-------------------------------------------------------- -- default network=
s - used in Talos rules ---------------------------------------------------=
------------------------ -- define servers on your network you want to prot=
ect  DNS_SERVERS =3D HOME_NET FTP_SERVERS =3D HOME_NET HTTP_SERVERS =3D HOM=
E_NET SIP_SERVERS =3D HOME_NET SMTP_SERVERS =3D HOME_NET SQL_SERVERS =3D HO=
ME_NET SSH_SERVERS =3D HOME_NET TELNET_SERVERS =3D HOME_NET      alert_fast=
 =3D { file =3D true, filename =3D '/var/log/snort/snort.log'     }     ale=
rt_console =3D { file =3D true,     }   ---- On Wed, 08 Jan 2025 12:13:45 -=
0600 Al Lewis (allewi)<[email protected]<mailto:[email protected]>> wrote ---=
-  Meaning the alert sections should be top level and not nested under anot=
her section.    Albert Lewis  Email: [email protected]<mailto:[email protected]=
om>  ________________________________ From: Snort-users <snort-users-bounce=
[email protected]<mailto:[email protected]>> on behalf of=
 Al Lewis (allewi) via Snort-users <[email protected]<mailto:snor=
[email protected]>> Sent: Wednesday, January 8, 2025 12:54 PM To: Jac=
ko B <[email protected]<mailto:[email protected]>> Cc: Snort users <s=
[email protected]<mailto:[email protected]>> Subject: Re=
: [Snort-users] Log trouble  I think you have the alert section under the "=
output" section (alert_fast and alert_console) which doesn't look correct. =
 I am referring to this:  outputs =3D {     alert_fast =3D { file =3D true,=
 filename =3D "/var/log/snort/snort.log",     },     alert_console =3D { fi=
le =3D true,     }, }  Try removing that outputs =3D {} section.    Albert =
Lewis  Email: [email protected]<mailto:[email protected]>  __________________=
______________ From: Jacko B <[email protected]<mailto:rojo404@zohomail.=
com>> Sent: Wednesday, January 8, 2025 11:24 AM To: Al Lewis (allewi) <alle=
[email protected]<mailto:[email protected]>> Cc: Snort users <[email protected]=
nort.org<mailto:[email protected]>> Subject: Re: [Snort-users] Lo=
g trouble   This is my lua config, sorry for it being so long, I didn't kno=
w if you needed the whole thing but my outputs section is at the very botto=
m.  -----------------------------------------------------------------------=
---- -- Snort++ defaults --------------------------------------------------=
-------------------------  -- this file defines the external defaults for S=
nort. all simple scalar -- types have a builtin default, including those in=
 list items, however -- lists defaults are provided here instead of compili=
ng them into the -- binary. this makes it easier to copy and paste or edit =
for your -- environment.  -- include in your snort.lua -- after you set HOM=
E_NET and EXTERNAL_NET  -- use these by assignment, eg --     ftp_server =
=3D default_ftp_server ----------------------------------------------------=
----------------------- -- default paths - used in Talos configs ----------=
-----------------------------------------------------------------  -- Path =
to your rules files (this can be a relative path) RULE_PATH =3D '/usr/local=
/etc/snort/rules' BUILTIN_RULE_PATH =3D '../builtin_rules' PLUGIN_RULE_PATH=
 =3D '../so_rules'  -- If you are using reputation preprocessor set these W=
HITE_LIST_PATH =3D '../lists' BLACK_LIST_PATH =3D '../lists'  -------------=
-------------------------------------------------------------- -- default n=
etworks - used in Talos rules ---------------------------------------------=
------------------------------ -- define servers on your network you want t=
o protect  DNS_SERVERS =3D HOME_NET FTP_SERVERS =3D HOME_NET HTTP_SERVERS =
=3D HOME_NET SIP_SERVERS =3D HOME_NET SMTP_SERVERS =3D HOME_NET SQL_SERVERS=
 =3D HOME_NET SSH_SERVERS =3D HOME_NET TELNET_SERVERS =3D HOME_NET  -------=
-------------------------------------------------------------------- -- def=
ault ports - used in Talos rules ------------------------------------------=
--------------------------------- -- define ports on your network you want =
to protect -- where possible, use the wizard for inspection instead of expl=
icit port -- bindings. this gives you some port independence and allows you=
 find c&c -- channels hard port bindings would miss. Talos rules will still=
 use these -- ports if there is no match on service.  FTP_PORTS =3D ' 21 21=
00 3535'  HTTP_PORTS =3D [[     80 81 311 383 591 593 901 1220 1414 1741 18=
30 2301 2381 2809 3037 3128     3702 4343 4848 5250 6988 7000 7001 7144 714=
5 7510 7777 7779 8000 8008     8014 8028 8080 8085 8088 8090 8118 8123 8180=
 8181 8243 8280 8300 8800     8888 8899 9000 9060 9080 9090 9091 9443 9999 =
11371 34443 34444 41080     50002 55555 ]]  MAIL_PORTS =3D ' 110 143'  ORAC=
LE_PORTS =3D ' 1024:'  SIP_PORTS =3D ' 5060 5061 5600'  SSH_PORTS =3D ' 22'=
  FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_PORTS  ---------------------------=
------------------------------------------------ -- default variables -----=
----------------------------------------------------------------------  def=
ault_variables =3D {     nets =3D     {         HOME_NET =3D HOME_NET,     =
    EXTERNAL_NET =3D EXTERNAL_NET,         DNS_SERVERS =3D DNS_SERVERS,    =
     FTP_SERVERS =3D FTP_SERVERS,         HTTP_SERVERS =3D HTTP_SERVERS,   =
      SIP_SERVERS =3D SIP_SERVERS,         SMTP_SERVERS =3D SMTP_SERVERS,  =
       SQL_SERVERS =3D SQL_SERVERS,         SSH_SERVERS =3D SSH_SERVERS,   =
      TELNET_SERVERS =3D TELNET_SERVERS,     },     paths =3D     {        =
 RULE_PATH =3D RULE_PATH,         BUILTIN_RULE_PATH =3D BUILTIN_RULE_PATH, =
        PLUGIN_RULE_PATH =3D PLUGIN_RULE_PATH,         WHITE_LIST_PATH =3D =
WHITE_LIST_PATH,         BLACK_LIST_PATH =3D BLACK_LIST_PATH,     },     po=
rts =3D     {         FTP_PORTS =3D FTP_PORTS,         HTTP_PORTS =3D HTTP_=
PORTS,         MAIL_PORTS =3D MAIL_PORTS,         ORACLE_PORTS =3D ORACLE_P=
ORTS,         SIP_PORTS =3D SIP_PORTS,         SSH_PORTS =3D SSH_PORTS,    =
     FILE_DATA_PORTS =3D FILE_DATA_PORTS,     } }  ------------------------=
--------------------------------------------------- -- default ftp server -=
-------------------------------------------------------------------------- =
 ftp_default_cmds =3D [[     ABOR ACCT ADAT ALLO APPE AUTH CCC CDUP CEL CLN=
T CMD CONF CWD DELE ENC     EPRT EPSV ESTA ESTP FEAT HELP LANG LIST LPRT LP=
SV MACB MAIL MDTM MIC     MKD MLSD MLST MODE NLST NOOP OPTS PASS PASV PBSZ =
PORT PROT PWD QUIT     REIN REST RETR RMD RNFR RNTO SDUP SITE SIZE SMNT STA=
T STOR STOU STRU     SYST TEST TYPE USER XCUP XCRC XCWD XMAS XMD5 XMKD XPWD=
 XRCP XRMD XRSQ     XSEM XSEN XSHA1 XSHA256 ]]  ftp_default_data_chan_cmds =
=3D [[     PORT PASV LPRT LPSV EPRT EPSV ]]  ftp_default_data_xfer_cmds =3D=
 [[     RETR STOR STOU APPE LIST NLST ]]  ftp_default_file_put_cmds =3D [[ =
    STOR STOU APPE ]]  ftp_default_file_get_cmds =3D [[     RETR ]]  ftp_de=
fault_login_cmds =3D [[     USER PASS ]]  ftp_default_encr_cmds =3D [[     =
AUTH ]]  ftp_format_commands =3D [[     ACCT ADAT ALLO APPE AUTH CEL CLNT C=
MD CONF CWD DELE ENC EPRT EPSV ESTP     HELP LANG LIST LPRT MACB MAIL MDTM =
MIC MKD MLSD MLST MODE NLST OPTS     PASS PBSZ PORT PROT REST RETR RMD RNFR=
 RNTO SDUP SITE SIZE SMNT STAT     STOR STRU TEST TYPE USER XCRC XCWD XMAS =
XMD5 XMKD XRCP XRMD XRSQ XSEM     XSEN XSHA1 XSHA256 ]]  ftp_command_specs =
=3D {     { command =3D 'ABOR', length =3D 0 },     { command =3D 'CCC', le=
ngth =3D 0 },     { command =3D 'CDUP', length =3D 0 },     { command =3D '=
ESTA', length =3D 0 },     { command =3D 'FEAT', length =3D 0 },     { comm=
and =3D 'LPSV', length =3D 0 },     { command =3D 'NOOP', length =3D 0 },  =
   { command =3D 'PASV', length =3D 0 },     { command =3D 'PWD', length =
=3D 0 },     { command =3D 'QUIT', length =3D 0 },     { command =3D 'REIN'=
, length =3D 0 },     { command =3D 'SYST', length =3D 0 },     { command =
=3D 'XCUP', length =3D 0 },     { command =3D 'XPWD', length =3D 0 },      =
{ command =3D 'APPE', length =3D 200 },     { command =3D 'CMD', length =3D=
 200 },     { command =3D 'HELP', length =3D 200 },     { command =3D 'NLST=
', length =3D 200 },     { command =3D 'RETR', length =3D 200 },     { comm=
and =3D 'RNFR', length =3D 200 },     { command =3D 'STOR', length =3D 200 =
},     { command =3D 'STOU', length =3D 200 },     { command =3D 'XMKD', le=
ngth =3D 200 },      { command =3D 'CWD', length =3D 256 },     { command =
=3D 'RNTO', length =3D 256 },     { command =3D 'SIZE', length =3D 512 },  =
    { command =3D 'ALLO', length =3D 200, format =3D '< int [ char R int ] =
>' },     { command =3D 'EPRT', length =3D 400, format =3D '< extd_host_por=
t >' },     { command =3D 'EPSV', format =3D "< [ { '1' | '2' | 'ALL' } ] >=
" },     { command =3D 'LPRT', length =3D 400, format =3D '< long_host_port=
 >' },     { command =3D 'MACB', format =3D '< string >' },     { command =
=3D 'MDTM', format =3D '< [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string >' },   =
  { command =3D 'MODE', format =3D '< char ASBCZ >' },     { command =3D 'P=
ORT', length =3D 400, format =3D '< host_port >' },     { command =3D 'PROT=
', format =3D '< char CSEP >' },     { command =3D 'STRU', format =3D '< ch=
ar FRPO [ string ] >' },     { command =3D 'TYPE', format =3D '< { char AE =
[ char NTC ] | char I | char L [ number ] } >' } }  default_ftp_server =3D =
{     -- params not specified here get internal defaults     ftp_cmds =3D f=
tp_default_cmds,     data_chan_cmds =3D ftp_default_data_chan_cmds,     dat=
a_xfer_cmds =3D ftp_default_data_xfer_cmds,     file_put_cmds =3D ftp_defau=
lt_file_put_cmds,     file_get_cmds =3D ftp_default_file_get_cmds,     logi=
n_cmds =3D ftp_default_login_cmds,     encr_cmds =3D ftp_default_encr_cmds,=
     chk_str_fmt =3D ftp_format_commands,     cmd_validity =3D ftp_command_=
specs }  ------------------------------------------------------------------=
--------- -- default smtp configuration -----------------------------------=
----------------------------------------  smtp_default_auth_cmds =3D [[    =
 AUTH XAUTH X-EXPS ]]  smtp_default_binary_data_cmds =3D [[     BDAT XEXCH5=
0 ]]  smtp_default_data_cmds =3D [[     DATA ]]  smtp_default_normalize_cmd=
s =3D [[     ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND ESOM ET=
RN EVFY EXPN     HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SE=
ND SOML STARTTLS     TICK TIME TURN TURNME VERB VRFY X-ADAT XADR XAUTH XCIR=
 X-DRCP X-ERCP XEXCH50     X-EXCH50 X-EXPS XGEN XLICENSE X-LINK2STATE XQUE =
XSTA XTRN XUSR ]]  smtp_default_valid_cmds =3D smtp_default_normalize_cmds =
 smtp_default_alt_max_command_lines =3D {     { command =3D 'ATRN', length =
=3D 255, },     { command =3D 'AUTH', length =3D 246, },     { command =3D =
'BDAT', length =3D 255, },     { command =3D 'DATA', length =3D 246, },    =
 { command =3D 'DEBUG', length =3D 255, },     { command =3D 'EHLO', length=
 =3D 500, },     { command =3D 'EMAL', length =3D 255, },     { command =3D=
 'ESAM', length =3D 255, },     { command =3D 'ESND', length =3D 255, },   =
  { command =3D 'ESOM', length =3D 255, },     { command =3D 'ETRN', length=
 =3D 500, },     { command =3D 'EVFY', length =3D 255, },     { command =3D=
 'EXPN', length =3D 255, },     { command =3D 'HELO', length =3D 500, },   =
  { command =3D 'HELP', length =3D 500, },     { command =3D 'IDENT', lengt=
h =3D 255, },     { command =3D 'MAIL', length =3D 260, },     { command =
=3D 'NOOP', length =3D 255, },     { command =3D 'ONEX', length =3D 246, },=
     { command =3D 'QUEU', length =3D 246, },     { command =3D 'QUIT', len=
gth =3D 246, },     { command =3D 'RCPT', length =3D 300, },     { command =
=3D 'RSET', length =3D 255, },     { command =3D 'SAML', length =3D 246, },=
     { command =3D 'SEND', length =3D 246, },     { command =3D 'SIZE', len=
gth =3D 255, },     { command =3D 'SOML', length =3D 246, },     { command =
=3D 'STARTTLS', length =3D 246, },     { command =3D 'TICK', length =3D 246=
, },     { command =3D 'TIME', length =3D 246, },     { command =3D 'TURN',=
 length =3D 246, },     { command =3D 'TURNME', length =3D 246, },     { co=
mmand =3D 'VERB', length =3D 246, },     { command =3D 'VRFY', length =3D 2=
55, },     { command =3D 'XADR', length =3D 246, },     { command =3D 'XAUT=
H', length =3D 246, },     { command =3D 'XCIR', length =3D 246, },     { c=
ommand =3D 'XEXCH50', length =3D 246, },     { command =3D 'X-EXPS', length=
 =3D 246, },     { command =3D 'XGEN', length =3D 246, },     { command =3D=
 'XLICENSE', length =3D 246, },     { command =3D 'X-LINK2STATE', length =
=3D 246, },     { command =3D 'XQUE', length =3D 246, },     { command =3D =
'XSTA', length =3D 246, },     { command =3D 'XTRN', length =3D 246, },    =
 { command =3D 'XUSR', length =3D 246, } }  default_smtp =3D {     -- param=
s not specified here get internal defaults     alt_max_command_line_len =3D=
 smtp_default_alt_max_command_lines,     auth_cmds =3D smtp_default_auth_cm=
ds,     binary_data_cmds =3D smtp_default_binary_data_cmds,     data_cmds =
=3D smtp_default_data_cmds,     normalize_cmds =3D smtp_default_normalize_c=
mds,     valid_cmds =3D smtp_default_valid_cmds, }  -----------------------=
---------------------------------------------------- -- default wizard ----=
-----------------------------------------------------------------------  --=
 some HTTP and SIP methods match the whole start line to disambiguate -- be=
tween them or, in the case of ACK, from another protocol -- the * * pattern=
s match unknown methods  http_methods =3D {     'GET', 'HEAD', 'POST', 'DEL=
ETE', 'TRACE', 'CONNECT',     'VERSION_CONTROL', 'REPORT', 'CHECKOUT', 'CHE=
CKIN', 'UNCHECKOUT',     'MKWORKSPACE', 'LABEL', 'MERGE', 'BASELINE_CONTROL=
',     'MKACTIVITY', 'ORDERPATCH', 'ACL', 'PATCH', 'BIND', 'LINK',     'MKC=
ALENDAR', 'MKREDIRECTREF', 'REBIND', 'UNBIND', 'UNLINK',     'UPDATEREDIREC=
TREF', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY',     'MOVE', 'LOCK', 'UNLOC=
K', 'SEARCH', 'BCOPY', 'BDELETE', 'BMOVE',     'BPROPFIND', 'BPROPPATCH', '=
POLL', 'UNSUBSCRIBE', 'X_MS_ENUMATTS',     'NOTIFY * HTTP/', 'OPTIONS * HTT=
P/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTTP/',     'PUT * HTTP/', '* * HTTP/' =
}  sip_requests =3D {     'INVITE', 'CANCEL', 'BYE', 'REGISTER', 'PRACK', '=
PUBLISH', 'REFER', 'INFO', 'MESSAGE',     'NOTIFY * SIP/', 'OPTIONS * SIP/'=
, 'SUBSCRIBE * SIP/', 'UPDATE * SIP/',     'ACK * SIP/', '* * SIP/' }  teln=
et_commands =3D {     '|FF F0|', '|FF F1|', '|FF F2|', '|FF F3|',     '|FF =
F4|', '|FF F5|', '|FF F6|', '|FF F7|',     '|FF F8|', '|FF F9|', '|FF FA|',=
 '|FF FB|',     '|FF FC|', '|FF FD|', '|FF FE|' }   netflow_versions =3D { =
    '|00 05|', '|00 09|' }  default_wizard =3D {     spells =3D     {      =
   { service =3D 'ftp', proto =3D 'tcp',           to_client =3D { '220*FTP=
', '220*FileZilla' } },          { service =3D 'http', proto =3D 'tcp',    =
       to_server =3D http_methods, to_client =3D { 'HTTP/' } },          { =
service =3D 'imap', proto =3D 'tcp',           to_client =3D { '** OK', '**=
 BYE', '** PREAUTH' } },          { service =3D 'pop3', proto =3D 'tcp',   =
        to_client =3D { '+OK', '-ERR' } },          { service =3D 'sip',   =
        to_server =3D sip_requests, to_client =3D { 'SIP/' } },          { =
service =3D 'smtp', proto =3D 'tcp',           to_server =3D { 'HELO', 'EHL=
O' },           to_client =3D { '220*SMTP', '220*MAIL' } },          { serv=
ice =3D 'ssh', proto =3D 'tcp',           to_server =3D { 'SSH-' }, to_clie=
nt =3D { 'SSH-' } },          { service =3D 'dce_http_server', proto =3D 't=
cp',           to_client =3D { 'ncacn_http' } },          { service =3D 'dc=
e_http_proxy', proto =3D 'tcp',           to_server =3D { 'RPC_CONNECT' } }=
,      },     hexes =3D     {         { service =3D 'dnp3', proto =3D 'tcp'=
,           to_server =3D { '|05 64|' }, to_client =3D { '|05 64|' } },    =
      { service =3D 'netflow', proto =3D 'udp',           to_server =3D net=
flow_versions },          { service =3D 'http2', proto =3D 'tcp',          =
 to_client =3D { '???|04 00 00 00 00 00|' },           to_server =3D { '|50=
 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a|' } }=
,  --[[         { service =3D 'modbus', proto =3D 'tcp',           to_serve=
r =3D { '??|0 0|' } },          { service =3D 'rpc', proto =3D 'tcp',      =
     to_server =3D { '????|0 0 0 0 0 0 0 1|' },           to_client =3D { '=
????|0 0 0 0 0 0 0 1|' } }, --]]          { service =3D 'ssl', proto =3D 't=
cp',           to_server =3D { '|16 03|' }, to_client =3D { '|16 03|' } }, =
         { service =3D 'telnet', proto =3D 'tcp',           to_server =3D t=
elnet_commands, to_client =3D telnet_commands },     },      curses =3D {'d=
ce_udp', 'dce_tcp', 'dce_smb', 'mms', 's7commplus', 'sslv2'} }  -----------=
---------------------------------------------------------------- -- default=
 references ---------------------------------------------------------------=
------------  default_references =3D {     { name =3D 'bugtraq',   url =3D =
'http://www.securityfocus.com/bid/' },     { name =3D 'cve',       url =3D =
'http://cve.mitre.org/cgi-bin/cvename.cgi?name=3D' },     { name =3D 'arach=
NIDS', url =3D 'http://www.whitehats.com/info/IDS' },     { name =3D 'osvdb=
',     url =3D 'http://osvdb.org/show/osvdb/' },     { name =3D 'McAfee',  =
  url =3D 'http://vil.nai.com/vil/content/v_' },     { name =3D 'nessus',  =
  url =3D 'http://cgi.nessus.org/plugins/dump.php3?id=3D' },     { name =3D=
 'url',       url =3D 'http://' },     { name =3D 'msb',       url =3D 'htt=
p://technet.microsoft.com/en-us/security/bulletin/' } }  ------------------=
--------------------------------------------------------- -- default classi=
fications -----------------------------------------------------------------=
----------  default_classifications =3D {     { name =3D 'not-suspicious', =
priority =3D 3,       text =3D 'Not Suspicious Traffic' },      { name =3D =
'unknown', priority =3D 3,       text =3D 'Unknown Traffic' },      { name =
=3D 'bad-unknown', priority =3D 2,       text =3D 'Potentially Bad Traffic'=
 },      { name =3D 'attempted-recon', priority =3D 2,       text =3D 'Atte=
mpted Information Leak' },      { name =3D 'successful-recon-limited', prio=
rity =3D 2,       text =3D 'Information Leak' },      { name =3D 'successfu=
l-recon-largescale', priority =3D 2,       text =3D 'Large Scale Informatio=
n Leak' },      { name =3D 'attempted-dos', priority =3D 2,       text =3D =
'Attempted Denial of Service' },      { name =3D 'successful-dos', priority=
 =3D 2,       text =3D 'Denial of Service' },      { name =3D 'attempted-us=
er', priority =3D 1,       text =3D 'Attempted User Privilege Gain' },     =
 { name =3D 'unsuccessful-user', priority =3D 1,       text =3D 'Unsuccessf=
ul User Privilege Gain' },      { name =3D 'successful-user', priority =3D =
1,       text =3D 'Successful User Privilege Gain' },      { name =3D 'atte=
mpted-admin', priority =3D 1,       text =3D 'Attempted Administrator Privi=
lege Gain' },      { name =3D 'successful-admin', priority =3D 1,       tex=
t =3D 'Successful Administrator Privilege Gain' },      { name =3D 'rpc-por=
tmap-decode', priority =3D 2,       text =3D 'Decode of an RPC Query' },   =
   { name =3D 'shellcode-detect', priority =3D 1,       text =3D 'Executabl=
e code was detected' },      { name =3D 'string-detect', priority =3D 3,   =
    text =3D 'A suspicious string was detected' },      { name =3D 'suspici=
ous-filename-detect', priority =3D 2,       text =3D 'A suspicious filename=
 was detected' },      { name =3D 'suspicious-login', priority =3D 2,      =
 text =3D 'An attempted login using a suspicious username was detected' }, =
     { name =3D 'system-call-detect', priority =3D 2,       text =3D 'A sys=
tem call was detected' },      { name =3D 'tcp-connection', priority =3D 4,=
       text =3D 'A TCP connection was detected' },      { name =3D 'trojan-=
activity', priority =3D 1,       text =3D 'A Network Trojan was detected' }=
,      { name =3D 'unusual-client-port-connection', priority =3D 2,       t=
ext =3D 'A client was using an unusual port' },      { name =3D 'network-sc=
an', priority =3D 3,       text =3D 'Detection of a Network Scan' },      {=
 name =3D 'denial-of-service', priority =3D 2,       text =3D 'Detection of=
 a Denial of Service Attack' },      { name =3D 'non-standard-protocol', pr=
iority =3D 2,       text =3D 'Detection of a non-standard protocol or event=
' },      { name =3D 'protocol-command-decode', priority =3D 3,       text =
=3D 'Generic Protocol Command Decode' },      { name =3D 'web-application-a=
ctivity', priority =3D 2,       text =3D 'Access to a potentially vulnerabl=
e web application' },      { name =3D 'web-application-attack', priority =
=3D 1,       text =3D 'Web Application Attack' },      { name =3D 'misc-act=
ivity', priority =3D 3,       text =3D 'Misc activity' },      { name =3D '=
misc-attack', priority =3D 2,       text =3D 'Misc Attack' },      { name =
=3D 'icmp-event', priority =3D 3,       text =3D 'Generic ICMP event' },   =
   { name =3D 'inappropriate-content', priority =3D 1,       text =3D 'Inap=
propriate Content was Detected' },      { name =3D 'policy-violation', prio=
rity =3D 1,       text =3D 'Potential Corporate Privacy Violation' },      =
{ name =3D 'default-login-attempt', priority =3D 2,       text =3D 'Attempt=
 to login by a default username and password' },      { name =3D 'sdf', pri=
ority =3D 2,       text =3D 'Sensitive Data' },      { name =3D 'file-forma=
t', priority =3D 1,       text =3D 'Known malicious file or file based expl=
oit' },      { name =3D 'malware-cnc', priority =3D 1,       text =3D 'Know=
n malware command and control traffic' },      { name =3D 'client-side-expl=
oit', priority =3D 1,       text =3D 'Known client side exploit attempt' } =
}  ------------------------------------------------------------------------=
--- -- gtp defaults -------------------------------------------------------=
--------------------  gtp_v0_msg =3D {     { type =3D 1, name =3D "echo_req=
uest" },     { type =3D 2, name =3D "echo_response" },     { type =3D 3, na=
me =3D "version_not_supported" },     { type =3D 4, name =3D "node_alive_re=
quest" },     { type =3D 5, name =3D "node_alive_response" },     { type =
=3D 6, name =3D "redirection_request" },     { type =3D 7, name =3D "redire=
ction_response" },      { type =3D 16, name =3D "create_pdp_context_request=
" },     { type =3D 17, name =3D "create_pdp_context_response" },     { typ=
e =3D 18, name =3D "update_pdp_context_request" },     { type =3D 19, name =
=3D "update_pdp_context_response" },     { type =3D 20, name =3D "delete_pd=
p_context_request" },     { type =3D 21, name =3D "delete_pdp_context_respo=
nse" },     { type =3D 22, name =3D "create_aa_pdp_context_request" },     =
{ type =3D 23, name =3D "create_aa_pdp_context_response" },     { type =3D =
24, name =3D "delete_aa_pdp_context_request" },     { type =3D 25, name =3D=
 "delete_aa_pdp_context_response" },     { type =3D 26, name =3D "error_ind=
ication" },     { type =3D 27, name =3D "pdu_notification_request" },     {=
 type =3D 28, name =3D "pdu_notification_response" },     { type =3D 29, na=
me =3D "pdu_notification_reject_request" },     { type =3D 30, name =3D "pd=
u_notification_reject_response" },      { type =3D 32, name =3D "send_routi=
ng_info_request" },     { type =3D 33, name =3D "send_routing_info_response=
" },     { type =3D 34, name =3D "failure_report_request" },     { type =3D=
 35, name =3D "failure_report_response" },     { type =3D 36, name =3D "not=
e_ms_present_request" },     { type =3D 37, name =3D "note_ms_present_respo=
nse" },      { type =3D 48, name =3D "identification_request" },     { type=
 =3D 49, name =3D "identification_response" },     { type =3D 50, name =3D =
"sgsn_context_request" },     { type =3D 51, name =3D "sgsn_context_respons=
e" },     { type =3D 52, name =3D "sgsn_context_ack" },      { type =3D 240=
, name =3D "data_record_transfer_request" },     { type =3D 241, name =3D "=
data_record_transfer_response" },      { type =3D 255, name =3D "pdu" }, } =
 gtp_v1_msg =3D {     { type =3D 1, name =3D "echo_request" },     { type =
=3D 2, name =3D "echo_response" },     { type =3D 3, name =3D "version_not_=
supported" },     { type =3D 4, name =3D "node_alive_request" },     { type=
 =3D 5, name =3D "node_alive_response" },     { type =3D 6, name =3D "redir=
ection_request" },     { type =3D 7, name =3D "redirection_response" },    =
  { type =3D 16, name =3D "create_pdp_context_request" },     { type =3D 17=
, name =3D "create_pdp_context_response" },     { type =3D 18, name =3D "up=
date_pdp_context_request" },     { type =3D 19, name =3D "update_pdp_contex=
t_response" },     { type =3D 20, name =3D "delete_pdp_context_request" }, =
    { type =3D 21, name =3D "delete_pdp_context_response" },     { type =3D=
 22, name =3D "init_pdp_context_activation_request" },     { type =3D 23, n=
ame =3D "init_pdp_context_activation_response" },      { type =3D 26, name =
=3D "error_indication" },     { type =3D 27, name =3D "pdu_notification_req=
uest" },     { type =3D 28, name =3D "pdu_notification_response" },     { t=
ype =3D 29, name =3D "pdu_notification_reject_request" },     { type =3D 30=
, name =3D "pdu_notification_reject_response" },     { type =3D 31, name =
=3D "supported_ext_header_notification" },     { type =3D 32, name =3D "sen=
d_routing_info_request" },     { type =3D 33, name =3D "send_routing_info_r=
esponse" },     { type =3D 34, name =3D "failure_report_request" },     { t=
ype =3D 35, name =3D "failure_report_response" },     { type =3D 36, name =
=3D "note_ms_present_request" },     { type =3D 37, name =3D "note_ms_prese=
nt_response" },      { type =3D 48, name =3D "identification_request" },   =
  { type =3D 49, name =3D "identification_response" },     { type =3D 50, n=
ame =3D "sgsn_context_request" },     { type =3D 51, name =3D "sgsn_context=
_response" },     { type =3D 52, name =3D "sgsn_context_ack" },     { type =
=3D 53, name =3D "forward_relocation_request" },     { type =3D 54, name =
=3D "forward_relocation_response" },     { type =3D 55, name =3D "forward_r=
elocation_complete" },     { type =3D 56, name =3D "relocation_cancel_reque=
st" },     { type =3D 57, name =3D "relocation_cancel_response" },     { ty=
pe =3D 58, name =3D "forward_srns_contex" },     { type =3D 59, name =3D "f=
orward_relocation_complete_ack" },     { type =3D 60, name =3D "forward_srn=
s_contex_ack" },      { type =3D 70, name =3D "ran_info_relay" },      { ty=
pe =3D 96, name =3D "mbms_notification_request" },     { type =3D 97, name =
=3D "mbms_notification_response" },     { type =3D 98, name =3D "mbms_notif=
ication_reject_request" },     { type =3D 99, name =3D "mbms_notification_r=
eject_response" },     { type =3D 100, name =3D "create_mbms_context_reques=
t" },     { type =3D 101, name =3D "create_mbms_context_response" },     { =
type =3D 102, name =3D "update_mbms_context_request" },     { type =3D 103,=
 name =3D "update_mbms_context_response" },     { type =3D 104, name =3D "d=
elete_mbms_context_request" },     { type =3D 105, name =3D "delete_mbms_co=
ntext_response" },      { type =3D 112, name =3D "mbms_register_request" },=
     { type =3D 113, name =3D "mbms_register_response" },     { type =3D 11=
4, name =3D "mbms_deregister_request" },     { type =3D 115, name =3D "mbms=
_deregister_response" },     { type =3D 116, name =3D "mbms_session_start_r=
equest" },     { type =3D 117, name =3D "mbms_session_start_response" },   =
  { type =3D 118, name =3D "mbms_session_stop_request" },     { type =3D 11=
9, name =3D "mbms_session_stop_response" },     { type =3D 120, name =3D "m=
bms_session_update_request" },     { type =3D 121, name =3D "mbms_session_u=
pdate_response" },      { type =3D 128, name =3D "ms_info_change_request" }=
,     { type =3D 129, name =3D "ms_info_change_response" },      { type =3D=
 240, name =3D "data_record_transfer_request" },     { type =3D 241, name =
=3D "data_record_transfer_response" },      { type =3D 254, name =3D "end_m=
arker" },     { type =3D 255, name =3D "pdu" }, }  gtp_v2_msg =3D {     { t=
ype =3D 1, name =3D "echo_request" },     { type =3D 2, name =3D "echo_resp=
onse" },     { type =3D 3, name =3D "version_not_supported" },      { type =
=3D 32, name =3D "create_session_request" },     { type =3D 33, name =3D "c=
reate_session_response" },     { type =3D 34, name =3D "modify_bearer_reque=
st" },     { type =3D 35, name =3D "modify_bearer_response" },     { type =
=3D 36, name =3D "delete_session_request" },     { type =3D 37, name =3D "d=
elete_session_response" },     { type =3D 38, name =3D "change_notification=
_request" },     { type =3D 39, name =3D "change_notification_response" }, =
     { type =3D 64, name =3D "modify_bearer_command" },     { type =3D 65, =
name =3D "modify_bearer_failure_indication" },     { type =3D 66, name =3D =
"delete_bearer_command" },     { type =3D 67, name =3D "delete_bearer_failu=
re_indication" },     { type =3D 68, name =3D "bearer_resource_command" }, =
    { type =3D 69, name =3D "bearer_resource_failure_indication" },     { t=
ype =3D 70, name =3D "downlink_failure_indication" },     { type =3D 71, na=
me =3D "trace_session_activation" },     { type =3D 72, name =3D "trace_ses=
sion_deactivation" },     { type =3D 73, name =3D "stop_paging_indication" =
},      { type =3D 95, name =3D "create_bearer_request" },     { type =3D 9=
6, name =3D "create_bearer_response" },     { type =3D 97, name =3D "update=
_bearer_request" },     { type =3D 98, name =3D "update_bearer_response" },=
     { type =3D 99, name =3D "delete_bearer_request" },     { type =3D 100,=
 name =3D "delete_bearer_response" },     { type =3D 101, name =3D "delete_=
pdn_request" },     { type =3D 102, name =3D "delete_pdn_response" },      =
{ type =3D 128, name =3D "identification_request" },     { type =3D 129, na=
me =3D "identification_response" },     { type =3D 130, name =3D "sgsn_cont=
ext_request" },     { type =3D 131, name =3D "sgsn_context_response" },    =
 { type =3D 132, name =3D "sgsn_context_ack" },     { type =3D 133, name =
=3D "forward_relocation_request" },     { type =3D 134, name =3D "forward_r=
elocation_response" },     { type =3D 135, name =3D "forward_relocation_com=
plete" },     { type =3D 136, name =3D "forward_relocation_complete_ack" },=
     { type =3D 137, name =3D "forward_access" },     { type =3D 138, name =
=3D "forward_access_ack" },     { type =3D 139, name =3D "relocation_cancel=
_request" },     { type =3D 140, name =3D "relocation_cancel_response" },  =
   { type =3D 141, name =3D "configuration_transfer_tunnel" },      { type =
=3D 149, name =3D "detach" },     { type =3D 150, name =3D "detach_ack" }, =
    { type =3D 151, name =3D "cs_paging" },     { type =3D 152, name =3D "r=
an_info_relay" },     { type =3D 153, name =3D "alert_mme" },     { type =
=3D 154, name =3D "alert_mme_ack" },     { type =3D 155, name =3D "ue_activ=
ity" },     { type =3D 156, name =3D "ue_activity_ack" },      { type =3D 1=
60, name =3D "create_forward_tunnel_request" },     { type =3D 161, name =
=3D "create_forward_tunnel_response" },     { type =3D 162, name =3D "suspe=
nd" },     { type =3D 163, name =3D "suspend_ack" },     { type =3D 164, na=
me =3D "resume" },     { type =3D 165, name =3D "resume_ack" },     { type =
=3D 166, name =3D "create_indirect_forward_tunnel_request" },     { type =
=3D 167, name =3D "create_indirect_forward_tunnel_response" },     { type =
=3D 168, name =3D "delete_indirect_forward_tunnel_request" },     { type =
=3D 169, name =3D "delete_indirect_forward_tunnel_response" },     { type =
=3D 170, name =3D "release_access_bearer_request" },     { type =3D 171, na=
me =3D "release_access_bearer_response" },      { type =3D 176, name =3D "d=
ownlink_data" },     { type =3D 177, name =3D "downlink_data_ack" },      {=
 type =3D 179, name =3D "pgw_restart" },     { type =3D 180, name =3D "pgw_=
restart_ack" },      { type =3D 200, name =3D "update_pdn_request" },     {=
 type =3D 201, name =3D "update_pdn_response" },      { type =3D 211, name =
=3D "modify_access_bearer_request" },     { type =3D 212, name =3D "modify_=
access_bearer_response" },      { type =3D 231, name =3D "mbms_session_star=
t_request" },     { type =3D 232, name =3D "mbms_session_start_response" },=
     { type =3D 233, name =3D "mbms_session_update_request" },     { type =
=3D 234, name =3D "mbms_session_update_response" },     { type =3D 235, nam=
e =3D "mbms_session_stop_request" },     { type =3D 236, name =3D "mbms_ses=
sion_stop_response" }, };  -- length =3D 0 indicates variable length  gtp_v=
0_info =3D {     { type =3D 1, name =3D "cause", length =3D 2 },     { type=
 =3D 2, name =3D "imsi", length =3D 9 },     { type =3D 3, name =3D "rai", =
length =3D 7 },     { type =3D 4, name =3D "tlli", length =3D 5 },     { ty=
pe =3D 5, name =3D "p_tmsi", length =3D 5 },     { type =3D 6, name =3D "qo=
s", length =3D 4 },      { type =3D 8, name =3D "recording_required", lengt=
h =3D 2 },     { type =3D 9, name =3D "authentication", length =3D 29 },   =
   { type =3D 11, name =3D "map_cause", length =3D 2 },     { type =3D 12, =
name =3D "p_tmsi_sig", length =3D 4 },     { type =3D 13, name =3D "ms_vali=
dated", length =3D 2 },     { type =3D 14, name =3D "recovery", length =3D =
2 },     { type =3D 15, name =3D "selection_mode", length =3D 2 },     { ty=
pe =3D 16, name =3D "flow_label_data_1", length =3D 3 },     { type =3D 17,=
 name =3D "flow_label_signalling", length =3D 3 },     { type =3D 18, name =
=3D "flow_label_data_2", length =3D 4 },     { type =3D 19, name =3D "ms_un=
reachable", length =3D 2 },      { type =3D 127, name =3D "charge_id", leng=
th =3D 5 },     { type =3D 128, name =3D "end_user_address", length =3D 0 }=
,     { type =3D 129, name =3D "mm_context", length =3D 0 },     { type =3D=
 130, name =3D "pdp_context", length =3D 0 },     { type =3D 131, name =3D =
"apn", length =3D 0 },     { type =3D 132, name =3D "protocol_config", leng=
th =3D 0 },     { type =3D 133, name =3D "gsn", length =3D 0 },     { type =
=3D 134, name =3D "msisdn", length =3D 0 },      { type =3D 251, name =3D "=
charging_gateway_addr", length =3D 0 },      { type =3D 255, name =3D "priv=
ate_extension", length =3D 0 }, }  gtp_v1_info =3D {     { type =3D 1, name=
 =3D "cause", length =3D 2 },     { type =3D 2, name =3D "imsi", length =3D=
 9 },     { type =3D 3, name =3D "rai", length =3D 7 },     { type =3D 4, n=
ame =3D "tlli", length =3D 5 },     { type =3D 5, name =3D "p_tmsi", length=
 =3D 5 },      { type =3D 8, name =3D "recording_required", length =3D 2 },=
     { type =3D 9, name =3D "authentication", length =3D 29 },      { type =
=3D 11, name =3D "map_cause", length =3D 2 },     { type =3D 12, name =3D "=
p_tmsi_sig", length =3D 4 },     { type =3D 13, name =3D "ms_validated", le=
ngth =3D 2 },     { type =3D 14, name =3D "recovery", length =3D 2 },     {=
 type =3D 15, name =3D "selection_mode", length =3D 2 },     { type =3D 16,=
 name =3D "teid_1", length =3D 5 },     { type =3D 17, name =3D "teid_contr=
ol", length =3D 5 },     { type =3D 18, name =3D "teid_2", length =3D 6 }, =
    { type =3D 19, name =3D "teardown_ind", length =3D 2 },     { type =3D =
20, name =3D "nsapi", length =3D 2 },     { type =3D 21, name =3D "ranap", =
length =3D 2 },     { type =3D 22, name =3D "rab_context", length =3D 10 },=
     { type =3D 23, name =3D "radio_priority_sms", length =3D 2 },     { ty=
pe =3D 24, name =3D "radio_priority", length =3D 2 },     { type =3D 25, na=
me =3D "packet_flow_id", length =3D 3 },     { type =3D 26, name =3D "charg=
ing_char", length =3D 3 },     { type =3D 27, name =3D "trace_ref", length =
=3D 3 },     { type =3D 28, name =3D "trace_type", length =3D 3 },     { ty=
pe =3D 29, name =3D "ms_unreachable", length =3D 2 },      {  type =3D127, =
name =3D "charge_id", length =3D 5 },     { type =3D 128, name =3D "end_use=
r_address", length =3D 0 },     { type =3D 129, name =3D "mm_context", leng=
th =3D 0 },     { type =3D 130, name =3D "pdp_context", length =3D 0 },    =
 { type =3D 131, name =3D "apn", length =3D 0 },     { type =3D 132, name =
=3D "protocol_config", length =3D 0 },     { type =3D 133, name =3D "gsn", =
length =3D 0 },     { type =3D 134, name =3D "msisdn", length =3D 0 },     =
{ type =3D 135, name =3D "qos", length =3D 0 },     { type =3D 136, name =
=3D "authentication_qu", length =3D 0 },     { type =3D 137, name =3D "tft"=
, length =3D 0 },     { type =3D 138, name =3D "target_id", length =3D 0 },=
     { type =3D 139, name =3D "utran_trans", length =3D 0 },     { type =3D=
 140, name =3D "rab_setup", length =3D 0 },     { type =3D 141, name =3D "e=
xt_header", length =3D 0 },     { type =3D 142, name =3D "trigger_id", leng=
th =3D 0 },     { type =3D 143, name =3D "omc_id", length =3D 0 },     { ty=
pe =3D 144, name =3D "ran_trans", length =3D 0 },     { type =3D 145, name =
=3D "pdp_context_pri", length =3D 0 },     { type =3D 146, name =3D "addi_r=
ab_setup", length =3D 0 },     { type =3D 147, name =3D "sgsn_number", leng=
th =3D 0 },     { type =3D 148, name =3D "common_flag", length =3D 0 },    =
 { type =3D 149, name =3D "apn_restriction", length =3D 0 },     { type =3D=
 150, name =3D "radio_priority_lcs", length =3D 4 },     { type =3D 151, na=
me =3D "rat_type", length =3D 0 },     { type =3D 152, name =3D "user_loc_i=
nfo", length =3D 0 },     { type =3D 153, name =3D "ms_time_zone", length =
=3D 0 },     { type =3D 154, name =3D "imei_sv", length =3D 0 },     { type=
 =3D 155, name =3D "camel", length =3D 0 },     { type =3D 156, name =3D "m=
bms_ue_context", length =3D 0 },     { type =3D 157, name =3D "tmp_mobile_g=
roup_id", length =3D 0 },     { type =3D 158, name =3D "rim_routing_addr", =
length =3D 0 },     { type =3D 159, name =3D "mbms_config", length =3D 0 },=
     { type =3D 160, name =3D "mbms_service_area", length =3D 0 },     { ty=
pe =3D 161, name =3D "src_rnc_pdcp", length =3D 0 },     { type =3D 162, na=
me =3D "addi_trace_info", length =3D 0 },     { type =3D 163, name =3D "hop=
_counter", length =3D 0 },     { type =3D 164, name =3D "plmn_id", length =
=3D 0 },     { type =3D 165, name =3D "mbms_session_id", length =3D 0 },   =
  { type =3D 166, name =3D "mbms_2g3g_indicator", length =3D 0 },     { typ=
e =3D 167, name =3D "enhanced_nsapi", length =3D 0 },     { type =3D 168, n=
ame =3D "mbms_session_duration", length =3D 0 },     { type =3D 169, name =
=3D "addi_mbms_trace_info", length =3D 0 },     { type =3D 170, name =3D "m=
bms_session_repetition_num", length =3D 0 },     { type =3D 171, name =3D "=
mbms_time_to_data", length =3D 0 },      { type =3D 173, name =3D "bss", le=
ngth =3D 0 },     { type =3D 174, name =3D "cell_id", length =3D 0 },     {=
 type =3D 175, name =3D "pdu_num", length =3D 0 },     { type =3D 177, name=
 =3D "mbms_bearer_capab", length =3D 0 },     { type =3D 178, name =3D "rim=
_routing_disc", length =3D 0 },     { type =3D 179, name =3D "list_pfc", le=
ngth =3D 0 },     { type =3D 180, name =3D "ps_xid", length =3D 0 },     { =
type =3D 181, name =3D "ms_info_change_report", length =3D 4 },     { type =
=3D 182, name =3D "direct_tunnel_flags", length =3D 0 },     { type =3D 183=
, name =3D "correlation_id", length =3D 0 },     { type =3D 184, name =3D "=
bearer_control_mode", length =3D 0 },     { type =3D 185, name =3D "mbms_fl=
ow_id", length =3D 0 },     { type =3D 186, name =3D "mbms_ip_multicast", l=
ength =3D 0 },     { type =3D 187, name =3D "mbms_distribution_ack", length=
 =3D 4 },     { type =3D 188, name =3D "reliable_inter_rat_handover", lengt=
h =3D 0 },     { type =3D 189, name =3D "rfsp_index", length =3D 0 },     {=
 type =3D 190, name =3D "fqdn", length =3D 0 },     { type =3D 191, name =
=3D "evolved_allocation1", length =3D 0 },     { type =3D 192, name =3D "ev=
olved_allocation2", length =3D 0 },     { type =3D 193, name =3D "extended_=
flags", length =3D 0 },     { type =3D 194, name =3D "uci", length =3D 0 },=
     { type =3D 195, name =3D "csg_info", length =3D 0 },     { type =3D 19=
6, name =3D "csg_id", length =3D 0 },     { type =3D 197, name =3D "cmi", l=
ength =3D 4 },     { type =3D 198, name =3D "apn_ambr", length =3D 0 },    =
 { type =3D 199, name =3D "ue_network", length =3D 0 },     { type =3D 200,=
 name =3D "ue_ambr", length =3D 0 },     { type =3D 201, name =3D "apn_ambr=
_nsapi", length =3D 0 },     { type =3D 202, name =3D "ggsn_backoff_timer",=
 length =3D 0 },     { type =3D 203, name =3D "signalling_priority_indicati=
on", length =3D 0 },     { type =3D 204, name =3D "signalling_priority_indi=
cation_nsapi", length =3D 0 },     { type =3D 205, name =3D "high_bitrate",=
 length =3D 4 },     { type =3D 206, name =3D "max_mbr", length =3D 0 },   =
   { type =3D 251, name =3D "charging_gateway_addr", length =3D 0 },      {=
 type =3D 255, name =3D "private_extension", length =3D 0 }, }  gtp_v2_info=
 =3D {     { type =3D 1, name =3D "imsi", length =3D 0 },     { type =3D 2,=
 name =3D "cause", length =3D 0 },     { type =3D 3, name =3D "recovery", l=
ength =3D 0 },      { type =3D 71, name =3D "apn", length =3D 0 },     { ty=
pe =3D 72, name =3D "ambr", length =3D 0 },     { type =3D 73, name =3D "eb=
i", length =3D 0 },     { type =3D 74, name =3D "ip_addr", length =3D 0 }, =
    { type =3D 75, name =3D "mei", length =3D 0 },     { type =3D 76, name =
=3D "msisdn", length =3D 0 },     { type =3D 77, name =3D "indication", len=
gth =3D 0 },     { type =3D 78, name =3D "pco", length =3D 0 },     { type =
=3D 79, name =3D "paa", length =3D 0 },     { type =3D 80, name =3D "bearer=
_qos", length =3D 0 },     { type =3D 81, name =3D "flow_qos", length =3D 0=
 },     { type =3D 82, name =3D "rat_type", length =3D 0 },     { type =3D =
83, name =3D "serving_network", length =3D 0 },     { type =3D 84, name =3D=
 "bearer_tft", length =3D 0 },     { type =3D 85, name =3D "tad", length =
=3D 0 },     { type =3D 86, name =3D "uli", length =3D 0 },     { type =3D =
87, name =3D "f_teid", length =3D 0 },     { type =3D 88, name =3D "tmsi", =
length =3D 0 },     { type =3D 89, name =3D "cn_id", length =3D 0 },     { =
type =3D 90, name =3D "s103pdf", length =3D 0 },     { type =3D 91, name =
=3D "s1udf", length =3D 0 },     { type =3D 92, name =3D "delay_value", len=
gth =3D 0 },     { type =3D 93, name =3D "bearer_context", length =3D 0 }, =
    { type =3D 94, name =3D "charging_id", length =3D 0 },     { type =3D 9=
5, name =3D "charging_char", length =3D 0 },     { type =3D 96, name =3D "t=
race_info", length =3D 0 },     { type =3D 97, name =3D "bearer_flag", leng=
th =3D 0 },      { type =3D 99,  name =3D "pdn_type", length =3D 0 },     {=
 type =3D 100, name =3D "pti", length =3D 0 },     { type =3D 101, name =3D=
 "drx_parameter", length =3D 0 },      { type =3D 103, name =3D "gsm_key_tr=
i", length =3D 0 },     { type =3D 104, name =3D "umts_key_cipher_quin", le=
ngth =3D 0 },     { type =3D 105, name =3D "gsm_key_cipher_quin", length =
=3D 0 },     { type =3D 106, name =3D "umts_key_quin", length =3D 0 },     =
{ type =3D 107, name =3D "eps_quad", length =3D 0 },     { type =3D 108, na=
me =3D "umts_key_quad_quin", length =3D 0 },     { type =3D 109, name =3D "=
pdn_connection", length =3D 0 },     { type =3D 110, name =3D "pdn_number",=
 length =3D 0 },     { type =3D 111, name =3D "p_tmsi", length =3D 0 },    =
 { type =3D 112, name =3D "p_tmsi_sig", length =3D 0 },     { type =3D 113,=
 name =3D "hop_counter", length =3D 0 },     { type =3D 114, name =3D "ue_t=
ime_zone", length =3D 0 },     { type =3D 115, name =3D "trace_ref", length=
 =3D 0 },     { type =3D 116, name =3D "complete_request_msg", length =3D 0=
 },     { type =3D 117, name =3D "guti", length =3D 0 },     { type =3D 118=
, name =3D "f_container", length =3D 0 },     { type =3D 119, name =3D "f_c=
ause", length =3D 0 },     { type =3D 120, name =3D "plmn_id", length =3D 0=
 },     { type =3D 121, name =3D "target_id", length =3D 0 },      { type =
=3D 123, name =3D "packet_flow_id", length =3D 0 },     { type =3D 124, nam=
e =3D "rab_contex", length =3D 0 },     { type =3D 125, name =3D "src_rnc_p=
dcp", length =3D 0 },     { type =3D 126, name =3D "udp_src_port", length =
=3D 0 },     { type =3D 127, name =3D "apn_restriction", length =3D 0 },   =
  { type =3D 128, name =3D "selection_mode", length =3D 0 },     { type =3D=
 129, name =3D "src_id", length =3D 0 },      { type =3D 131, name =3D "cha=
nge_report_action", length =3D 0 },     { type =3D 132, name =3D "fq_csid",=
 length =3D 0 },     { type =3D 133, name =3D "channel", length =3D 0 },   =
  { type =3D 134, name =3D "emlpp_pri", length =3D 0 },     { type =3D 135,=
 name =3D "node_type", length =3D 0 },     { type =3D 136, name =3D "fqdn",=
 length =3D 0 },     { type =3D 137, name =3D "ti", length =3D 0 },     { t=
ype =3D 138, name =3D "mbms_session_duration", length =3D 0 },     { type =
=3D 139, name =3D "mbms_service_area", length =3D 0 },     { type =3D 140, =
name =3D "mbms_session_id", length =3D 0 },     { type =3D 141, name =3D "m=
bms_flow_id", length =3D 0 },     { type =3D 142, name =3D "mbms_ip_multica=
st", length =3D 0 },     { type =3D 143, name =3D "mbms_distribution_ack", =
length =3D 0 },     { type =3D 144, name =3D "rfsp_index", length =3D 0 }, =
    { type =3D 145, name =3D "uci", length =3D 0 },     { type =3D 146, nam=
e =3D "csg_info", length =3D 0 },     { type =3D 147, name =3D "csg_id", le=
ngth =3D 0 },     { type =3D 148, name =3D "cmi", length =3D 0 },     { typ=
e =3D 149, name =3D "service_indicator", length =3D 0 },     { type =3D 150=
, name =3D "detach_type", length =3D 0 },     { type =3D 151, name =3D "ldn=
", length =3D 0 },     { type =3D 152, name =3D "node_feature", length =3D =
0 },     { type =3D 153, name =3D "mbms_time_to_transfer", length =3D 0 }, =
    { type =3D 154, name =3D "throttling", length =3D 0 },     { type =3D 1=
55, name =3D "arp", length =3D 0 },     { type =3D 156, name =3D "epc_timer=
", length =3D 0 },     { type =3D 157, name =3D "signalling_priority_indica=
tion", length =3D 0 },     { type =3D 158, name =3D "tmgi", length =3D 0 },=
     { type =3D 159, name =3D "mm_srvcc", length =3D 0 },     { type =3D 16=
0, name =3D "flags_srvcc", length =3D 0 },     { type =3D 161, name =3D "mm=
br", length =3D 0 },      { type =3D 255, name =3D "private_extension", len=
gth =3D 0 }, }  default_gtp =3D {     { version =3D 0, messages =3D gtp_v0_=
msg, infos =3D gtp_v0_info },     { version =3D 1, messages =3D gtp_v1_msg,=
 infos =3D gtp_v1_info },     { version =3D 2, messages =3D gtp_v2_msg, inf=
os =3D gtp_v2_info }, }  --------------------------------------------------=
------------------------- -- port_scan defaults ---------------------------=
------------------------------------------------  tcp_low_ports =3D { scans=
 =3D   0, rejects =3D  5, nets =3D  25, ports =3D  5 } tcp_low_decoy =3D { =
scans =3D   0, rejects =3D 15, nets =3D  50, ports =3D 30 } tcp_low_sweep =
=3D { scans =3D   0, rejects =3D  5, nets =3D   5, ports =3D 15 } tcp_low_d=
ist =3D  { scans =3D   0, rejects =3D 15, nets =3D  50, ports =3D 15 }  tcp=
_med_ports =3D { scans =3D 200, rejects =3D 10, nets =3D  60, ports =3D 15 =
} tcp_med_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D 120, ports =
=3D 60 } tcp_med_sweep =3D { scans =3D  30, rejects =3D  7, nets =3D   7, p=
orts =3D 10 } tcp_med_dist =3D  { scans =3D 200, rejects =3D 30, nets =3D 1=
20, ports =3D 30 }  tcp_hi_ports =3D  { scans =3D 200, rejects =3D  5, nets=
 =3D 100, ports =3D 10 } tcp_hi_decoy =3D  { scans =3D 200, rejects =3D  7,=
 nets =3D 200, ports =3D 60 } tcp_hi_sweep =3D  { scans =3D  30, rejects =
=3D  3, nets =3D   3, ports =3D 10 } tcp_hi_dist =3D   { scans =3D 200, rej=
ects =3D  5, nets =3D 200, ports =3D 10 }  udp_low_ports =3D { scans =3D   =
0, rejects =3D  5, nets =3D  25, ports =3D  5 } udp_low_decoy =3D { scans =
=3D   0, rejects =3D 15, nets =3D  50, ports =3D 30 } udp_low_sweep =3D { s=
cans =3D   0, rejects =3D  5, nets =3D   5, ports =3D 15 } udp_low_dist =3D=
  { scans =3D   0, rejects =3D 15, nets =3D  50, ports =3D 15 }  udp_med_po=
rts =3D { scans =3D 200, rejects =3D 10, nets =3D  60, ports =3D 15 } udp_m=
ed_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D 60 } =
udp_med_sweep =3D { scans =3D  30, rejects =3D  5, nets =3D   5, ports =3D =
20 } udp_med_dist =3D  { scans =3D 200, rejects =3D 30, nets =3D 120, ports=
 =3D 30 }  udp_hi_ports =3D  { scans =3D 200, rejects =3D  3, nets =3D 100,=
 ports =3D 10 } udp_hi_decoy =3D  { scans =3D 200, rejects =3D  7, nets =3D=
 200, ports =3D 60 } udp_hi_sweep =3D  { scans =3D  30, rejects =3D  3, net=
s =3D   3, ports =3D 10 } udp_hi_dist =3D   { scans =3D 200, rejects =3D  3=
, nets =3D 200, ports =3D 10 }  ip_low_proto =3D  { scans =3D   0, rejects =
=3D 10, nets =3D  10, ports =3D 50 } ip_low_decoy =3D  { scans =3D   0, rej=
ects =3D 40, nets =3D  50, ports =3D 25 } ip_low_sweep =3D  { scans =3D   0=
, rejects =3D 10, nets =3D  10, ports =3D 10 } ip_low_dist =3D   { scans =
=3D   0, rejects =3D 15, nets =3D  25, ports =3D 50 }  ip_med_proto =3D  { =
scans =3D 200, rejects =3D 10, nets =3D  10, ports =3D 50 } ip_med_decoy =
=3D  { scans =3D 200, rejects =3D 40, nets =3D  50, ports =3D 25 } ip_med_s=
weep =3D  { scans =3D  30, rejects =3D 10, nets =3D  10, ports =3D 10 } ip_=
med_dist =3D   { scans =3D 200, rejects =3D 15, nets =3D  25, ports =3D 50 =
}  ip_hi_proto =3D   { scans =3D 200, rejects =3D  3, nets =3D   3, ports =
=3D 10 } ip_hi_decoy =3D   { scans =3D 200, rejects =3D  7, nets =3D  15, p=
orts =3D  5 } ip_hi_sweep =3D   { scans =3D  30, rejects =3D  3, nets =3D  =
 3, ports =3D  7 } ip_hi_dist =3D    { scans =3D 200, rejects =3D  3, nets =
=3D  11, ports =3D 10 }  icmp_low_sweep =3D { scans =3D   0, rejects =3D  5=
, nets =3D   5, ports =3D  5 } icmp_med_sweep =3D { scans =3D  20, rejects =
=3D  5, nets =3D   5, ports =3D  5 } icmp_hi_sweep =3D  { scans =3D  10, re=
jects =3D  3, nets =3D   3, ports =3D  5 }  default_hi_port_scan =3D {     =
protos =3D 'all',     scan_types =3D 'all',      tcp_window =3D 600,     ud=
p_window =3D 600,     ip_window =3D 600,     icmp_window =3D 600,      tcp_=
ports =3D tcp_hi_ports,     tcp_decoy =3D tcp_hi_decoy,     tcp_sweep =3D t=
cp_hi_sweep,     tcp_dist =3D tcp_hi_dist,      udp_ports =3D udp_hi_ports,=
     udp_decoy =3D udp_hi_decoy,     udp_sweep =3D udp_hi_sweep,     udp_di=
st =3D udp_hi_dist,      ip_proto =3D ip_hi_proto,     ip_decoy =3D ip_hi_d=
ecoy,     ip_sweep =3D ip_hi_sweep,     ip_dist =3D ip_hi_dist,      icmp_s=
weep =3D icmp_hi_sweep, }  default_med_port_scan =3D {     protos =3D 'all'=
,     scan_types =3D 'all',      tcp_window =3D 90,     udp_window =3D 90, =
    ip_window =3D 90,     icmp_window =3D 90,      tcp_ports =3D tcp_med_po=
rts,     tcp_decoy =3D tcp_med_decoy,     tcp_sweep =3D tcp_med_sweep,     =
tcp_dist =3D tcp_med_dist,      udp_ports =3D udp_med_ports,     udp_decoy =
=3D udp_med_decoy,     udp_sweep =3D udp_med_sweep,     udp_dist =3D udp_me=
d_dist,      ip_proto =3D ip_med_proto,     ip_decoy =3D ip_med_decoy,     =
ip_sweep =3D ip_med_sweep,     ip_dist =3D ip_med_dist,      icmp_sweep =3D=
 icmp_med_sweep, }  default_low_port_scan =3D {     protos =3D 'all',     s=
can_types =3D 'all',      tcp_window =3D 60,     udp_window =3D 60,     ip_=
window =3D 60,     icmp_window =3D 60,      tcp_ports =3D tcp_low_ports,   =
  tcp_decoy =3D tcp_low_decoy,     tcp_sweep =3D tcp_low_sweep,     tcp_dis=
t =3D tcp_low_dist,      udp_ports =3D udp_low_ports,     udp_decoy =3D udp=
_low_decoy,     udp_sweep =3D udp_low_sweep,     udp_dist =3D udp_low_dist,=
      ip_proto =3D ip_low_proto,     ip_decoy =3D ip_low_decoy,     ip_swee=
p =3D ip_low_sweep,     ip_dist =3D ip_low_dist,      icmp_sweep =3D icmp_l=
ow_sweep, }  --------------------------------------------------------------=
------------- -- default js_norm configuration ----------------------------=
-----------------------------------------------  -- ECMAScript Standard Bui=
lt-in Objects and Functions Names (Identifiers) -- Also, might include othe=
r non-specification identifiers like those -- are part of WebAPI or framewo=
rks  default_js_norm_ident_ignore =3D {     -- GlobalObject.Functions     '=
eval', 'PerformEval', 'HostEnsureCanCompileStrings', 'EvalDeclarationInstan=
tiation',     'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'Encode', 'Dec=
ode', 'decodeURI',     'decodeURIComponent', 'encodeURI', 'encodeURICompone=
nt',      -- Microsoft.JScript.GlobalObject.Functions     'CollectGarbage',=
 'GetHashCode', 'GetObject', 'GetType', 'MemberwiseClone',      -- GlobalOb=
ject.Constructors     'AggregateError', 'Array', 'ArrayBuffer', 'BigInt', '=
BitInt64Array', 'BigUint64Array',     'Boolean', 'DataView', 'Date', 'Error=
', 'EvalError', 'FinalizationRegistry',     'Float32Array', 'Float64Array',=
 'Function', 'Int8Array', 'Int16Array', 'Int32Array',     'Map', 'NativeErr=
or', 'Number', 'Object', 'Promise', 'Proxy',     'RangeError', 'ReferenceEr=
ror', 'RegExp', 'Set', 'SharedArrayBuffer', 'String',     'Symbol', 'Syntax=
Error', 'TypeError', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array',     =
'Uint32Array', 'URIError', 'WeakMap', 'WeakRef', 'WeakSet',      -- Microso=
ft.JScript.GlobalObject.Constructors     'ActiveXObject', 'Enumerator', 'VB=
Array',      -- Atomics     'Atomics', 'WaiterList', 'ValidateIntegerTypedA=
rray', 'ValidateAtomicAccess', 'GetWaiterList',     'EnterCriticalSection',=
 'LeaveCriticalSection', 'AddWaiter', 'RemoveWaiter', 'RemoveWaiters',     =
'SuspendAgent', 'NotifyWaiter', 'AtomicReadModifyWrite', 'ByteListBitwiseOp=
', 'ByteListEqual',      -- JSON     'JSON', 'InternalizeJSONProperty', 'Se=
rializeJSONProperty', 'QuoteJSONString', 'UnicodeEscape',     'SerializeJSO=
NObject','SerializeJSONArray',      -- Math     'Math',      -- Reflect    =
 'Reflect',      -- Date and Time     'LocalTZA', 'LocalTime', 'UTC', 'Make=
Time', 'MakeDay', 'MakeDate', 'TimeClip', 'TimeString',     'DateString', '=
TimeZoneString', 'ToDateString',      -- String     'StringPad', 'GetSubsti=
tution', 'SplitMatch', 'TrimString',      -- RegExp     'RegExpExec', 'RegE=
xpBuiltinExec', 'AdvanceStringIndex', 'RegExpHasFlag',      -- TypedArray  =
   'TypedArray', 'TypedArraySpeciesCreate', 'TypedArrayCreate', 'ValidateTy=
pedArray',     'AllocateTypedArray', 'InitializeTypedArrayFromTypedArray', =
    'InitializeTypedArrayFromArrayBuffer', 'InitializeTypedArrayFromList', =
    'InitializeTypedArrayFromArrayLike', 'AllocateTypedArrayBuffer',      -=
- ArrayBuffer     'AllocateArrayBuffer', 'IsDetachedBuffer', 'DetachArrayBu=
ffer', 'CloneArrayBuffer',     'IsUnsignedElementType', 'IsUnclampedInteger=
ElementType', 'IsBigIntElementType',     'IsNoTearConfiguration', 'RawBytes=
ToNumeric', 'GetValueFromBuffer', 'NumericToRawBytes',     'SetValueInBuffe=
r', 'GetModifySetValueInBuffer',      -- SharedArrayBuffer     'AllocateSha=
redArrayBuffer', 'IsSharedArrayBuffer',      -- DataView     'GetViewValue'=
, 'SetViewValue', 'getDataView',      -- WeakRef     'WeakRefDeref',      -=
- Promise     'IfAbruptRejectPromise', 'CreateResolvingFunctions', 'Fulfill=
Promise', 'NewPromiseCapability',     'IsPromise', 'RejectPromise', 'Trigge=
rPromiseReactions', 'HostPromiseRejectionTracker',     'NewPromiseReactionJ=
ob', 'NewPromiseResolveThenableJob', 'GetPromiseResolve',     'PerformPromi=
seAll', 'PerformPromiseAllSettled', 'PerformPromiseAny', 'PerformPromiseRac=
e',     'PromiseResolve', 'PerformPromiseThen',      -- GeneratorFunction  =
   'GeneratorFunction', 'AsyncGeneratorFunction',      -- Generator     'Ge=
nerator', 'GeneratorStart', 'GeneratorValidate', 'GeneratorResume', 'Genera=
torResumeAbrupt',     'GetGeneratorKind', 'GeneratorYield', 'Yield', 'Creat=
eIteratorFromClosure',      -- AsyncGenerator     'AsyncGenerator', 'AsyncG=
eneratorStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolve',     'Asy=
ncGeneratorReject', 'AsyncGeneratorResumeNext', 'AsyncGeneratorEnqueue',   =
  'AsyncGeneratorYield', 'CreateAsyncIteratorFromClosure',      -- AsyncFun=
ction     'AsyncFunction', 'AsyncFunctionStart',      -- WebAPI     'consol=
e', 'document',      -- Misc     'arguments', 'CreateDynamicFunction', 'Hos=
tHasSourceTextAvailable', 'SymbolDescriptiveString',     'IsConcatSpreadabl=
e', 'FlattenIntoArray', 'SortCompare', 'AddEntriesFromIterable',     'Creat=
eMapIterator', 'CreateSetIterator', 'EventSet', 'SharedDataBlockEventSet', =
    'HostEventSet', 'ComposeWriteEventBytes', 'ValueOfReadEvent', 'escape',=
 'unescape',     'CreateHTML',      -- Adobe Acrobat     'addAnnot', 'bookm=
arkRoot', 'calculateNow', 'closeDoc', 'createDataObject', 'docID',     'exp=
ortAsFDF', 'exportAsFDFStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRi=
chMedia',     'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs',=
 'openDataObject', 'removeField',     'removeLinks', 'modDate', 'scroll', '=
setAction', 'setPageAction', 'submitForm', 'syncAnnotScan',     'Collab', '=
Net', 'Rendition', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'spell', 'u=
til' }  default_js_norm_prop_ignore =3D {     -- Object     'constructor', =
'prototype', '__proto__', '__defineGetter__', '__defineSetter__',     '__lo=
okupGetter__', '__lookupSetter__', '__count__', '__noSuchMethod__', '__pare=
nt__',     'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLo=
caleString', 'toString',     'toSource', 'valueOf', 'getNotifier', 'eval', =
'observe', 'unobserve', 'watch', 'unwatch',      -- Function     'arguments=
', 'arity', 'caller', 'length', 'name', 'displayName', 'apply', 'bind', 'ca=
ll',     'isGenerator',      -- Number     'toExponential', 'toFixed', 'toP=
recision',      -- String     'at', 'charAt', 'charCodeAt', 'codePointAt', =
'concat', 'includes', 'endWith', 'indexOf',     'lastIndexOf', 'localeCompa=
re', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart',     'repeat', =
'replace', 'replaceAll', 'search', 'slice', 'split', 'startsWith', 'substri=
ng',     'toLocaleLowerCase', 'toLocaleUpperCase', 'toLowerCase', 'toUpperC=
ase', 'trim', 'trimStart',     'trimEnd',      -- RegExp     'flags', 'dotA=
ll', 'global', 'hasIndices', 'ignoreCase', 'multiline', 'source', 'sticky',=
     'unicode', 'lastIndex', 'compile', 'exec', 'test', 'input', 'lastMatch=
', 'lastParen',     'leftContext', 'rightContext',      -- Array     'copyW=
ithin', 'entries', 'every', 'fill', 'filter', 'find', 'findIndex', 'flat', =
'flatMap',     'forEach', 'groupBy', 'groupByToMap', 'join', 'keys', 'map',=
 'pop',  'push', 'reduce',     'reduceRight', 'reverse', 'shift', 'unshift'=
, 'some', 'sort', 'splice',      -- Generator     'next', 'return', 'throw'=
,      -- EventTarget     'addEventListener', 'dispatchEvent', 'removeEvent=
Listener',      -- Node     'childNodes', 'nodeValue', 'ownerDocument', 'pa=
rentElement', 'textContent', 'appendChild',     'cloneNode', 'insertBefore'=
, 'removeChild', 'replaceChild',      -- Element     'innerHTML', 'msRegion=
Overflow', 'openOrClosedShadowRoot', 'outerHTML', 'part', 'shadowRoot',    =
 'after', 'append', 'attachShadow', 'before', 'closest', 'createShadowRoot'=
, 'getAttribute',     'getAttributeNode', 'getAttributeNodeNS', 'getAttribu=
teNS', 'getElementsByClassName',     'getElementsByTagName', 'getElementsBy=
TagNameNS', 'insertAdjacentElement', 'insertAdjacentHTML',     'insertAdjac=
entText', 'prepend', 'querySelector', 'querySelectorAll', 'releasePointerCa=
pture',     'remove', 'removeAttribute', 'removeAttributeNode', 'removeAttr=
ibuteNS', 'replaceChildren',     'replaceWith', 'setAttribute', 'setAttribu=
teNode', 'setAttributeNodeNS', 'setAttributeNS',     'setCapture', 'setHTML=
', 'setPointerCapture', 'toggleAttribute',      -- HTMLElement     'content=
Editable', 'contextMenu', 'dataset', 'dir', 'enterKeyHint', 'hidden', 'iner=
t',     'innerText', 'lang', 'nonce', 'outerText', 'style', 'tabIndex', 'ti=
tle',     'attachInternals',      -- Promise     'catch', 'finally',      -=
- Misc     'ExportStyle', 'callee',      -- Adobe Acrobat     'activated', =
'addAnnot', 'addLink', 'annot', 'attachIcon', 'begin', 'bookmarkRoot',     =
'borderColor', 'borderStyle', 'buttonGetIcon', 'calculate', 'calculateNow',=
 'callAS',     'children', 'close', 'closeDoc', 'commitOnSelChange', 'creat=
eChild', 'createDataObject', 'data',     'dataObjects', 'destroy', 'doc', '=
docID', 'end', 'execute', 'exportAsFDF', 'exportAsFDFStr',     'exportDataO=
bject', 'exportValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedia=
',     'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs', 'getPa=
geBox', 'openDataObject',     'getProps', 'inReplyTo', 'layout', 'media', '=
modDate', 'newPlayer', 'objectMetadata', 'page',     'point', 'points', 'po=
pupOpen', 'popupRect', 'print', 'println', 'qSilence', 'query', 'rect',    =
 'removeField', 'removeLinks', 'reset', 'resetForm', 'richText', 'rotate', =
'saveAs', 'scroll',     'setAction', 'setFocus', 'setIntent', 'setItems', '=
setPageAction', 'setPersistent', 'setProps',     'show', 'state', 'stateMod=
el', 'streamFromString', 'stringFromStream', 'submitForm',     'syncAnnotSc=
an', 'talk', 'text', 'toggleNoView', 'type', 'userName', 'value', 'width', =
'xfa' }  default_js_norm =3D {     -- params not specified here get interna=
l defaults     ident_ignore =3D default_js_norm_ident_ignore,     prop_igno=
re =3D default_js_norm_prop_ignore, }  ------------------------------------=
--------------------------------------- -- default whitelist --------------=
------------------------------------------------------------- default_white=
list =3D [[     ftp_command_specs default_ftp_server smtp_default_alt_max_c=
ommand_lines     default_smtp http_methods sip_requests telnet_commands def=
ault_wizard     default_references default_classifications gtp_v0_msg gtp_v=
1_msg gtp_v2_msg     gtp_v0_info gtp_v1_info gtp_v2_info default_gtp tcp_lo=
w_ports     tcp_low_decoy tcp_low_sweep tcp_low_dist tcp_med_ports     tcp_=
med_decoy tcp_med_sweep tcp_med_dist tcp_hi_ports tcp_hi_decoy     tcp_hi_s=
weep tcp_hi_dist udp_low_ports udp_low_decoy udp_low_sweep     udp_low_dist=
 udp_med_ports udp_med_decoy udp_med_sweep udp_med_dist     udp_hi_ports ud=
p_hi_decoy udp_hi_sweep udp_hi_dist ip_low_proto     ip_low_decoy ip_low_sw=
eep ip_low_dist ip_med_proto ip_med_decoy     ip_med_sweep ip_med_dist ip_h=
i_proto ip_hi_decoy ip_hi_sweep     ip_hi_dist icmp_low_sweep icmp_med_swee=
p icmp_hi_sweep     default_hi_port_scan default_med_port_scan default_low_=
port_scan     default_variables netflow_versions default_js_norm_ident_igno=
re     default_js_norm_prop_ignore default_js_norm ]]  snort_whitelist_appe=
nd(default_whitelist)  outputs =3D {     alert_fast =3D { file =3D true, fi=
lename =3D "/var/log/snort/snort.log",     },     alert_console =3D { file =
=3D true,     }, }   ips =3D {     rules =3D [[ include /usr/local/etc/snor=
t/rules/local.rules     ]] }    ---- On Wed, 08 Jan 2025 09:19:23 -0600 all=
[email protected]<mailto:[email protected]><[email protected]<mailto:allewi@cisco=
.com>> wrote ----  Can you share the config you are using?    Albert Lewis =
 Email: [email protected]<mailto:[email protected]>  ________________________=
________ From: Snort-users <[email protected]<mailto:snor=
[email protected]>> on behalf of Jacko B via Snort-users <sno=
[email protected]<mailto:[email protected]>> Sent: Tuesday=
, January 7, 2025 10:08 AM To: Snort users <[email protected]<mai=
lto:[email protected]>> Subject: [Snort-users] Log trouble  Hello=
 everyone, I was wondering if anyone had any suggestions for some logging t=
rouble I am having. I am using snort++ version 3.6.0.0 After installing I t=
ried to set up logs for alerts to output to. I wanted to encrypt the logs a=
nd rotate them every 90 days so I set that up and then configured lua where=
 to output. My configuration passes and snort runs successfully but I can't=
 seem to log anything. I added a custom rule for testing purposes that aler=
t "any any ip" and finally today I was able to trigger an alert but still n=
o logs. I am willing to use an alternative logging mechanism at this point =
but figured I would reach out for help first. I can send pics of my configu=
ration and I appreciate any and all help.       --_000_BL3PR11MB5715DA5E2E8=
799D8DCA16593DA1F2BL3PR11MB5715namp_ Content-Type: text/html; charset=3D"us=
-ascii" Content-Transfer-Encoding: quoted-printable  <html> <head> <meta ht=
tp-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"> <style=
 type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bottom:0=
;} </style> </head> <body dir=3D"ltr"> <div class=3D"elementToProof" style=
=3D"font-family: &quot;Courier New&quot;, monospace; font-size: 12pt; color=
: rgb(0, 0, 0);"> Enable the logging first without specifying a file. Run a=
 test and see if it logs. Then you can go from there.</div> <div class=3D"e=
lementToProof" style=3D"font-family: &quot;Courier New&quot;, monospace; fo=
nt-size: 12pt; color: rgb(0, 0, 0);"> <br> </div> <div class=3D"elementToPr=
oof" style=3D"font-family: &quot;Courier New&quot;, monospace; font-size: 1=
2pt; color: rgb(0, 0, 0);"> You can get some help with the module options b=
y running snort --help module &quot;module name&quot;.</div> <div class=3D"=
elementToProof" style=3D"font-family: &quot;Courier New&quot;, monospace; f=
ont-size: 12pt; color: rgb(0, 0, 0);"> <br> </div> <div class=3D"elementToP=
roof" style=3D"font-family: &quot;Courier New&quot;, monospace; font-size: =
12pt; color: rgb(0, 0, 0);"> <br> </div> <div class=3D"elementToProof" styl=
e=3D"font-family: &quot;Courier New&quot;, monospace; font-size: 12pt; colo=
r: rgb(0, 0, 0);"> <br> </div> <div class=3D"elementToProof" style=3D"font-=
family: &quot;Courier New&quot;, monospace; font-size: 12pt; color: rgb(0, =
0, 0);"> <br> </div> <div id=3D"Signature" class=3D"elementToProof"> <p sty=
le=3D"line-height: normal; margin: 0px; font-family: Courier; font-size: 16=
px; color: rgb(30, 73, 125);"> <b>Albert Lewis</b></p> <p style=3D"line-hei=
ght: normal; margin: 0px; font-family: Courier; font-size: 15px; color: rgb=
(127, 127, 127);"> <span style=3D"font-size: 16px; color: rgb(153, 153, 153=
);">Email: </span><span style=3D"font-size: 16px; color: rgb(128, 27, 128);=
"><u><a href=3D"mailto:[email protected]" 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);">&nbsp;</span></p> </d=
iv> <div id=3D"appendonsend"></div> <hr style=3D"display:inline-block;width=
:98%" tabindex=3D"-1"> <div id=3D"divRplyFwdMsg" dir=3D"ltr"><font face=3D"=
Calibri, sans-serif" style=3D"font-size:11pt" color=3D"#000000"><b>From:</b=
> Al Lewis (allewi) &lt;[email protected]&gt;<br> <b>Sent:</b> Sunday, Janua=
ry 12, 2025 8:30 PM<br> <b>To:</b> Jacko B &lt;[email protected]&gt;<br>=
 <b>Cc:</b> Snort users &lt;[email protected]&gt;<br> <b>Subject:=
</b> Re: [Snort-users] Log trouble</font> <div>&nbsp;</div> </div> <style t=
ype=3D"text/css" style=3D"display:none"> <!-- p =C2=A0=C2=A0=C2=A0=C2=A0{ma=
rgin-top:0; =C2=A0=C2=A0=C2=A0=C2=A0margin-bottom:0} --> </style> <div dir=
=3D"ltr"> <div class=3D"x_elementToProof" style=3D"font-family:&quot;Courie=
r New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> Remove the &quot;=
alert console&quot; and just use the file logging.</div> <div class=3D"x_el=
ementToProof" style=3D"font-family:&quot;Courier New&quot;,monospace; font-=
size:12pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" s=
tyle=3D"font-family:&quot;Courier New&quot;,monospace; font-size:12pt; colo=
r:rgb(0,0,0)"> <br> </div> <div id=3D"x_Signature" class=3D"x_elementToProo=
f"> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-s=
ize:16px; color:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-h=
eight:normal; margin:0px; font-family:Courier; font-size:15px; color:rgb(12=
7,127,127)"> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: =
</span><span style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"=
mailto:[email protected]" style=3D"color:rgb(128,27,128); margin-top:0px; ma=
rgin-bottom:0px">[email protected]</a></u></span><span style=3D"font-size:16=
px; color:rgb(79,129,189)">&nbsp;</span></p> </div> <div id=3D"x_appendonse=
nd"></div> <hr tabindex=3D"-1" style=3D"display:inline-block; width:98%"> <=
div id=3D"x_divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, sans-serif" c=
olor=3D"#000000" style=3D"font-size:11pt"><b>From:</b> Jacko B &lt;rojo404@=
zohomail.com&gt;<br> <b>Sent:</b> Sunday, January 12, 2025 7:40 PM<br> <b>T=
o:</b> Al Lewis (allewi) &lt;[email protected]&gt;<br> <b>Cc:</b> Snort user=
s &lt;[email protected]&gt;<br> <b>Subject:</b> Re: [Snort-users]=
 Log trouble</font> <div>&nbsp;</div> </div> <div> <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 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/snort</div> <div><br> </div> <div>Is snort meant to be more of a =
command line alert system or is logging to a file common? Sorry for the ong=
oing thread, I have been trying to figure this out for a while and I apprec=
iate the help.&nbsp;</div> <br> </div> <div class=3D"x_x_zmail_extra_hr" st=
yle=3D"border-top-width:1px; border-top-style:solid; border-top-color:rgb(2=
04,204,204); height:0px; margin-top:10px; margin-bottom:10px; line-height:0=
px"> </div> <br> <div class=3D"x_x_replyHeader">---- On Wed, 08 Jan 2025 21=
:06:02 -0600 Al Lewis (allewi)&lt;[email protected]&gt; wrote ----</div> <di=
v><br> </div> <blockquote style=3D"border-left:0px; padding-left:0px; margi=
n-left:0px"> <meta content=3D"text/html; charset=3Dus-ascii"> <style style=
=3D"display:none"> <!-- div.x_x_zm_5271370164670993736_parse_61241476269007=
94347 p =C2=A0=C2=A0=C2=A0=C2=A0{margin-top:0; =C2=A0=C2=A0=C2=A0=C2=A0marg=
in-bottom:0} --> </style> <div dir=3D"ltr" class=3D"x_x_zm_5271370164670993=
736_parse_6124147626900794347"> <div class=3D"x_x_x_496587064elementToProof=
" style=3D"font-family:&quot;Courier New&quot;,monospace; font-size:12pt; c=
olor:rgb(0,0,0)"> Yes. The default configuration can be used as an example.=
 You can uncomment one of them and the alerts will be logged with just sett=
ing it to true. (i.e alert_csv =3D { file =3D true }</div> <div class=3D"x_=
x_x_496587064elementToProof" style=3D"font-family:&quot;Courier New&quot;,m=
onospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_x_=
x_496587064elementToProof" style=3D"font-family:&quot;Courier New&quot;,mon=
ospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_496=
587064Signature" class=3D"x_x_x_496587064elementToProof"> <p style=3D"line-=
height:normal; margin:0px; font-family:Courier; font-size:16px; color:rgb(3=
0,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:=
0px; font-family:Courier; font-size:15px; color:rgb(127,127,127)"> <span st=
yle=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span style=3D=
"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:[email protected]=
om" id=3D"x_x_x_496587064OWA98b70255-4a24-6fb8-8d47-1955f5af2dd1" class=3D"=
x_x_x_496587064OWAAutoLink" 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)">&nbsp;</span></p> </div> <d=
iv id=3D"x_x_x_496587064appendonsend"></div> <hr style=3D"display:inline-bl=
ock; width:98%"> <div id=3D"x_x_x_496587064divRplyFwdMsg" dir=3D"ltr"><font=
 face=3D"Calibri, sans-serif" color=3D"#000000" style=3D"font-size:11pt"><b=
>From:</b> Jacko B &lt;<a href=3D"mailto:[email protected]" target=3D"_b=
lank">[email protected]</a>&gt;<br> <b>Sent:</b> Wednesday, January 8, 2=
025 8:25 PM<br> <b>To:</b> Al Lewis (allewi) &lt;<a href=3D"mailto:allewi@c=
isco.com" target=3D"_blank">[email protected]</a>&gt;<br> <b>Cc:</b> Snort u=
sers &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">s=
[email protected]</a>&gt;<br> <b>Subject:</b> Re: [Snort-users] Lo=
g trouble</font> <div>&nbsp;</div> </div> <div> <div style=3D"font-size:10p=
t; font-family:Verdana,Arial,Helvetica,sans-serif; color:rgb(0,0,0)"> <div>=
 <div>Like so?</div> <div><br> </div> <div><span style=3D"visibility:visibl=
e; line-height:normal!important">------------------------------------------=
---------------------------------</span> <div style=3D"max-width:100%; line=
-height:normal!important"><span style=3D"visibility:visible; line-height:no=
rmal!important">-- Snort++ defaults</span></div> <div style=3D"max-width:10=
0%; line-height:normal!important"><span style=3D"visibility:visible; line-h=
eight:normal!important">---------------------------------------------------=
------------------------</span></div> <div style=3D"max-width:100%; line-he=
ight:normal!important"><br style=3D"line-height:1.3"> </div> <div style=3D"=
max-width:100%; line-height:normal!important"><span style=3D"visibility:vis=
ible; line-height:normal!important">-- this file defines the external defau=
lts for Snort. all simple scalar</span></div> <div style=3D"max-width:100%;=
 line-height:normal!important"><span style=3D"visibility:visible; line-heig=
ht:normal!important">-- types have a builtin default, including those in li=
st items, however</span></div> <div style=3D"max-width:100%; line-height:no=
rmal!important"><span style=3D"visibility:visible; line-height:normal!impor=
tant">-- lists defaults are provided here instead of compiling them into th=
e</span></div> <div style=3D"max-width:100%; line-height:normal!important">=
<span style=3D"visibility:visible; line-height:normal!important">-- binary.=
 this makes it easier to copy and paste or edit for your</span></div> <div =
style=3D"max-width:100%; line-height:normal!important"><span style=3D"visib=
ility:visible; line-height:normal!important">-- environment.</span></div> <=
div style=3D"max-width:100%; line-height:normal!important"><br style=3D"lin=
e-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!impo=
rtant"><span style=3D"visibility:visible; line-height:normal!important">-- =
include in your snort.lua</span></div> <div style=3D"max-width:100%; line-h=
eight:normal!important"><span style=3D"visibility:visible; line-height:norm=
al!important">-- after you set HOME_NET and EXTERNAL_NET</span></div> <div =
style=3D"max-width:100%; line-height:normal!important"><br style=3D"line-he=
ight:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!importan=
t"><span style=3D"visibility:visible; line-height:normal!important">-- use =
these by assignment, eg</span></div> <div style=3D"max-width:100%; line-hei=
ght:normal!important"><span style=3D"visibility:visible; line-height:normal=
!important">-- &nbsp; &nbsp; ftp_server =3D default_ftp_server</span></div>=
 <div style=3D"max-width:100%; line-height:normal!important"><span style=3D=
"visibility:visible; line-height:normal!important">------------------------=
---------------------------------------------------</span></div> <div style=
=3D"max-width:100%; line-height:normal!important"><span style=3D"visibility=
:visible; line-height:normal!important">-- default paths - used in Talos co=
nfigs</span></div> <div style=3D"max-width:100%; line-height:normal!importa=
nt"><span style=3D"visibility:visible; line-height:normal!important">------=
---------------------------------------------------------------------</span=
></div> <div style=3D"max-width:100%; line-height:normal!important"><br sty=
le=3D"line-height:1.3"> </div> <div style=3D"max-width:100%; line-height:no=
rmal!important"><span style=3D"visibility:visible; line-height:normal!impor=
tant">-- Path to your rules files (this can be a relative path)</span></div=
> <div style=3D"max-width:100%; line-height:normal!important"><span style=
=3D"visibility:visible; line-height:normal!important">RULE_PATH =3D '/usr/l=
ocal/etc/snort/rules'</span></div> <div style=3D"max-width:100%; line-heigh=
t:normal!important"><span style=3D"visibility:visible; line-height:normal!i=
mportant">BUILTIN_RULE_PATH =3D '../builtin_rules'</span></div> <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> <div style=3D"max-width:100%; line-height:normal!important"><b=
r style=3D"line-height:1.3"> </div> <div style=3D"max-width:100%; line-heig=
ht:normal!important"><span style=3D"visibility:visible; line-height:normal!=
important">-- If you are using reputation preprocessor set these</span></di=
v> <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> <div style=3D"max-width:100%; line-height:normal!imp=
ortant"><span style=3D"visibility:visible; line-height:normal!important">BL=
ACK_LIST_PATH =3D '../lists'</span></div> <div style=3D"max-width:100%; lin=
e-height:normal!important"><br style=3D"line-height:1.3"> </div> <div style=
=3D"max-width:100%; line-height:normal!important"><span style=3D"visibility=
:visible; line-height:normal!important">-----------------------------------=
----------------------------------------</span></div> <div style=3D"max-wid=
th:100%; line-height:normal!important"><span style=3D"visibility:visible; l=
ine-height:normal!important">-- default networks - used in Talos rules</spa=
n></div> <div style=3D"max-width:100%; line-height:normal!important"><span =
style=3D"visibility:visible; line-height:normal!important">----------------=
-----------------------------------------------------------</span></div> <d=
iv style=3D"max-width:100%; line-height:normal!important"><span style=3D"vi=
sibility:visible; line-height:normal!important">-- define servers on your n=
etwork you want to protect</span></div> <div style=3D"max-width:100%; line-=
height:normal!important"><br style=3D"line-height:1.3"> </div> <div style=
=3D"max-width:100%; line-height:normal!important"><span style=3D"visibility=
:visible; line-height:normal!important">DNS_SERVERS =3D HOME_NET</span></di=
v> <div style=3D"max-width:100%; line-height:normal!important"><span style=
=3D"visibility:visible; line-height:normal!important">FTP_SERVERS =3D HOME_=
NET</span></div> <div style=3D"max-width:100%; line-height:normal!important=
"><span style=3D"visibility:visible; line-height:normal!important">HTTP_SER=
VERS =3D HOME_NET</span></div> <div style=3D"max-width:100%; line-height:no=
rmal!important"><span style=3D"visibility:visible; line-height:normal!impor=
tant">SIP_SERVERS =3D HOME_NET</span></div> <div style=3D"max-width:100%; l=
ine-height:normal!important"><span style=3D"visibility:visible; line-height=
:normal!important">SMTP_SERVERS =3D HOME_NET</span></div> <div style=3D"max=
-width:100%; line-height:normal!important"><span style=3D"visibility:visibl=
e; line-height:normal!important">SQL_SERVERS =3D HOME_NET</span></div> <div=
 style=3D"max-width:100%; line-height:normal!important"><span style=3D"visi=
bility:visible; line-height:normal!important">SSH_SERVERS =3D HOME_NET</spa=
n></div> <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> <div style=3D"max-width:100%; line-height:normal!=
important"><br style=3D"line-height:1.3"> </div> <div style=3D"max-width:10=
0%; line-height:normal!important"><span style=3D"visibility:visible; line-h=
eight:normal!important">&nbsp; &nbsp; alert_fast =3D {</span></div> <div st=
yle=3D"max-width:100%; line-height:normal!important"><span style=3D"visibil=
ity:visible; line-height:normal!important">file =3D true,</span></div> <div=
 style=3D"max-width:100%; line-height:normal!important"><span style=3D"visi=
bility:visible; line-height:normal!important">filename =3D '/var/log/snort/=
snort.log'</span></div> <div style=3D"max-width:100%; line-height:normal!im=
portant"><span style=3D"visibility:visible; line-height:normal!important">&=
nbsp; &nbsp; }</span></div> <div style=3D"max-width:100%; line-height:norma=
l!important"><span style=3D"visibility:visible; line-height:normal!importan=
t">&nbsp; &nbsp; alert_console =3D {</span></div> <div style=3D"max-width:1=
00%; line-height:normal!important"><span style=3D"visibility:visible; line-=
height:normal!important">file =3D true,</span></div> <div style=3D"max-widt=
h:100%; line-height:normal!important"><span style=3D"visibility:visible; li=
ne-height:normal!important">&nbsp; &nbsp; }</span></div> </div> <br> </div>=
 <div class=3D"x_x_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"> </div> <br> <div class=3D"x=
_x_x_replyHeader">---- On Wed, 08 Jan 2025 12:13:45 -0600 Al Lewis (allewi)=
&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]<=
/a>&gt; wrote ----</div> <div><br> </div> <blockquote style=3D"border-left:=
0px; padding-left:0px; margin-left:0px"> <meta content=3D"text/html; charse=
t=3Diso-8859-1"> <style style=3D"display:none"> <!-- div.x_x_zm_52713701646=
70993736_parse_6124147626900794347 div.x_x_x_zm_444372666139586490_parse_47=
95833495057976243 p =C2=A0=C2=A0=C2=A0=C2=A0{margin-top:0; =C2=A0=C2=A0=C2=
=A0=C2=A0margin-bottom:0} --> </style> <div dir=3D"ltr" class=3D"x_x_x_zm_4=
44372666139586490_parse_4795833495057976243"> <div class=3D"x_x_x_x_1612152=
773elementToProof" style=3D"font-family:&quot;Courier New&quot;,monospace; =
font-size:12pt; color:rgb(0,0,0)"> Meaning the alert sections should be top=
 level and not nested under another section.&nbsp;</div> <div class=3D"x_x_=
x_x_1612152773elementToProof" style=3D"font-family:&quot;Courier New&quot;,=
monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_x=
_x_x_1612152773elementToProof" style=3D"font-family:&quot;Courier New&quot;=
,monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x=
_x_1612152773Signature" class=3D"x_x_x_x_1612152773elementToProof"> <p styl=
e=3D"line-height:normal; margin:0px; font-family:Courier; font-size:16px; c=
olor:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:norma=
l; margin:0px; font-family:Courier; font-size:15px; color:rgb(127,127,127)"=
> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><spa=
n style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:alle=
[email protected]" id=3D"x_x_x_x_1612152773OWAf960989f-b675-9d8e-27db-b8ee5d01a8=
74" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank" style=3D"colo=
r: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)">&nbsp;</spa=
n></p> </div> <div id=3D"x_x_x_x_1612152773appendonsend"></div> <div style=
=3D"font-family:&quot;Courier New&quot;,monospace; font-size:12pt; color:rg=
b(0,0,0)"> <br> </div> <hr style=3D"display:inline-block; width:98%"> <div =
id=3D"x_x_x_x_1612152773divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-fami=
ly:Calibri,sans-serif; font-size:11pt; color:rgb(0,0,0)"><b>From:</b>&nbsp;=
Snort-users &lt;<a href=3D"mailto:[email protected]" targ=
et=3D"_blank">[email protected]</a>&gt;  on behalf of Al =
Lewis (allewi) via Snort-users &lt;<a href=3D"mailto:[email protected]=
t.org" target=3D"_blank">[email protected]</a>&gt;<br> <b>Sent:</=
b>&nbsp;Wednesday, January 8, 2025 12:54 PM<br> <b>To:</b>&nbsp;Jacko B &lt=
;<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@zohomail=
.com</a>&gt;<br> <b>Cc:</b>&nbsp;Snort users &lt;<a href=3D"mailto:snort-us=
[email protected]" target=3D"_blank">[email protected]</a>&gt;<=
br> <b>Subject:</b>&nbsp;Re: [Snort-users] Log trouble</span> <div>&nbsp;</=
div> </div> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot=
;,monospace; font-size:12pt; color:rgb(0,0,0)"> I think you have the alert =
section under&nbsp;the &quot;output&quot; section (alert_fast and alert_con=
sole) which doesn't look correct.</div> <div style=3D"direction:ltr; font-f=
amily:&quot;Courier New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)">=
 <br> </div> <div style=3D"direction:ltr; font-family:&quot;Courier New&quo=
t;,monospace; font-size:12pt; color:rgb(0,0,0)"> I am referring&nbsp;to thi=
s:</div> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot;,m=
onospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"dire=
ction:ltr; font-family:&quot;Courier New&quot;,monospace; font-size:12pt; c=
olor:rgb(0,0,0)"> outputs =3D {</div> <div style=3D"direction:ltr; font-fam=
ily:&quot;Courier New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> &=
nbsp; &nbsp; alert_fast =3D {</div> <div style=3D"direction:ltr; font-famil=
y:&quot;Courier New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> fil=
e =3D true,</div> <div style=3D"direction:ltr; font-family:&quot;Courier Ne=
w&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> filename =3D &quot;/v=
ar/log/snort/snort.log&quot;,</div> <div style=3D"direction:ltr; font-famil=
y:&quot;Courier New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> &nb=
sp; &nbsp; },</div> <div style=3D"direction:ltr; font-family:&quot;Courier =
New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> &nbsp; &nbsp; alert=
_console =3D {</div> <div style=3D"direction:ltr; font-family:&quot;Courier=
 New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> file =3D true,</di=
v> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot;,monospa=
ce; font-size:12pt; color:rgb(0,0,0)"> &nbsp; &nbsp; },</div> <div style=3D=
"direction:ltr; font-family:&quot;Courier New&quot;,monospace; font-size:12=
pt; color:rgb(0,0,0)"> }</div> <div style=3D"direction:ltr; font-family:&qu=
ot;Courier New&quot;,monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </d=
iv> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot;,monosp=
ace; font-size:12pt; color:rgb(0,0,0)"> Try removing that outputs =3D {} se=
ction.</div> <div style=3D"direction:ltr; font-family:&quot;Courier New&quo=
t;,monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"=
direction:ltr; font-family:&quot;Courier New&quot;,monospace; font-size:12p=
t; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_x_Signature"> <p style=
=3D"line-height:normal; margin:0px; font-family:Courier; font-size:16px; co=
lor:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal=
; margin:0px; font-family:Courier; font-size:15px; color:rgb(127,127,127)">=
 <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span=
 style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:allew=
[email protected]" id=3D"x_x_x_x_1612152773OWA66c5270e-3c14-9691-ca3e-9cf915061d1=
9" class=3D"x_x_x_x_OWAAutoLink" target=3D"_blank" style=3D"color:rgb(128,2=
7,128); margin-top:0px; margin-bottom:0px">[email protected]</a></u></span><=
span style=3D"font-size:16px; color:rgb(79,129,189)">&nbsp;</span></p> </di=
v> <div id=3D"x_x_x_x_appendonsend"></div> <hr style=3D"direction:ltr; disp=
lay:inline-block; width:98%"> <div id=3D"x_x_x_x_divRplyFwdMsg" dir=3D"ltr"=
><span style=3D"font-family:Calibri,sans-serif; font-size:11pt; color:rgb(0=
,0,0)"><b>From:</b>&nbsp;Jacko B &lt;<a href=3D"mailto:[email protected]=
" target=3D"_blank">[email protected]</a>&gt;<br> <b>Sent:</b>&nbsp;Wedn=
esday, January 8, 2025 11:24 AM<br> <b>To:</b>&nbsp;Al Lewis (allewi) &lt;<=
a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>&g=
t;<br> <b>Cc:</b>&nbsp;Snort users &lt;<a href=3D"mailto:snort-users@lists.=
snort.org" target=3D"_blank">[email protected]</a>&gt;<br> <b>Sub=
ject:</b>&nbsp;Re: [Snort-users] Log trouble</span> <div>&nbsp;</div> </div=
> <div style=3D"direction:ltr; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:=
ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> This is my lua config, sorry for it being so long, I didn't kn=
ow if you needed the whole thing but my outputs section is at the very bott=
om.</div> <div style=3D"direction:ltr; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"di=
rection:ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-------------------=
--------------------------------------------------------</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">-- Snort++ defaults</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">--------------------------------------------------------=
-------------------</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>-- this file defines the external defaults for Snort. all simple scalar</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">-- types have a builtin default=
, including those in list items, however</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">-- lists defaults are provided here instead of compiling them i=
nto the</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- binary. this makes=
 it easier to copy and paste or edit for your</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">-- environment.</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">-- include in your snort.lua</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">-- after you set HOME_NET and EXTERNAL_NET</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">-- use these by assignment, eg</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">-- &nbsp; &nbsp; ftp_server =3D def=
ault_ftp_server</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-------------=
--------------------------------------------------------------</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">-- default paths - used in Talos configs<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">-----------------------------=
----------------------------------------------</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">-- Path to your rules files (this can be a rela=
tive path)</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">RULE_PATH =3D '/us=
r/local/etc/snort/rules'</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">BUIL=
TIN_RULE_PATH =3D '../builtin_rules'</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">PLUGIN_RULE_PATH =3D '../so_rules'</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">-- If you are using reputation preprocessor set the=
se</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">WHITE_LIST_PATH =3D '../li=
sts'</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">BLACK_LIST_PATH =3D '../=
lists'</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">------------=
---------------------------------------------------------------</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">-- default networks - used in Talos rule=
s</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">---------------------------=
------------------------------------------------</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">-- define servers on your network you want to protect</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">DNS_SERVERS =3D HOME=
_NET</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">FTP_SERVERS =3D HOME_NET=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">HTTP_SERVERS =3D HOME_NET</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">SIP_SERVERS =3D HOME_NET</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">SMTP_SERVERS =3D HOME_NET</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">SQL_SERVERS =3D HOME_NET</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">SSH_SERVERS =3D HOME_NET</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">TELNET_SERVERS =3D HOME_NET</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">-------------------------------------=
--------------------------------------</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">-- default ports - used in Talos rules</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">-------------------------------------------------------=
--------------------</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- defin=
e ports on your network you want to protect</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">-- where possible, use the wizard for inspection instead of =
explicit port</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- bindings. th=
is gives you some port independence and allows you find c&amp;c</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">-- channels hard port bindings would mis=
s. Talos rules will still use these</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">-- ports if there is no match on service.</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">FTP_PORTS =3D ' 21 2100 3535'</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br>=
 </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">HTTP_PORTS =3D</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; 80 81 311 383 591 593 901 1220 1414 1741 1830 2301 2381 2809=
 3037 3128</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 3702=
 4343 4848 5250 6988 7000 7001 7144 7145 7510 7777 7779 8000 8008</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; 8014 8028 8080 8085 8088=
 8090 8118 8123 8180 8181 8243 8280 8300 8800</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; 8888 8899 9000 9060 9080 9090 9091 9443 9999=
 11371 34443 34444 41080</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; 50002 55555</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">MAIL_PORTS =3D ' 110 14=
3'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ORACLE_PORTS =3D=
 ' 1024:'</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">SIP_PORTS=
 =3D ' 5060 5061 5600'</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">SSH_PORTS =3D ' 22'</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_PORTS</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">------------------------------------------=
---------------------------------</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">-- default variables</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">---=
------------------------------------------------------------------------</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_variables =3D=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; nets =3D</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; {</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; &nbsp; &nbsp; HOME_NET =3D HOME_NET,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; EXTERNAL_NET =3D EXTERN=
AL_NET,</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; =
&nbsp; DNS_SERVERS =3D DNS_SERVERS,</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; &nbsp; &nbsp; FTP_SERVERS =3D FTP_SERVERS,</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; HTTP_SERVERS=
 =3D HTTP_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; &nbsp; &nbsp; SIP_SERVERS =3D SIP_SERVERS,</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; SMTP_SERVERS =3D SMTP_SERVERS=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp;=
 SQL_SERVERS =3D SQL_SERVERS,</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; &nbsp; &nbsp; SSH_SERVERS =3D SSH_SERVERS,</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; TELNET_SERVERS =3D=
 TELNET_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; paths =3D<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; RULE_PATH =3D =
RULE_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbs=
p; &nbsp; BUILTIN_RULE_PATH =3D BUILTIN_RULE_PATH,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; PLUGIN_RULE_PATH =3D PL=
UGIN_RULE_PATH,</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 &nbsp; &nbsp; WHITE_LIST_PATH =3D WHITE_LIST_PATH,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; BLACK_LIST_PATH =3D BLA=
CK_LIST_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ports =3D</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; FTP_PORTS =3D FTP=
_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; =
&nbsp; HTTP_PORTS =3D HTTP_PORTS,</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; &nbsp; &nbsp; MAIL_PORTS =3D MAIL_PORTS,</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; ORACLE_PORTS =3D=
 ORACLE_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
&nbsp; &nbsp; SIP_PORTS =3D SIP_PORTS,</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; &nbsp; &nbsp; SSH_PORTS =3D SSH_PORTS,</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; FILE_DATA_POR=
TS =3D FILE_DATA_PORTS,</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; }</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">-----------------------------------=
----------------------------------------</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">-- default ftp server</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">----------------------------------------------------------------------=
-----</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_c=
mds =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; ABOR ACCT ADAT ALLO APPE AUTH CCC=
 CDUP CEL CLNT CMD CONF CWD DELE ENC</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; EPRT EPSV ESTA ESTP FEAT HELP LANG LIST LPRT LPSV MAC=
B MAIL MDTM MIC</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 MKD MLSD MLST MODE NLST NOOP OPTS PASS PASV PBSZ PORT PROT PWD QUIT</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; REIN REST RETR RMD RN=
FR RNTO SDUP SITE SIZE SMNT STAT STOR STOU STRU</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; SYST TEST TYPE USER XCUP XCRC XCWD XMAS XM=
D5 XMKD XPWD XRCP XRMD XRSQ</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; XSEM XSEN XSHA1 XSHA256</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_defa=
ult_data_chan_cmds =3D</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; PORT PASV LPRT LPS=
V EPRT EPSV</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br=
> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">ftp_default_data_xfer_cmds =3D</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; RETR STOR STOU APPE LIST NLST</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">]]</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">ftp_default_file_put_cmds =3D</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; STOR STOU APPE</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_file_get_cmd=
s =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; RETR</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
ftp_default_login_cmds =3D</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; USER PASS</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">ftp_default_encr_cmds =3D</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; AUTH</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">ftp_format_commands =3D</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; ACCT ADAT ALLO APPE AUTH CEL CLNT CMD CONF CW=
D DELE ENC EPRT EPSV ESTP</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; HELP LANG LIST LPRT MACB MAIL MDTM MIC MKD MLSD MLST MODE NLST O=
PTS</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; PASS PBSZ P=
ORT PROT REST RETR RMD RNFR RNTO SDUP SITE SIZE SMNT STAT</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; STOR STRU TEST TYPE USER XCRC XC=
WD XMAS XMD5 XMKD XRCP XRMD XRSQ XSEM</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; XSEN XSHA1 XSHA256</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">]]</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp=
_command_specs =3D</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'ABOR', l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ command =3D 'CCC', length =3D 0 },</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { command =3D 'CDUP', length =3D 0 },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'ESTA', length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { comm=
and =3D 'FEAT', length =3D 0 },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { command =3D 'LPSV', length =3D 0 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'NOOP', length =3D 0 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =
=3D 'PASV', length =3D 0 },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { command =3D 'PWD', length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'QUIT', length =3D 0 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D =
'REIN', length =3D 0 },</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; { command =3D 'SYST', length =3D 0 },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; { command =3D 'XCUP', length =3D 0 },</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'XPWD'=
, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { command =3D 'APPE', length =3D 200 },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'CMD', length =3D 200 }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D=
 'HELP', length =3D 200 },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { command =3D 'NLST', length =3D 200 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'RETR', length =3D 200 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =
=3D 'RNFR', length =3D 200 },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { command =3D 'STOR', length =3D 200 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'STOU', length =3D 20=
0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =
=3D 'XMKD', length =3D 200 },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { command =3D 'CWD', length =3D 256 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'RNTO', leng=
th =3D 256 },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 command =3D 'SIZE', length =3D 512 },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; { command =3D 'ALLO', length =3D 200, for=
mat =3D '&lt; int [ char R int ] &gt;' },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { command =3D 'EPRT', length =3D 400, format =3D=
 '&lt; extd_host_port &gt;' },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { command =3D 'EPSV', format =3D &quot;&lt; [ { '1' | '2' |=
 'ALL' } ] &gt;&quot; },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { command =3D 'LPRT', length =3D 400, format =3D '&lt; long_host_=
port &gt;' },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 command =3D 'MACB', format =3D '&lt; string &gt;' },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'MDTM', format =3D '&l=
t; [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string &gt;' },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'MODE', format =3D '&lt=
; char ASBCZ &gt;' },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { command =3D 'PORT', length =3D 400, format =3D '&lt; host_port &gt=
;' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command=
 =3D 'PROT', format =3D '&lt; char CSEP &gt;' },</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; { command =3D 'STRU', format =3D '&lt; ch=
ar FRPO [ string ] &gt;' },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { command =3D 'TYPE', format =3D '&lt; { char AE [ char NTC ] =
| char I | char L [ number ] } &gt;' }</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default=
_ftp_server =3D</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; -- params not specified he=
re get internal defaults</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; ftp_cmds =3D ftp_default_cmds,</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; data_chan_cmds =3D ftp_default_data_chan_cmds,</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; data_xfer_cmds =
=3D ftp_default_data_xfer_cmds,</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; file_put_cmds =3D ftp_default_file_put_cmds,</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; file_get_cmds =3D ftp_defaul=
t_file_get_cmds,</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; login_cmds =3D ftp_default_login_cmds,</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; encr_cmds =3D ftp_default_encr_cmds,</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; chk_str_fmt =3D ftp_format_=
commands,</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; cmd_v=
alidity =3D ftp_command_specs</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------=
-----------------------------------------------------------</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">-- default smtp configuration</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">-------------------------------------------=
--------------------------------</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">smtp_default_auth_cmds =3D</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
AUTH XAUTH X-EXPS</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">smtp_default_binary_data_cm=
ds =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; BDAT XEXCH50</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">smtp_default_data_cmds =3D</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; DATA<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">smtp_default_normalize_cmds =3D</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">[[</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND=
 ESOM ETRN EVFY EXPN</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SEND SOML STA=
RTTLS</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; TICK TIME=
 TURN TURNME VERB VRFY X-ADAT XADR XAUTH XCIR X-DRCP X-ERCP XEXCH50</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; X-EXCH50 X-EXPS XGEN X=
LICENSE X-LINK2STATE XQUE XSTA XTRN XUSR</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">smtp=
_default_valid_cmds =3D smtp_default_normalize_cmds</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">smtp_default_alt_max_command_lines =3D</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { command =3D 'ATRN', length =3D 255, },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'AUTH=
', length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { command =3D 'BDAT', length =3D 255, },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; { command =3D 'DATA', length =3D 246, },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'D=
EBUG', length =3D 255, },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { command =3D 'EHLO', length =3D 500, },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'EMAL', length =3D 255,=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =
=3D 'ESAM', length =3D 255, },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { command =3D 'ESND', length =3D 255, },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'ESOM', length =3D =
255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { comma=
nd =3D 'ETRN', length =3D 500, },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { command =3D 'EVFY', length =3D 255, },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'EXPN', length =
=3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { c=
ommand =3D 'HELO', length =3D 500, },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { command =3D 'HELP', length =3D 500, },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'IDENT', len=
gth =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 { command =3D 'MAIL', length =3D 260, },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { command =3D 'NOOP', length =3D 255, },</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'ONEX', =
length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { command =3D 'QUEU', length =3D 246, },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { command =3D 'QUIT', length =3D 246, },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'RCPT=
', length =3D 300, },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { command =3D 'RSET', length =3D 255, },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; { command =3D 'SAML', length =3D 246, },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'S=
END', length =3D 246, },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { command =3D 'SIZE', length =3D 255, },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'SOML', length =3D 246,=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =
=3D 'STARTTLS', length =3D 246, },</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { command =3D 'TICK', length =3D 246, },</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'TIME', length =
=3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { c=
ommand =3D 'TURN', length =3D 246, },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { command =3D 'TURNME', length =3D 246, },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'VERB', le=
ngth =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { command =3D 'VRFY', length =3D 255, },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { command =3D 'XADR', length =3D 246, },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'XAUTH'=
, length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { command =3D 'XCIR', length =3D 246, },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; { command =3D 'XEXCH50', length =3D 246, },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D =
'X-EXPS', length =3D 246, },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { command =3D 'XGEN', length =3D 246, },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'XLICENSE', length =
=3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { c=
ommand =3D 'X-LINK2STATE', length =3D 246, },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; { command =3D 'XQUE', length =3D 246, },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { command =3D 'XST=
A', length =3D 246, },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { command =3D 'XTRN', length =3D 246, },</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; { command =3D 'XUSR', length =3D 246, }</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">default_smtp =3D</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; -- params not specified here get internal defaults</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; alt_max_command_line_len =3D smtp_de=
fault_alt_max_command_lines,</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; auth_cmds =3D smtp_default_auth_cmds,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; binary_data_cmds =3D smtp_default_bin=
ary_data_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
data_cmds =3D smtp_default_data_cmds,</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; normalize_cmds =3D smtp_default_normalize_cmds,</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; valid_cmds =3D smtp=
_default_valid_cmds,</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">-------------------------=
--------------------------------------------------</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">-- default wizard</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">--------------------------------------------------------------=
-------------</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- so=
me HTTP and SIP methods match the whole start line to disambiguate</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">-- between them or, in the case of AC=
K, from another protocol</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- t=
he * * patterns match unknown methods</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">http_methods =3D</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'GET',=
 'HEAD', 'POST', 'DELETE', 'TRACE', 'CONNECT',</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; 'VERSION_CONTROL', 'REPORT', 'CHECKOUT', 'C=
HECKIN', 'UNCHECKOUT',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; 'MKWORKSPACE', 'LABEL', 'MERGE', 'BASELINE_CONTROL',</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; 'MKACTIVITY', 'ORDERPATCH', '=
ACL', 'PATCH', 'BIND', 'LINK',</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; 'MKCALENDAR', 'MKREDIRECTREF', 'REBIND', 'UNBIND', 'UNLINK'=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'UPDATEREDIRE=
CTREF', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY',</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; 'MOVE', 'LOCK', 'UNLOCK', 'SEARCH', '=
BCOPY', 'BDELETE', 'BMOVE',</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; 'BPROPFIND', 'BPROPPATCH', 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMAT=
TS',</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'NOTIFY * =
HTTP/', 'OPTIONS * HTTP/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTTP/',</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; 'PUT * HTTP/', '* * HTTP=
/'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">sip_requests =3D</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; 'INVITE', 'CANCEL', 'BYE', 'REGISTER', 'PRACK', 'PUBLISH', 'REFE=
R', 'INFO', 'MESSAGE',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; 'NOTIFY * SIP/', 'OPTIONS * SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SI=
P/',</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'ACK * SIP=
/', '* * SIP/'</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">telnet_commands =3D</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">{</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; '|FF F0|', '|FF F1|', '|FF F2|', '|FF F3|',</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; '|FF F4|', '|FF F5|', '|=
FF F6|', '|FF F7|',</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; '|FF F8|', '|FF F9|', '|FF FA|', '|FF FB|',</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; '|FF FC|', '|FF FD|', '|FF FE|'</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">netflow_versions =3D</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; '|00 05|', '|00 09|'</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_wizard=
 =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; spells =3D</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; {</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'ftp', proto =3D 'tcp',</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nb=
sp; to_client =3D { '220*FTP', '220*FileZilla' } },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D =
'http', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D http_methods, to_client =3D { =
'HTTP/' } },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; &nbsp; &nbsp; { service =3D 'imap', proto =3D 'tcp',</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_clien=
t =3D { '** OK', '** BYE', '** PREAUTH' } },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'pop3',=
 proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; to_client =3D { '+OK', '-ERR' } },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { servi=
ce =3D 'sip',</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; to_server =3D sip_requests, to_client =3D { 'SIP/' } },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbs=
p; &nbsp; { service =3D 'smtp', proto =3D 'tcp',</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { 'HEL=
O', 'EHLO' },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; to_client =3D { '220*SMTP', '220*MAIL' } },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { =
service =3D 'ssh', proto =3D 'tcp',</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { 'SSH-' }, to_clie=
nt =3D { 'SSH-' } },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'dce_http_server', proto =3D 't=
cp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nb=
sp; &nbsp; to_client =3D { 'ncacn_http' } },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'dce_ht=
tp_proxy', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { 'RPC_CONNECT' } },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; hexes =3D</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; {</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'dnp3', proto=
 =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nb=
sp; &nbsp; &nbsp; to_server =3D { '|05 64|' }, to_client =3D { '|05 64|' } =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &n=
bsp; &nbsp; { service =3D 'netflow', proto =3D 'udp',</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D n=
etflow_versions },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'http2', proto =3D 'tcp',</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t=
o_client =3D { '???|04 00 00 00 00 00|' },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { '|50 52 49=
 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a|' } },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">--[[</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'modb=
us', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { '??|0 0|' } },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; { servi=
ce =3D 'rpc', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D { '????|0 0 0 0 0 0 0 1|=
' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nb=
sp; &nbsp; to_client =3D { '????|0 0 0 0 0 0 0 1|' } },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">--]]</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; &nbsp; &nbsp; { service =3D 'ssl', proto =3D 'tc=
p',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nbs=
p; &nbsp; to_server =3D { '|16 03|' }, to_client =3D { '|16 03|' } },</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; &nb=
sp; { service =3D 'telnet', proto =3D 'tcp',</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to_server =3D telnet_com=
mands, to_client =3D telnet_commands },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; curses =3D {'dce_udp', 'dce_tcp', 'dce_smb', 'mms', =
's7commplus', 'sslv2'}</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">-----------------------=
----------------------------------------------------</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">-- default references</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">----------------------------------------------------------=
-----------------</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">d=
efault_references =3D</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'bugtraq'=
, &nbsp; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http=
://www.securityfocus.com/bid/" id=3D"x_x_x_x_1612152773OWA3373a3c5-9d53-c6c=
0-4393-7c943186cb6e" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_bla=
nk">http://www.securityfocus.com/bid/</a></u></span><span style=3D"line-hei=
ght:normal">'  },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { name =3D 'cve', &nbsp; &nbsp; &nbsp; url =3D '</span><span style=3D"li=
ne-height:1.3"><u><a href=3D"http://cve.mitre.org/cgi-bin/cvename.cgi?name=
=3D" id=3D"x_x_x_x_1612152773OWA35e37b4d-5659-3a1d-2fdf-397da58bd403" class=
=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">http://cve.mitre.org/c=
gi-bin/cvename.cgi?name=3D</a></u></span><span style=3D"line-height:normal"=
>'  },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =
=3D 'arachNIDS', url =3D '</span><span style=3D"line-height:1.3"><u><a href=
=3D"http://www.whitehats.com/info/IDS" id=3D"x_x_x_x_1612152773OWA17bc3632-=
3646-22c1-04b2-6d6fd6949f64" class=3D"x_x_x_x_1612152773OWAAutoLink" target=
=3D"_blank">http://www.whitehats.com/info/IDS</a></u></span><span style=3D"=
line-height:normal">'  },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { name =3D 'osvdb', &nbsp; &nbsp; url =3D '</span><span style=3D=
"line-height:1.3"><u><a href=3D"http://osvdb.org/show/osvdb/" id=3D"x_x_x_x=
_1612152773OWAd37ed315-6fa4-ec0d-4bcc-884a0882b625" class=3D"x_x_x_x_161215=
2773OWAAutoLink" target=3D"_blank">http://osvdb.org/show/osvdb/</a></u></sp=
an><span style=3D"line-height:normal">'  },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { name =3D 'McAfee', &nbsp; &nbsp;url =3D '</s=
pan><span style=3D"line-height:1.3"><u><a href=3D"http://vil.nai.com/vil/co=
ntent/v_" id=3D"x_x_x_x_1612152773OWA77965f6f-6fdb-0642-c3f1-c8365a714cf3" =
class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">http://vil.nai.co=
m/vil/content/v_</a></u></span><span style=3D"line-height:normal">'  },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'nessus=
', &nbsp; &nbsp;url =3D '</span><span style=3D"line-height:1.3"><u><a href=
=3D"http://cgi.nessus.org/plugins/dump.php3?id=3D" id=3D"x_x_x_x_1612152773=
OWA0f85c586-f6fe-f982-0b70-686c7e8d4b0b" class=3D"x_x_x_x_1612152773OWAAuto=
Link" target=3D"_blank">http://cgi.nessus.org/plugins/dump.php3?id=3D</a></=
u></span><span style=3D"line-height:normal">'  },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'url', &nbsp; &nbsp; &nbsp=
; url =3D 'http://' },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { name =3D 'msb', &nbsp; &nbsp; &nbsp; url =3D '</span><span style=
=3D"line-height:1.3"><u><a href=3D"http://technet.microsoft.com/en-us/secur=
ity/bulletin/" id=3D"x_x_x_x_1612152773OWAb5a28e1a-9b59-f583-6a73-980e044c7=
7b0" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">http://techn=
et.microsoft.com/en-us/security/bulletin/</a></u></span><span style=3D"line=
-height:normal">'  }</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">-------------------------=
--------------------------------------------------</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">-- default classifications</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">---------------------------------------------------=
------------------------</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">default_classifications =3D</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =
=3D 'not-suspicious', priority =3D 3,</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; &nbsp; text =3D 'Not Suspicious Traffic' },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'u=
nknown', priority =3D 3,</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; &nbsp; text =3D 'Unknown Traffic' },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'bad-unknown', priorit=
y =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp;=
 text =3D 'Potentially Bad Traffic' },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; { name =3D 'attempted-recon', priority =
=3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; t=
ext =3D 'Attempted Information Leak' },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'successful-recon-limited'=
, priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; &nbsp; text =3D 'Information Leak' },</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'successful-recon-largesca=
le', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; &nbsp; text =3D 'Large Scale Information Leak' },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'attempted-do=
s', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; &nbsp; text =3D 'Attempted Denial of Service' },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'successful-dos=
', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; &nbsp; text =3D 'Denial of Service' },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'attempted-user', priority=
 =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; =
text =3D 'Attempted User Privilege Gain' },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'unsuccessful-user', prio=
rity =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nb=
sp; text =3D 'Unsuccessful User Privilege Gain' },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'successful-user'=
, priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; &nbsp; text =3D 'Successful User Privilege Gain' },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'attempted-adm=
in', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; &nbsp; text =3D 'Attempted Administrator Privilege Gain' },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'su=
ccessful-admin', priority =3D 1,</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; &nbsp; text =3D 'Successful Administrator Privilege Gain'=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 name =3D 'rpc-portmap-decode', priority =3D 2,</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Decode of an RPC Query' }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { n=
ame =3D 'shellcode-detect', priority =3D 1,</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Executable code was detected'=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 name =3D 'string-detect', priority =3D 3,</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; &nbsp; text =3D 'A suspicious string was detect=
ed' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { name =3D 'suspicious-filename-detect', priority =3D 2,</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'A suspicious f=
ilename was detected' },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { name =3D 'suspicious-login', priority =3D 2,</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'An att=
empted login using a suspicious username was detected' },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> <=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'system-cal=
l-detect', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; &nbsp; text =3D 'A system call was detected' },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br>=
 </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'tcp-conn=
ection', priority =3D 4,</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; &nbsp; text =3D 'A TCP connection was detected' },</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br=
> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'trojan-=
activity', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; &nbsp; text =3D 'A Network Trojan was detected' },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'unusu=
al-client-port-connection', priority =3D 2,</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; &nbsp; text =3D 'A client was using an unusual=
 port' },</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { name =3D 'network-scan', priority =3D 3,</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Detection of a Network Sc=
an' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { name =3D 'denial-of-service', priority =3D 2,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Detection of a Denia=
l of Service Attack' },</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { name =3D 'non-standard-protocol', priority =3D 2,</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'De=
tection of a non-standard protocol or event' },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'protocol-command-dec=
ode', priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; &nbsp; text =3D 'Generic Protocol Command Decode' },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br>=
 </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'web-appl=
ication-activity', priority =3D 2,</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; &nbsp; text =3D 'Access to a potentially vulnerable web=
 application' },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { name =3D 'web-application-attack', priority =3D 1,</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Web Appl=
ication Attack' },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { name =3D 'misc-activity', priority =3D 3,</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Misc activity' =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
name =3D 'misc-attack', priority =3D 2,</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; &nbsp; text =3D 'Misc Attack' },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> <=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'icmp-event=
', priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; &nbsp; text =3D 'Generic ICMP event' },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'inappropriate-content', =
priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 &nbsp; text =3D 'Inappropriate Content was Detected' },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D 'policy-viol=
ation', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; &nbsp; text =3D 'Potential Corporate Privacy Violation' },</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name =3D '=
default-login-attempt', priority =3D 2,</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; &nbsp; text =3D 'Attempt to login by a default use=
rname and password' },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { name =3D 'sdf', priority =3D 2,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Sensitive Data' },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { name=
 =3D 'file-format', priority =3D 1,</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; &nbsp; text =3D 'Known malicious file or file based ex=
ploit' },</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { name =3D 'malware-cnc', priority =3D 1,</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Known malware command and =
control traffic' },</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { name =3D 'client-side-exploit', priority =3D 1,</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; &nbsp; text =3D 'Known cl=
ient side exploit attempt' }</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-----------------=
----------------------------------------------------------</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">-- gtp defaults</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">----------------------------------------------------------=
-----------------</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">g=
tp_v0_msg =3D</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1, name =3D &quot=
;echo_request&quot; },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { type =3D 2, name =3D &quot;echo_response&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 3, name =3D &quot;v=
ersion_not_supported&quot; },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 4, name =3D &quot;node_alive_request&quot; },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 5, name=
 =3D &quot;node_alive_response&quot; },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 6, name =3D &quot;redirection_request&q=
uot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 7, name =3D &quot;redirection_response&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 16, name =3D &quo=
t;create_pdp_context_request&quot; },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { type =3D 17, name =3D &quot;create_pdp_context_res=
ponse&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 18, name =3D &quot;update_pdp_context_request&quot; },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 19, name =3D =
&quot;update_pdp_context_response&quot; },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 20, name =3D &quot;delete_pdp_contex=
t_request&quot; },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { type =3D 21, name =3D &quot;delete_pdp_context_response&quot; },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 22, name=
 =3D &quot;create_aa_pdp_context_request&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 23, name =3D &quot;create_=
aa_pdp_context_response&quot; },</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 24, name =3D &quot;delete_aa_pdp_context_reque=
st&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 25, name =3D &quot;delete_aa_pdp_context_response&quot; },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 26, name =3D=
 &quot;error_indication&quot; },</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 27, name =3D &quot;pdu_notification_request&qu=
ot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 28, name =3D &quot;pdu_notification_response&quot; },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 29, name =3D &quot;pd=
u_notification_reject_request&quot; },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 30, name =3D &quot;pdu_notification_reje=
ct_response&quot; },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 32, name =3D &quot;send_routing_info_request&quo=
t; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 33, name =3D &quot;send_routing_info_response&quot; },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 34, name =3D &quot;f=
ailure_report_request&quot; },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 35, name =3D &quot;failure_report_response&quot;=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D =
36, name =3D &quot;note_ms_present_request&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 37, name =3D &quot;note_ms=
_present_response&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 48, name =3D &quot;identification_request&=
quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 49, name =3D &quot;identification_response&quot; },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 50, name =3D &quot;sgs=
n_context_request&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 51, name =3D &quot;sgsn_context_response&quot; },</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 52, na=
me =3D &quot;sgsn_context_ack&quot; },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; { type =3D 240, name =3D &quot;data_recor=
d_transfer_request&quot; },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { type =3D 241, name =3D &quot;data_record_transfer_response&q=
uot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { type =3D 255, name =3D &quot;pdu&quot; },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>gtp_v1_msg =3D</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1, name =3D &qu=
ot;echo_request&quot; },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 2, name =3D &quot;echo_response&quot; },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 3, name =3D &quot=
;version_not_supported&quot; },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { type =3D 4, name =3D &quot;node_alive_request&quot; },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 5, na=
me =3D &quot;node_alive_response&quot; },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { type =3D 6, name =3D &quot;redirection_request=
&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { typ=
e =3D 7, name =3D &quot;redirection_response&quot; },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 16, name =3D &q=
uot;create_pdp_context_request&quot; },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 17, name =3D &quot;create_pdp_context_r=
esponse&quot; },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { type =3D 18, name =3D &quot;update_pdp_context_request&quot; },</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 19, name =
=3D &quot;update_pdp_context_response&quot; },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; { type =3D 20, name =3D &quot;delete_pdp_co=
ntext_request&quot; },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { type =3D 21, name =3D &quot;delete_pdp_context_response&quot; },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 22, =
name =3D &quot;init_pdp_context_activation_request&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 23, name =3D &quot;=
init_pdp_context_activation_response&quot; },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 26, name =3D &quot;erro=
r_indication&quot; },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { type =3D 27, name =3D &quot;pdu_notification_request&quot; },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 28, name=
 =3D &quot;pdu_notification_response&quot; },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; { type =3D 29, name =3D &quot;pdu_notificati=
on_reject_request&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 30, name =3D &quot;pdu_notification_reject_response&=
quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 31, name =3D &quot;supported_ext_header_notification&quot; },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 32, name =3D=
 &quot;send_routing_info_request&quot; },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { type =3D 33, name =3D &quot;send_routing_info_=
response&quot; },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { type =3D 34, name =3D &quot;failure_report_request&quot; },</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 35, name =3D &=
quot;failure_report_response&quot; },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { type =3D 36, name =3D &quot;note_ms_present_reques=
t&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { ty=
pe =3D 37, name =3D &quot;note_ms_present_response&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br>=
 </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 48, name =
=3D &quot;identification_request&quot; },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { type =3D 49, name =3D &quot;identification_res=
ponse&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 50, name =3D &quot;sgsn_context_request&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 51, name =3D &quot;=
sgsn_context_response&quot; },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 52, name =3D &quot;sgsn_context_ack&quot; },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 53, nam=
e =3D &quot;forward_relocation_request&quot; },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; { type =3D 54, name =3D &quot;forward_relo=
cation_response&quot; },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 55, name =3D &quot;forward_relocation_complete&quot; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 56=
, name =3D &quot;relocation_cancel_request&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 57, name =3D &quot;relocat=
ion_cancel_response&quot; },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { type =3D 58, name =3D &quot;forward_srns_contex&quot; },</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 59, na=
me =3D &quot;forward_relocation_complete_ack&quot; },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { type =3D 60, name =3D &quot;forwar=
d_srns_contex_ack&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 70, name =3D &quot;ran_info_relay&quot; },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { ty=
pe =3D 96, name =3D &quot;mbms_notification_request&quot; },</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 97, name =3D &quot=
;mbms_notification_response&quot; },</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 98, name =3D &quot;mbms_notification_rejec=
t_request&quot; },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { type =3D 99, name =3D &quot;mbms_notification_reject_response&quot; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 10=
0, name =3D &quot;create_mbms_context_request&quot; },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 101, name =3D &quot;crea=
te_mbms_context_response&quot; },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 102, name =3D &quot;update_mbms_context_reque=
st&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 103, name =3D &quot;update_mbms_context_response&quot; },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 104, name =3D=
 &quot;delete_mbms_context_request&quot; },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 105, name =3D &quot;delete_mbms_con=
text_response&quot; },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 112, name =3D &quot;mbms_register_request&quot=
; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D=
 113, name =3D &quot;mbms_register_response&quot; },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 114, name =3D &quot;mbms_d=
eregister_request&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 115, name =3D &quot;mbms_deregister_response&quot; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 11=
6, name =3D &quot;mbms_session_start_request&quot; },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { type =3D 117, name =3D &quot;mbms_=
session_start_response&quot; },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { type =3D 118, name =3D &quot;mbms_session_stop_request&q=
uot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 119, name =3D &quot;mbms_session_stop_response&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 120, name =3D &quot=
;mbms_session_update_request&quot; },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { type =3D 121, name =3D &quot;mbms_session_update_r=
esponse&quot; },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 128, name =3D &quot;ms_info_change_request&quot; },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 129,=
 name =3D &quot;ms_info_change_response&quot; },</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 240, name =3D &quot;=
data_record_transfer_request&quot; },</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">&nbsp; &nbsp; { type =3D 241, name =3D &quot;data_record_transfer_=
response&quot; },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { type =3D 254, name =3D &quot;end_marker&quot; },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 255, name =3D &=
quot;pdu&quot; },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">gtp_v2_msg =3D</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { type =3D 1, name =3D &quot;echo_request&quot; },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 2, name =
=3D &quot;echo_response&quot; },</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 3, name =3D &quot;version_not_supported&quot; =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 32, name =3D &quot;create_session_request&quot; },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 33, name =3D &quot;=
create_session_response&quot; },</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 34, name =3D &quot;modify_bearer_request&quot;=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D =
35, name =3D &quot;modify_bearer_response&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 36, name =3D &quot;delete_=
session_request&quot; },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 37, name =3D &quot;delete_session_response&quot; },</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 38, na=
me =3D &quot;change_notification_request&quot; },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 39, name =3D &quot;change_=
notification_response&quot; },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; { type =3D 64, name =3D &quot;modify_bearer_comma=
nd&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 65, name =3D &quot;modify_bearer_failure_indication&quot; },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 66, name =
=3D &quot;delete_bearer_command&quot; },</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; { type =3D 67, name =3D &quot;delete_bearer_failu=
re_indication&quot; },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { type =3D 68, name =3D &quot;bearer_resource_command&quot; },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 69, name=
 =3D &quot;bearer_resource_failure_indication&quot; },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 70, name =3D &quot;downl=
ink_failure_indication&quot; },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { type =3D 71, name =3D &quot;trace_session_activation&quo=
t; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 72, name =3D &quot;trace_session_deactivation&quot; },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 73, name =3D &quot;s=
top_paging_indication&quot; },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; { type =3D 95, name =3D &quot;create_bearer_reque=
st&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 96, name =3D &quot;create_bearer_response&quot; },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 97, name =3D &quot;u=
pdate_bearer_request&quot; },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 98, name =3D &quot;update_bearer_response&quot; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 99=
, name =3D &quot;delete_bearer_request&quot; },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; { type =3D 100, name =3D &quot;delete_bear=
er_response&quot; },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 101, name =3D &quot;delete_pdn_request&quot; },</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 102, name =3D =
&quot;delete_pdn_response&quot; },</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { type =3D 128, name =3D &quot;identification=
_request&quot; },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { type =3D 129, name =3D &quot;identification_response&quot; },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 130, name =
=3D &quot;sgsn_context_request&quot; },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 131, name =3D &quot;sgsn_context_respon=
se&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 132, name =3D &quot;sgsn_context_ack&quot; },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { type =3D 133, name =3D &quot;forwa=
rd_relocation_request&quot; },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 134, name =3D &quot;forward_relocation_response&=
quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 135, name =3D &quot;forward_relocation_complete&quot; },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 136, name =3D &qu=
ot;forward_relocation_complete_ack&quot; },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 137, name =3D &quot;forward_access&=
quot; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 138, name =3D &quot;forward_access_ack&quot; },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 139, name =3D &quot;reloca=
tion_cancel_request&quot; },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { type =3D 140, name =3D &quot;relocation_cancel_response&quo=
t; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 141, name =3D &quot;configuration_transfer_tunnel&quot; },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 149, n=
ame =3D &quot;detach&quot; },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 150, name =3D &quot;detach_ack&quot; },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 151, name =3D=
 &quot;cs_paging&quot; },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 152, name =3D &quot;ran_info_relay&quot; },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 153, name =3D=
 &quot;alert_mme&quot; },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 154, name =3D &quot;alert_mme_ack&quot; },</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 155, name =3D =
&quot;ue_activity&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 156, name =3D &quot;ue_activity_ack&quot; },</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
60, name =3D &quot;create_forward_tunnel_request&quot; },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 161, name =3D &quot;c=
reate_forward_tunnel_response&quot; },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 162, name =3D &quot;suspend&quot; },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 163, na=
me =3D &quot;suspend_ack&quot; },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 164, name =3D &quot;resume&quot; },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 165, name =3D=
 &quot;resume_ack&quot; },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 166, name =3D &quot;create_indirect_forward_tunnel_r=
equest&quot; },</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 { type =3D 167, name =3D &quot;create_indirect_forward_tunnel_response&quo=
t; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 168, name =3D &quot;delete_indirect_forward_tunnel_request&quot; },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 169, na=
me =3D &quot;delete_indirect_forward_tunnel_response&quot; },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 170, name =3D &qu=
ot;release_access_bearer_request&quot; },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; { type =3D 171, name =3D &quot;release_access_be=
arer_response&quot; },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; { type =3D 176, name =3D &quot;downlink_data&quot; },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 177, na=
me =3D &quot;downlink_data_ack&quot; },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 179, name =3D &quot;pgw_re=
start&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 180, name =3D &quot;pgw_restart_ack&quot; },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 200, name =3D=
 &quot;update_pdn_request&quot; },</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { type =3D 201, name =3D &quot;update_pdn_response&quot=
; },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 211, name =3D &quot;modify_access_bearer_request&quot; },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 212, name =
=3D &quot;modify_access_bearer_response&quot; },</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 231, name =3D &quot;=
mbms_session_start_request&quot; },</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; { type =3D 232, name =3D &quot;mbms_session_start_resp=
onse&quot; },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 type =3D 233, name =3D &quot;mbms_session_update_request&quot; },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 234, name =
=3D &quot;mbms_session_update_response&quot; },</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; { type =3D 235, name =3D &quot;mbms_sessio=
n_stop_request&quot; },</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; { type =3D 236, name =3D &quot;mbms_session_stop_response&quot; },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">};</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">-- length =3D 0 indicates variable length<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v0_info =3D</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { type =3D 1, name =3D &quot;cause&quot;, len=
gth =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 2, name =3D &quot;imsi&quot;, length =3D 9 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 3, name =3D &quot;rai&qu=
ot;, length =3D 7 },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 4, name =3D &quot;tlli&quot;, length =3D 5 },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 5, name =3D &quo=
t;p_tmsi&quot;, length =3D 5 },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { type =3D 6, name =3D &quot;qos&quot;, length =3D 4 },</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 8, name =3D &quot;recording_required&quot;, length =3D 2 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 9, name =3D &qu=
ot;authentication&quot;, length =3D 29 },</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 11, name =3D &quot;map_cau=
se&quot;, length =3D 2 },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 12, name =3D &quot;p_tmsi_sig&quot;, length =3D 4 },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 13, =
name =3D &quot;ms_validated&quot;, length =3D 2 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 14, name =3D &quot;recover=
y&quot;, length =3D 2 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 15, name =3D &quot;selection_mode&quot;, length =3D 2 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
6, name =3D &quot;flow_label_data_1&quot;, length =3D 3 },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 17, name =3D &quot;f=
low_label_signalling&quot;, length =3D 3 },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 18, name =3D &quot;flow_label_data_=
2&quot;, length =3D 4 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 19, name =3D &quot;ms_unreachable&quot;, length =3D 2 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 127, name =3D &quot;charge_id&quot;, length =3D 5 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 128, name =3D &qu=
ot;end_user_address&quot;, length =3D 0 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 129, name =3D &quot;mm_context&quot;=
, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { type =3D 130, name =3D &quot;pdp_context&quot;, length =3D 0 },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 131, name =
=3D &quot;apn&quot;, length =3D 0 },</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 132, name =3D &quot;protocol_config&quot;,=
 length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { type =3D 133, name =3D &quot;gsn&quot;, length =3D 0 },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 134, name =3D &quot=
;msisdn&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; { type =3D 251, name =3D &quot;charging_gateway_a=
ddr&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 255, name =3D &quot;private_extension&quot=
;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v1_info =3D</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">{</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 1, name =3D &quot;cause&quot;, length =3D =
2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D=
 2, name =3D &quot;imsi&quot;, length =3D 9 },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; { type =3D 3, name =3D &quot;rai&quot;, len=
gth =3D 7 },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 4, name =3D &quot;tlli&quot;, length =3D 5 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 5, name =3D &quot;p_tmsi=
&quot;, length =3D 5 },</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 8, name =3D &quot;recording_required&quot;, l=
ength =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 9, name =3D &quot;authentication&quot;, length =3D 29 },</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
1, name =3D &quot;map_cause&quot;, length =3D 2 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 12, name =3D &quot;p_tmsi_=
sig&quot;, length =3D 4 },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 13, name =3D &quot;ms_validated&quot;, length =3D 2 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
4, name =3D &quot;recovery&quot;, length =3D 2 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 15, name =3D &quot;selecti=
on_mode&quot;, length =3D 2 },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 16, name =3D &quot;teid_1&quot;, length =3D 5 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 17,=
 name =3D &quot;teid_control&quot;, length =3D 5 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 18, name =3D &quot;teid_2&=
quot;, length =3D 6 },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { type =3D 19, name =3D &quot;teardown_ind&quot;, length =3D 2 },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 20, n=
ame =3D &quot;nsapi&quot;, length =3D 2 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 21, name =3D &quot;ranap&quot;, leng=
th =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 22, name =3D &quot;rab_context&quot;, length =3D 10 },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 23, name =3D &qu=
ot;radio_priority_sms&quot;, length =3D 2 },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { type =3D 24, name =3D &quot;radio_priority&=
quot;, length =3D 2 },</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; { type =3D 25, name =3D &quot;packet_flow_id&quot;, length =3D 3 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 26,=
 name =3D &quot;charging_char&quot;, length =3D 3 },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 27, name =3D &quot;trace_r=
ef&quot;, length =3D 3 },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 28, name =3D &quot;trace_type&quot;, length =3D 3 },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 29, =
name =3D &quot;ms_unreachable&quot;, length =3D 2 },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; { &nbsp;type =3D127, name =
=3D &quot;charge_id&quot;, length =3D 5 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 128, name =3D &quot;end_user_address=
&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; { type =3D 129, name =3D &quot;mm_context&quot;, length =3D 0 },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 130, =
name =3D &quot;pdp_context&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 131, name =3D &quot;apn&qu=
ot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 132, name =3D &quot;protocol_config&quot;, length =3D 0 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 133=
, name =3D &quot;gsn&quot;, length =3D 0 },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 134, name =3D &quot;msisdn&quot;, l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 135, name =3D &quot;qos&quot;, length =3D 0 },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 136, name =3D &quot;a=
uthentication_qu&quot;, length =3D 0 },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 137, name =3D &quot;tft&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 138, name =3D &quot;target_id&quot;, length =3D 0 },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 139, name =3D &quot;u=
tran_trans&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 140, name =3D &quot;rab_setup&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 141, name =3D &quot;ext_header&quot;, length =3D 0 },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 142, name =3D &quot;=
trigger_id&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 143, name =3D &quot;omc_id&quot;, length =3D =
0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D=
 144, name =3D &quot;ran_trans&quot;, length =3D 0 },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { type =3D 145, name =3D &quot;pdp_c=
ontext_pri&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 146, name =3D &quot;addi_rab_setup&quot;, len=
gth =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 147, name =3D &quot;sgsn_number&quot;, length =3D 0 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 148, name =3D &=
quot;common_flag&quot;, length =3D 0 },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 149, name =3D &quot;apn_restriction&quo=
t;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { type =3D 150, name =3D &quot;radio_priority_lcs&quot;, length =3D 4 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
51, name =3D &quot;rat_type&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 152, name =3D &quot;user_l=
oc_info&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 153, name =3D &quot;ms_time_zone&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 154, name =3D &quot;imei_sv&quot;, length =3D 0 },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 155, name =3D &quot;cam=
el&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 156, name =3D &quot;mbms_ue_context&quot;, length =3D=
 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 157, name =3D &quot;tmp_mobile_group_id&quot;, length =3D 0 },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 158, name =
=3D &quot;rim_routing_addr&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 159, name =3D &quot;mbms_c=
onfig&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { type =3D 160, name =3D &quot;mbms_service_area&quot;, lengt=
h =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { ty=
pe =3D 161, name =3D &quot;src_rnc_pdcp&quot;, length =3D 0 },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 162, name =3D &q=
uot;addi_trace_info&quot;, length =3D 0 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 163, name =3D &quot;hop_counter&quot=
;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { type =3D 164, name =3D &quot;plmn_id&quot;, length =3D 0 },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 165, name =3D=
 &quot;mbms_session_id&quot;, length =3D 0 },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; { type =3D 166, name =3D &quot;mbms_2g3g_ind=
icator&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 167, name =3D &quot;enhanced_nsapi&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 168, name =3D &quot;mbms_session_duration&quot;, length =3D 0 },</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 169, name=
 =3D &quot;addi_mbms_trace_info&quot;, length =3D 0 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 170, name =3D &quot;mbms=
_session_repetition_num&quot;, length =3D 0 },</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; { type =3D 171, name =3D &quot;mbms_time_to=
_data&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 173, name =3D &quot;bss&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 174, name =3D &quot;cell_id&quot;, length =3D 0 },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 175, name =3D &quot;pdu=
_num&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { type =3D 177, name =3D &quot;mbms_bearer_capab&quot;, length=
 =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { typ=
e =3D 178, name =3D &quot;rim_routing_disc&quot;, length =3D 0 },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 179, name =3D=
 &quot;list_pfc&quot;, length =3D 0 },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 180, name =3D &quot;ps_xid&quot;, length=
 =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { typ=
e =3D 181, name =3D &quot;ms_info_change_report&quot;, length =3D 4 },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 182, nam=
e =3D &quot;direct_tunnel_flags&quot;, length =3D 0 },</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; { type =3D 183, name =3D &quot;corr=
elation_id&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 184, name =3D &quot;bearer_control_mode&quot;=
, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; { type =3D 185, name =3D &quot;mbms_flow_id&quot;, length =3D 0 },</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 186, name=
 =3D &quot;mbms_ip_multicast&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 187, name =3D &quot;mbms_d=
istribution_ack&quot;, length =3D 4 },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 188, name =3D &quot;reliable_inter_rat_h=
andover&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 189, name =3D &quot;rfsp_index&quot;, length =3D=
 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 190, name =3D &quot;fqdn&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 191, name =3D &quot;evolve=
d_allocation1&quot;, length =3D 0 },</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; { type =3D 192, name =3D &quot;evolved_allocation2&qu=
ot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 193, name =3D &quot;extended_flags&quot;, length =3D 0 },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 194,=
 name =3D &quot;uci&quot;, length =3D 0 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 195, name =3D &quot;csg_info&quot;, =
length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 { type =3D 196, name =3D &quot;csg_id&quot;, length =3D 0 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 197, name =3D &qu=
ot;cmi&quot;, length =3D 4 },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 198, name =3D &quot;apn_ambr&quot;, length =3D 0 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 1=
99, name =3D &quot;ue_network&quot;, length =3D 0 },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 200, name =3D &quot;ue_amb=
r&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 201, name =3D &quot;apn_ambr_nsapi&quot;, length =3D 0=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D =
202, name =3D &quot;ggsn_backoff_timer&quot;, length =3D 0 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 203, name =3D &qu=
ot;signalling_priority_indication&quot;, length =3D 0 },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 204, name =3D &quot;si=
gnalling_priority_indication_nsapi&quot;, length =3D 0 },</span></div> <div=
 style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ve=
rdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span =
style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 205, name =3D &quot;h=
igh_bitrate&quot;, length =3D 4 },</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { type =3D 206, name =3D &quot;max_mbr&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { type =3D 251, name =3D &quot;charging_gateway_addr&quot;, length =3D =
0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 255, name =3D &quot;private_extension&quot;, length =3D 0 },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">gtp_v2_info =3D</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 1, name =3D &quot;imsi&quot;, length =3D 0 },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 2, name =3D &quot;caus=
e&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 3, name =3D &quot;recovery&quot;, length =3D 0 },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =
=3D 71, name =3D &quot;apn&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 72, name =3D &quot;ambr&qu=
ot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 73, name =3D &quot;ebi&quot;, length =3D 0 },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 74, name =3D &qu=
ot;ip_addr&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 75, name =3D &quot;mei&quot;, length =3D 0 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 76,=
 name =3D &quot;msisdn&quot;, length =3D 0 },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; { type =3D 77, name =3D &quot;indication&quo=
t;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { type =3D 78, name =3D &quot;pco&quot;, length =3D 0 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 79, name =3D &quo=
t;paa&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { type =3D 80, name =3D &quot;bearer_qos&quot;, length =3D 0 =
},</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 8=
1, name =3D &quot;flow_qos&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 82, name =3D &quot;rat_typ=
e&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 83, name =3D &quot;serving_network&quot;, length =3D 0=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D =
84, name =3D &quot;bearer_tft&quot;, length =3D 0 },</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 85, name =3D &quot;tad&quo=
t;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { type =3D 86, name =3D &quot;uli&quot;, length =3D 0 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 87, name =3D &quo=
t;f_teid&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; { type =3D 88, name =3D &quot;tmsi&quot;, length =3D 0 },<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 89, =
name =3D &quot;cn_id&quot;, length =3D 0 },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 90, name =3D &quot;s103pdf&quot;, l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 91, name =3D &quot;s1udf&quot;, length =3D 0 },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 92, name =3D &quot;d=
elay_value&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; { type =3D 93, name =3D &quot;bearer_context&quot;, leng=
th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { t=
ype =3D 94, name =3D &quot;charging_id&quot;, length =3D 0 },</span></div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 95, name =3D &quo=
t;charging_char&quot;, length =3D 0 },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 96, name =3D &quot;trace_info&quot;, len=
gth =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 97, name =3D &quot;bearer_flag&quot;, length =3D 0 },</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 99, &n=
bsp;name =3D &quot;pdn_type&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 100, name =3D &quot;pti&qu=
ot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; { type =3D 101, name =3D &quot;drx_parameter&quot;, length =3D 0 },</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 103, name =3D &quot;gsm_key_tri&quot;, length =3D 0 },</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <spa=
n style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 104, name =3D &quot=
;umts_key_cipher_quin&quot;, length =3D 0 },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { type =3D 105, name =3D &quot;gsm_key_cipher=
_quin&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; { type =3D 106, name =3D &quot;umts_key_quin&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 107, name =3D &quot;eps_quad&quot;, length =3D 0 },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 108, name =3D &quot;um=
ts_key_quad_quin&quot;, length =3D 0 },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 109, name =3D &quot;pdn_connection&quot=
;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; { type =3D 110, name =3D &quot;pdn_number&quot;, length =3D 0 },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 111, name =
=3D &quot;p_tmsi&quot;, length =3D 0 },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 112, name =3D &quot;p_tmsi_sig&quot;, l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 113, name =3D &quot;hop_counter&quot;, length =3D 0 },</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 114, name =3D=
 &quot;ue_time_zone&quot;, length =3D 0 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 115, name =3D &quot;trace_ref&quot;,=
 length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; { type =3D 116, name =3D &quot;complete_request_msg&quot;, length =3D 0 }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 11=
7, name =3D &quot;guti&quot;, length =3D 0 },</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; { type =3D 118, name =3D &quot;f_container&q=
uot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { type =3D 119, name =3D &quot;f_cause&quot;, length =3D 0 },</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 120, name =
=3D &quot;plmn_id&quot;, length =3D 0 },</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-hei=
ght:normal">&nbsp; &nbsp; { type =3D 121, name =3D &quot;target_id&quot;, l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; { type =3D 123, name =3D &quot;packet_flow_id&quot;, length =3D 0=
 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D =
124, name =3D &quot;rab_contex&quot;, length =3D 0 },</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; { type =3D 125, name =3D &quot;src_r=
nc_pdcp&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; { type =3D 126, name =3D &quot;udp_src_port&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 127, name =3D &quot;apn_restriction&quot;, length =3D 0 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 128, name =3D &=
quot;selection_mode&quot;, length =3D 0 },</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 129, name =3D &quot;src_id&quot;, le=
ngth =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp=
; &nbsp; { type =3D 131, name =3D &quot;change_report_action&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 132, name =3D &quot;fq_csid&quot;, length =3D 0 },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 133, name =3D &quot;cha=
nnel&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; { type =3D 134, name =3D &quot;emlpp_pri&quot;, length =3D 0 }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 13=
5, name =3D &quot;node_type&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 136, name =3D &quot;fqdn&q=
uot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { type =3D 137, name =3D &quot;ti&quot;, length =3D 0 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 138, name =3D &=
quot;mbms_session_duration&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 139, name =3D &quot;mbms_s=
ervice_area&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; { type =3D 140, name =3D &quot;mbms_session_id&quot;, l=
ength =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
{ type =3D 141, name =3D &quot;mbms_flow_id&quot;, length =3D 0 },</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 142, name =
=3D &quot;mbms_ip_multicast&quot;, length =3D 0 },</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; { type =3D 143, name =3D &quot;mbms_d=
istribution_ack&quot;, length =3D 0 },</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; { type =3D 144, name =3D &quot;rfsp_index&quot;, le=
ngth =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; {=
 type =3D 145, name =3D &quot;uci&quot;, length =3D 0 },</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; { type =3D 146, name =3D &quot;cs=
g_info&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; { type =3D 147, name =3D &quot;csg_id&quot;, length =3D 0 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 148=
, name =3D &quot;cmi&quot;, length =3D 0 },</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; { type =3D 149, name =3D &quot;service_indicat=
or&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; { type =3D 150, name =3D &quot;detach_type&quot;, length =3D 0 }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 15=
1, name =3D &quot;ldn&quot;, length =3D 0 },</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; { type =3D 152, name =3D &quot;node_feature&q=
uot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; { type =3D 153, name =3D &quot;mbms_time_to_transfer&quot;, length =
=3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type=
 =3D 154, name =3D &quot;throttling&quot;, length =3D 0 },</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 155, name =3D &quot;=
arp&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; { type =3D 156, name =3D &quot;epc_timer&quot;, length =3D 0 },=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 157=
, name =3D &quot;signalling_priority_indication&quot;, length =3D 0 },</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 158, nam=
e =3D &quot;tmgi&quot;, length =3D 0 },</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; { type =3D 159, name =3D &quot;mm_srvcc&quot;, len=
gth =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { =
type =3D 160, name =3D &quot;flags_srvcc&quot;, length =3D 0 },</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; { type =3D 161, name =3D &=
quot;mmbr&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { type =3D 255, name =3D &quot;private_extensio=
n&quot;, length =3D 0 },</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_gtp =3D</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; { version =3D 0, messages =3D gtp_v0_msg, infos=
 =3D gtp_v0_info },</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; { version =3D 1, messages =3D gtp_v1_msg, infos =3D gtp_v1_info },</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; { version =3D 2, m=
essages =3D gtp_v2_msg, infos =3D gtp_v2_info },</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">------------------------------------------------------------------------=
---</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">-- port_scan defaults</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">--------------------------------=
-------------------------------------------</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">tcp_low_ports =3D { scans =3D &nbsp; 0, rejects =
=3D &nbsp;5, nets =3D &nbsp;25, ports =3D &nbsp;5 }</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">tcp_low_decoy =3D { scans =3D &nbsp; 0, rejects =3D=
 15, nets =3D &nbsp;50, ports =3D 30 }</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">tcp_low_sweep =3D { scans =3D &nbsp; 0, rejects =3D &nbsp;5, nets=
 =3D &nbsp; 5, ports =3D 15 }</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>tcp_low_dist =3D &nbsp;{ scans =3D &nbsp; 0, rejects =3D 15, nets =3D &nbs=
p;50, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">tcp_med_ports =3D { scans =3D 200, rejects =3D 10, nets =3D &nbsp;60, por=
ts =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_med_decoy =3D=
 { scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D 60 }</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">tcp_med_sweep =3D { scans =3D &nbsp;30, r=
ejects =3D &nbsp;7, nets =3D &nbsp; 7, ports =3D 10 }</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">tcp_med_dist =3D &nbsp;{ scans =3D 200, rejects =
=3D 30, nets =3D 120, ports =3D 30 }</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">tcp_hi_ports =3D &nbsp;{ scans =3D 200, rejects =3D &nbsp=
;5, nets =3D 100, ports =3D 10 }</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">tcp_hi_decoy =3D &nbsp;{ scans =3D 200, rejects =3D &nbsp;7, nets =3D 2=
00, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_swe=
ep =3D &nbsp;{ scans =3D &nbsp;30, rejects =3D &nbsp;3, nets =3D &nbsp; 3, =
ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_dist =
=3D &nbsp; { scans =3D 200, rejects =3D &nbsp;5, nets =3D 200, ports =3D 10=
 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_ports =
=3D { scans =3D &nbsp; 0, rejects =3D &nbsp;5, nets =3D &nbsp;25, ports =3D=
 &nbsp;5 }</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_decoy =3D =
{ scans =3D &nbsp; 0, rejects =3D 15, nets =3D &nbsp;50, ports =3D 30 }</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">udp_low_sweep =3D { scans =3D &n=
bsp; 0, rejects =3D &nbsp;5, nets =3D &nbsp; 5, ports =3D 15 }</span></div>=
 <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fami=
ly:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <=
span style=3D"line-height:normal">udp_low_dist =3D &nbsp;{ scans =3D &nbsp;=
 0, rejects =3D 15, nets =3D &nbsp;50, ports =3D 15 }</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">udp_med_ports =3D { scans =3D 200, rejec=
ts =3D 10, nets =3D &nbsp;60, ports =3D 15 }</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">udp_med_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D=
 120, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_=
sweep =3D { scans =3D &nbsp;30, rejects =3D &nbsp;5, nets =3D &nbsp; 5, por=
ts =3D 20 }</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_dist =3D =
&nbsp;{ scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D 30 }</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_hi_ports =3D &nbsp;{ s=
cans =3D 200, rejects =3D &nbsp;3, nets =3D 100, ports =3D 10 }</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">udp_hi_decoy =3D &nbsp;{ scans =3D 200, =
rejects =3D &nbsp;7, nets =3D 200, ports =3D 60 }</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">udp_hi_sweep =3D &nbsp;{ scans =3D &nbsp;30, reject=
s =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D 10 }</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">udp_hi_dist =3D &nbsp; { scans =3D 200, rejects =3D &nb=
sp;3, nets =3D 200, ports =3D 10 }</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">ip_low_proto =3D &nbsp;{ scans =3D &nbsp; 0, rejects =3D 10=
, nets =3D &nbsp;10, ports =3D 50 }</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">ip_low_decoy =3D &nbsp;{ scans =3D &nbsp; 0, rejects =3D 40, nets =
=3D &nbsp;50, ports =3D 25 }</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
ip_low_sweep =3D &nbsp;{ scans =3D &nbsp; 0, rejects =3D 10, nets =3D &nbsp=
;10, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_low_di=
st =3D &nbsp; { scans =3D &nbsp; 0, rejects =3D 15, nets =3D &nbsp;25, port=
s =3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_p=
roto =3D &nbsp;{ scans =3D 200, rejects =3D 10, nets =3D &nbsp;10, ports =
=3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_decoy =3D &nb=
sp;{ scans =3D 200, rejects =3D 40, nets =3D &nbsp;50, ports =3D 25 }</span=
></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">ip_med_sweep =3D &nbsp;{ scans =3D=
 &nbsp;30, rejects =3D 10, nets =3D &nbsp;10, ports =3D 10 }</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">ip_med_dist =3D &nbsp; { scans =3D 200, rej=
ects =3D 15, nets =3D &nbsp;25, ports =3D 50 }</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">ip_hi_proto =3D &nbsp; { scans =3D 200, rejects=
 =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D 10 }</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">ip_hi_decoy =3D &nbsp; { scans =3D 200, rejects =3D &nbs=
p;7, nets =3D &nbsp;15, ports =3D &nbsp;5 }</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">ip_hi_sweep =3D &nbsp; { scans =3D &nbsp;30, rejects =3D &nb=
sp;3, nets =3D &nbsp; 3, ports =3D &nbsp;7 }</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">ip_hi_dist =3D &nbsp; &nbsp;{ scans =3D 200, rejects =3D &n=
bsp;3, nets =3D &nbsp;11, ports =3D 10 }</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">icmp_low_sweep =3D { scans =3D &nbsp; 0, rejects =
=3D &nbsp;5, nets =3D &nbsp; 5, ports =3D &nbsp;5 }</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">icmp_med_sweep =3D { scans =3D &nbsp;20, rejects =
=3D &nbsp;5, nets =3D &nbsp; 5, ports =3D &nbsp;5 }</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">icmp_hi_sweep =3D &nbsp;{ scans =3D &nbsp;10, rejec=
ts =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D &nbsp;5 }</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">default_hi_port_scan =3D</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; protos =3D 'all',</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; scan_types =3D 'all',</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; tcp_window =3D 600,</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; udp_window =3D 600,</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; ip_window =3D 600,</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; icmp_window =3D 600,</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; tcp_po=
rts =3D tcp_hi_ports,</span></div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; tcp_decoy =3D tcp_hi_decoy,</span></div> <div style=3D"direction:ltr=
; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,s=
ans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:no=
rmal">&nbsp; &nbsp; tcp_sweep =3D tcp_hi_sweep,</span></div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">&nbsp; &nbsp; tcp_dist =3D tcp_hi_dist,</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_ports =3D udp_hi_=
ports,</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_deco=
y =3D udp_hi_decoy,</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; udp_sweep =3D udp_hi_sweep,</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; udp_dist =3D udp_hi_dist,</span></div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; ip_proto =3D ip_hi_proto,</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; ip_decoy =3D ip_hi_decoy,=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ip_sweep =3D i=
p_hi_sweep,</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ip_=
dist =3D ip_hi_dist,</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; icmp_sweep =3D icmp_hi_sweep,</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
default_med_port_scan =3D</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; protos =3D 'all'=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; scan_types =
=3D 'all',</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; tcp_window =3D 90,</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; udp_window =3D 90,</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; ip_window =3D 90,</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; icmp_window =3D 90,</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; tcp_ports =3D tcp_med_ports,</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; tcp_decoy =3D tcp_med_decoy,<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; tcp_sweep =3D t=
cp_med_sweep,</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; t=
cp_dist =3D tcp_med_dist,</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; udp_ports =3D udp_med_ports,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; udp_decoy =3D udp_med_decoy,</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_sweep =3D udp_med_s=
weep,</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_dist =
=3D udp_med_dist,</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; ip_proto =3D ip_med_proto,</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; ip_decoy =3D ip_med_decoy,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; ip_sweep =3D ip_med_sweep,</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; ip_dist =3D ip_med_dist,<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; icmp_=
sweep =3D icmp_med_sweep,</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_low_port_sca=
n =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; protos =3D 'all',</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; scan_types =3D 'all',</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; tcp_window =3D 6=
0,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_window =
=3D 60,</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ip_wind=
ow =3D 60,</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; icmp=
_window =3D 60,</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; tcp_ports =3D tcp_low_ports,</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; tcp_decoy =3D tcp_low_decoy,</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; tcp_sweep =3D tcp_low_sweep,</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; tcp_dist =3D tcp_low_d=
ist,</span></div> <div style=3D"direction:ltr; line-height:normal; max-widt=
h:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; col=
or:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
udp_ports =3D udp_low_ports,</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; udp_decoy =3D udp_low_decoy,</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; udp_sweep =3D udp_low_sweep,</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; udp_dist =3D udp_low_dist,</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ip_proto =
=3D ip_low_proto,</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; ip_decoy =3D ip_low_decoy,</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; ip_sweep =3D ip_low_sweep,</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; ip_dist =3D ip_low_dist,</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">&nbsp; &nbsp; icmp_sweep =3D icmp_low_swee=
p,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> =
<div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <s=
pan style=3D"line-height:normal">------------------------------------------=
---------------------------------</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">-- default js_norm configuration</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height=
:normal">------------------------------------------------------------------=
---------</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- ECMASc=
ript Standard Built-in Objects and Functions Names (Identifiers)</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">-- Also, might include other non-specif=
ication identifiers like those</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">-- are part of WebAPI or frameworks</span></div> <div style=3D"direction:=
ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetic=
a,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"=
direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Aria=
l,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"l=
ine-height:normal">default_js_norm_ident_ignore =3D</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; -- GlobalObject.Functions</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; 'eval', 'PerformEval', 'HostEnsureCanCompileStrings',=
 'EvalDeclarationInstantiation',</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'Encode', =
'Decode', 'decodeURI',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; 'decodeURIComponent', 'encodeURI', 'encodeURIComponent',</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Microsoft.JS=
cript.GlobalObject.Functions</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">=
&nbsp; &nbsp; 'CollectGarbage', 'GetHashCode', 'GetObject', 'GetType', 'Mem=
berwiseClone',</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; -- GlobalObject.Constructors</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; 'AggregateError', 'Array', 'ArrayBuffer', 'BigInt',=
 'BitInt64Array', 'BigUint64Array',</span></div> <div style=3D"direction:lt=
r; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:n=
ormal">&nbsp; &nbsp; 'Boolean', 'DataView', 'Date', 'Error', 'EvalError', '=
FinalizationRegistry',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; 'Float32Array', 'Float64Array', 'Function', 'Int8Array', 'Int16Arra=
y', 'Int32Array',</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; 'Map', 'NativeError', 'Number', 'Object', 'Promise', 'Proxy',</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; 'RangeError', 'ReferenceE=
rror', 'RegExp', 'Set', 'SharedArrayBuffer', 'String',</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; 'Symbol', 'SyntaxError', 'TypeError=
', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array',</span></div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; 'Uint32Array', 'URIError', 'WeakMap',=
 'WeakRef', 'WeakSet',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; -- Microsoft.JScript.GlobalObject.Constructors</span></di=
v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fa=
mily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">=
 <span style=3D"line-height:normal">&nbsp; &nbsp; 'ActiveXObject', 'Enumera=
tor', 'VBArray',</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; -- Atomics</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp;=
 &nbsp; 'Atomics', 'WaiterList', 'ValidateIntegerTypedArray', 'ValidateAtom=
icAccess', 'GetWaiterList',</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; 'EnterCriticalSection', 'LeaveCriticalSection', 'AddWaiter', '=
RemoveWaiter', 'RemoveWaiters',</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; 'SuspendAgent', 'NotifyWaiter', 'AtomicReadModifyWrite', '=
ByteListBitwiseOp', 'ByteListEqual',</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; -- JSON</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; 'JSON', 'InternalizeJSONProperty', 'SerializeJSONP=
roperty', 'QuoteJSONString', 'UnicodeEscape',</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; 'SerializeJSONObject','SerializeJSONArray',<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Ma=
th</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Math',</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Reflec=
t</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Reflect',</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Date=
 and Time</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Loca=
lTZA', 'LocalTime', 'UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'TimeClip', '=
TimeString',</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'D=
ateString', 'TimeZoneString', 'ToDateString',</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; -- String</span></div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; 'StringPad', 'GetSubstitution', 'Spli=
tMatch', 'TrimString',</span></div> <div style=3D"direction:ltr; line-heigh=
t:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; f=
ont-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norm=
al">&nbsp; &nbsp; -- RegExp</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; 'RegExpExec', 'RegExpBuiltinExec', 'AdvanceStringIndex', 'RegE=
xpHasFlag',</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height=
:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fo=
nt-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; =
&nbsp; -- TypedArray</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; 'TypedArray', 'TypedArraySpeciesCreate', 'TypedArrayCreate', 'Validat=
eTypedArray',</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; '=
AllocateTypedArray', 'InitializeTypedArrayFromTypedArray',</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; 'InitializeTypedArrayFromArrayB=
uffer', 'InitializeTypedArrayFromList',</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; 'InitializeTypedArrayFromArrayLike', 'AllocateType=
dArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; -- ArrayBuffer</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbs=
p; &nbsp; 'AllocateArrayBuffer', 'IsDetachedBuffer', 'DetachArrayBuffer', '=
CloneArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:no=
rmal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-=
size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nb=
sp; 'IsUnsignedElementType', 'IsUnclampedIntegerElementType', 'IsBigIntElem=
entType',</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'IsNo=
TearConfiguration', 'RawBytesToNumeric', 'GetValueFromBuffer', 'NumericToRa=
wBytes',</span></div> <div style=3D"direction:ltr; line-height:normal; max-=
width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;=
 color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'SetVa=
lueInBuffer', 'GetModifySetValueInBuffer',</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div styl=
e=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana=
,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; -- SharedArrayBuffer</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; 'AllocateSharedArrayBuffer', 'I=
sSharedArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; -- DataView</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; 'GetViewValue', 'SetViewValue', 'getDataView',</span></div> <d=
iv style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:=
Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br>=
 </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fo=
nt-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0=
,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- WeakRef</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; 'WeakRefDeref',</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Promise</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'IfAbruptRejectPr=
omise', 'CreateResolvingFunctions', 'FulfillPromise', 'NewPromiseCapability=
',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'IsPromise',=
 'RejectPromise', 'TriggerPromiseReactions', 'HostPromiseRejectionTracker',=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'NewPromiseRea=
ctionJob', 'NewPromiseResolveThenableJob', 'GetPromiseResolve',</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; 'PerformPromiseAll', 'Perf=
ormPromiseAllSettled', 'PerformPromiseAny', 'PerformPromiseRace',</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; 'PromiseResolve', 'Perfo=
rmPromiseThen',</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; -- GeneratorFunction</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; 'GeneratorFunction', 'AsyncGeneratorFunction',</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Generator</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Generator', 'Gene=
ratorStart', 'GeneratorValidate', 'GeneratorResume', 'GeneratorResumeAbrupt=
',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'GetGenerato=
rKind', 'GeneratorYield', 'Yield', 'CreateIteratorFromClosure',</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- AsyncGenerato=
r</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'AsyncGenerat=
or', 'AsyncGeneratorStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolv=
e',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'AsyncGener=
atorReject', 'AsyncGeneratorResumeNext', 'AsyncGeneratorEnqueue',</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; 'AsyncGeneratorYield', '=
CreateAsyncIteratorFromClosure',</span></div> <div style=3D"direction:ltr; =
line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,san=
s-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; -- AsyncFunction</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; 'AsyncFunction', 'AsyncFunctionStart',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- WebAPI</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'console', 'docu=
ment',</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp=
; -- Misc</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'argu=
ments', 'CreateDynamicFunction', 'HostHasSourceTextAvailable', 'SymbolDescr=
iptiveString',</span></div> <div style=3D"direction:ltr; line-height:normal=
; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size=
:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; =
'IsConcatSpreadable', 'FlattenIntoArray', 'SortCompare', 'AddEntriesFromIte=
rable',</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Create=
MapIterator', 'CreateSetIterator', 'EventSet', 'SharedDataBlockEventSet',</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'HostEventSet', =
'ComposeWriteEventBytes', 'ValueOfReadEvent', 'escape', 'unescape',</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'CreateHTML',</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Adobe Acro=
bat</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'addAnnot',=
 'bookmarkRoot', 'calculateNow', 'closeDoc', 'createDataObject', 'docID',</=
span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%=
; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb=
(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'exportAsFDF', '=
exportAsFDFStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRichMedia',</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'getField', 'getL=
egalWarnings', 'getNthFieldName', 'getOCGs', 'openDataObject', 'removeField=
',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'removeLinks=
', 'modDate', 'scroll', 'setAction', 'setPageAction', 'submitForm', 'syncAn=
notScan',</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'Coll=
ab', 'Net', 'Rendition', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'spel=
l', 'util'</span></div> <div style=3D"direction:ltr; line-height:normal; ma=
x-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10p=
t; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">default_js_norm_prop_ignore =3D</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"dir=
ection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,H=
elvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line=
-height:normal">&nbsp; &nbsp; -- Object</span></div> <div style=3D"directio=
n:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvet=
ica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heig=
ht:normal">&nbsp; &nbsp; 'constructor', 'prototype', '__proto__', '__define=
Getter__', '__defineSetter__',</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; '__lookupGetter__', '__lookupSetter__', '__count__', '__noS=
uchMethod__', '__parent__',</span></div> <div style=3D"direction:ltr; line-=
height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-ser=
if; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&=
nbsp; &nbsp; 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'to=
LocaleString', 'toString',</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&n=
bsp; &nbsp; 'toSource', 'valueOf', 'getNotifier', 'eval', 'observe', 'unobs=
erve', 'watch', 'unwatch',</span></div> <div style=3D"direction:ltr; line-h=
eight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-seri=
f; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; -- Function</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; 'arguments', 'arity', 'caller', 'length', 'name', 'displ=
ayName', 'apply', 'bind', 'call',</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:nor=
mal">&nbsp; &nbsp; 'isGenerator',</span></div> <div style=3D"direction:ltr;=
 line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sa=
ns-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"dire=
ction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,He=
lvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-=
height:normal">&nbsp; &nbsp; -- Number</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; 'toExponential', 'toFixed', 'toPrecision',</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- String</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'at', 'charAt', 'c=
harCodeAt', 'codePointAt', 'concat', 'includes', 'endWith', 'indexOf',</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'lastIndexOf', 'loc=
aleCompare', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'repeat', 'replace', =
'replaceAll', 'search', 'slice', 'split', 'startsWith', 'substring',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'toLocaleLowerCase', =
'toLocaleUpperCase', 'toLowerCase', 'toUpperCase', 'trim', 'trimStart',</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'trimEnd',</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- RegExp</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'flags', 'dotAll'=
, 'global', 'hasIndices', 'ignoreCase', 'multiline', 'source', 'sticky',</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'unicode', 'lastI=
ndex', 'compile', 'exec', 'test', 'input', 'lastMatch', 'lastParen',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'leftContext', 'right=
Context',</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; -- Array</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; '=
copyWithin', 'entries', 'every', 'fill', 'filter', 'find', 'findIndex', 'fl=
at', 'flatMap',</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 'forEach', 'groupBy', 'groupByToMap', 'join', 'keys', 'map', 'pop', &nbsp;=
'push', 'reduce',</span></div> <div style=3D"direction:ltr; line-height:nor=
mal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-s=
ize:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbs=
p; 'reduceRight', 'reverse', 'shift', 'unshift', 'some', 'sort', 'splice',<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Ge=
nerator</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'next',=
 'return', 'throw',</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; -- EventTarget</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>&nbsp; &nbsp; 'addEventListener', 'dispatchEvent', 'removeEventListener',<=
/span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100=
%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rg=
b(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- No=
de</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:=
100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color=
:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'childNodes'=
, 'nodeValue', 'ownerDocument', 'parentElement', 'textContent', 'appendChil=
d',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'cloneNode'=
, 'insertBefore', 'removeChild', 'replaceChild',</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; -- Element</span></div> <div st=
yle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verda=
na,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span sty=
le=3D"line-height:normal">&nbsp; &nbsp; 'innerHTML', 'msRegionOverflow', 'o=
penOrClosedShadowRoot', 'outerHTML', 'part', 'shadowRoot',</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span=
 style=3D"line-height:normal">&nbsp; &nbsp; 'after', 'append', 'attachShado=
w', 'before', 'closest', 'createShadowRoot', 'getAttribute',</span></div> <=
div style=3D"direction:ltr; line-height:normal; max-width:100%; font-family=
:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <sp=
an style=3D"line-height:normal">&nbsp; &nbsp; 'getAttributeNode', 'getAttri=
buteNodeNS', 'getAttributeNS', 'getElementsByClassName',</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; 'getElementsByTagName', 'getEleme=
ntsByTagNameNS', 'insertAdjacentElement', 'insertAdjacentHTML',</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; 'insertAdjacentText', 'pre=
pend', 'querySelector', 'querySelectorAll', 'releasePointerCapture',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'remove', 'removeAttr=
ibute', 'removeAttributeNode', 'removeAttributeNS', 'replaceChildren',</spa=
n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; f=
ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,=
0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'replaceWith', 'set=
Attribute', 'setAttributeNode', 'setAttributeNodeNS', 'setAttributeNS',</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'setCapture', 'set=
HTML', 'setPointerCapture', 'toggleAttribute',</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; -- HTMLElement</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; 'contentEditable', 'contextMenu',=
 'dataset', 'dir', 'enterKeyHint', 'hidden', 'inert',</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; 'innerText', 'lang', 'nonce', 'outer=
Text', 'style', 'tabIndex', 'title',</span></div> <div style=3D"direction:l=
tr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica=
,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:=
normal">&nbsp; &nbsp; 'attachInternals',</span></div> <div style=3D"directi=
on:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">&nbsp; &nbsp; -- Promise</span></div> <div style=3D=
"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,Ari=
al,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"=
line-height:normal">&nbsp; &nbsp; 'catch', 'finally',</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">&nbsp; &nbsp; -- Misc</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">&nbsp; &nbsp; 'ExportStyle', 'callee',</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; -- Adobe Acro=
bat</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'activated'=
, 'addAnnot', 'addLink', 'annot', 'attachIcon', 'begin', 'bookmarkRoot',</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'borderColor', 'b=
orderStyle', 'buttonGetIcon', 'calculate', 'calculateNow', 'callAS',</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'children', 'close', =
'closeDoc', 'commitOnSelChange', 'createChild', 'createDataObject', 'data',=
</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:10=
0%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:r=
gb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'dataObjects',=
 'destroy', 'doc', 'docID', 'end', 'execute', 'exportAsFDF', 'exportAsFDFSt=
r',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'exportData=
Object', 'exportValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedi=
a',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width=
:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; colo=
r:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'getField',=
 'getLegalWarnings', 'getNthFieldName', 'getOCGs', 'getPageBox', 'openDataO=
bject',</span></div> <div style=3D"direction:ltr; line-height:normal; max-w=
idth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; =
color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'getPro=
ps', 'inReplyTo', 'layout', 'media', 'modDate', 'newPlayer', 'objectMetadat=
a', 'page',</span></div> <div style=3D"direction:ltr; line-height:normal; m=
ax-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10=
pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; 'po=
int', 'points', 'popupOpen', 'popupRect', 'print', 'println', 'qSilence', '=
query', 'rect',</span></div> <div style=3D"direction:ltr; line-height:norma=
l; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp;=
 'removeField', 'removeLinks', 'reset', 'resetForm', 'richText', 'rotate', =
'saveAs', 'scroll',</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; 'setAction', 'setFocus', 'setIntent', 'setItems', 'setPageAction', 'se=
tPersistent', 'setProps',</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; 'show', 'state', 'stateModel', 'streamFromString', 'stringFromSt=
ream', 'submitForm',</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; 'syncAnnotScan', 'talk', 'text', 'toggleNoView', 'type', 'userName', =
'value', 'width', 'xfa'</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</sp=
an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; =
font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0=
,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">default_js_norm =3D</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"di=
rection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,=
Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"lin=
e-height:normal">&nbsp; &nbsp; -- params not specified here get internal de=
faults</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; ident_ig=
nore =3D default_js_norm_ident_ignore,</span></div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp; &nbsp; prop_ignore =3D default_js_norm_prop_ignore,</span>=
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdana,=
Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=
=3D"line-height:normal">---------------------------------------------------=
------------------------</span></div> <div style=3D"direction:ltr; line-hei=
ght:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif;=
 font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- d=
efault whitelist</span></div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">------------=
---------------------------------------------------------------</span></div=
> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-fam=
ily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> =
<span style=3D"line-height:normal">default_whitelist =3D</span></div> <div =
style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Ver=
dana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span s=
tyle=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; li=
ne-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-=
serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal=
">&nbsp; &nbsp; ftp_command_specs default_ftp_server smtp_default_alt_max_c=
ommand_lines</span></div> <div style=3D"direction:ltr; line-height:normal; =
max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; de=
fault_smtp http_methods sip_requests telnet_commands default_wizard</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; default_references def=
ault_classifications gtp_v0_msg gtp_v1_msg gtp_v2_msg</span></div> <div sty=
le=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verdan=
a,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span styl=
e=3D"line-height:normal">&nbsp; &nbsp; gtp_v0_info gtp_v1_info gtp_v2_info =
default_gtp tcp_low_ports</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; tcp_low_decoy tcp_low_sweep tcp_low_dist tcp_med_ports</span></d=
iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-f=
amily:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"=
> <span style=3D"line-height:normal">&nbsp; &nbsp; tcp_med_decoy tcp_med_sw=
eep tcp_med_dist tcp_hi_ports tcp_hi_decoy</span></div> <div style=3D"direc=
tion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Hel=
vetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-h=
eight:normal">&nbsp; &nbsp; tcp_hi_sweep tcp_hi_dist udp_low_ports udp_low_=
decoy udp_low_sweep</span></div> <div style=3D"direction:ltr; line-height:n=
ormal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font=
-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &n=
bsp; udp_low_dist udp_med_ports udp_med_decoy udp_med_sweep udp_med_dist</s=
pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%;=
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(=
0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; udp_hi_ports udp_=
hi_decoy udp_hi_sweep udp_hi_dist ip_low_proto</span></div> <div style=3D"d=
irection:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial=
,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"li=
ne-height:normal">&nbsp; &nbsp; ip_low_decoy ip_low_sweep ip_low_dist ip_me=
d_proto ip_med_decoy</span></div> <div style=3D"direction:ltr; line-height:=
normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; fon=
t-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &=
nbsp; ip_med_sweep ip_med_dist ip_hi_proto ip_hi_decoy ip_hi_sweep</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">&nbsp; &nbsp; ip_hi_dist icmp_low_swe=
ep icmp_med_sweep icmp_hi_sweep</span></div> <div style=3D"direction:ltr; l=
ine-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans=
-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:norma=
l">&nbsp; &nbsp; default_hi_port_scan default_med_port_scan default_low_por=
t_scan</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; default_=
variables netflow_versions default_js_norm_ident_ignore</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">&nbsp; &nbsp; default_js_norm_prop_ignore defaul=
t_js_norm</span></div> <div style=3D"direction:ltr; line-height:normal; max=
-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <di=
v style=3D"direction:ltr; line-height:normal; max-width:100%; font-family:V=
erdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> =
</div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> <span style=3D"line-height:normal">snort_whitelist_append(default_whit=
elist)</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:norm=
al; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-si=
ze:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">outputs =3D =
{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; alert_fast =
=3D {</span></div> <div style=3D"direction:ltr; line-height:normal; max-wid=
th:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; co=
lor:rgb(0,0,0)"> <span style=3D"line-height:normal">file =3D true,</span></=
div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-=
family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)=
"> <span style=3D"line-height:normal">filename =3D &quot;/var/log/snort/sno=
rt.log&quot;,</span></div> <div style=3D"direction:ltr; line-height:normal;=
 max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:=
10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; }=
,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:1=
00%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:=
rgb(0,0,0)"> <span style=3D"line-height:normal">&nbsp; &nbsp; alert_console=
 =3D {</span></div> <div style=3D"direction:ltr; line-height:normal; max-wi=
dth:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; c=
olor:rgb(0,0,0)"> <span style=3D"line-height:normal">file =3D true,</span><=
/div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font=
-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0=
)"> <span style=3D"line-height:normal">&nbsp; &nbsp; },</span></div> <div s=
tyle=3D"direction:ltr; line-height:normal; max-width:100%; font-family:Verd=
ana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span st=
yle=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line=
-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-se=
rif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction=
:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helveti=
ca,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-heigh=
t:normal">&nbsp;ips =3D {</span></div> <div style=3D"direction:ltr; line-he=
ight:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif=
; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">&nb=
sp; &nbsp; rules =3D [[</span></div> <div style=3D"direction:ltr; line-heig=
ht:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; =
font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">inclu=
de /usr/local/etc/snort/rules/local.rules</span></div> <div style=3D"direct=
ion:ltr; line-height:normal; max-width:100%; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-he=
ight:normal">&nbsp; &nbsp; ]]</span></div> <div style=3D"direction:ltr; lin=
e-height:normal; max-width:100%; font-family:Verdana,Arial,Helvetica,sans-s=
erif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"=
>}</span></div> <div style=3D"direction:ltr; font-family:Verdana,Arial,Helv=
etica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=
=3D"direction:ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"margin-top:10px; margi=
n-bottom:10px; border-top:1px solid rgb(204,204,204)"> </div> <div style=3D=
"direction:ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1=
0pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-famil=
y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> --=
-- On Wed, 08 Jan 2025 09:19:23 -0600 <a href=3D"mailto:[email protected]" t=
arget=3D"_blank"> [email protected]</a>&lt;<a href=3D"mailto:[email protected]=
m" target=3D"_blank">[email protected]</a>&gt; wrote ----</div> <div style=
=3D"direction:ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-siz=
e:10pt; color:rgb(0,0,0)"> <br> </div> <blockquote style=3D"margin-left:0px=
"> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot;,monospa=
ce; font-size:12pt; color:rgb(0,0,0)"> Can you share the config you are usi=
ng?</div> <div style=3D"direction:ltr; font-family:&quot;Courier New&quot;,=
monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"dir=
ection:ltr; font-family:&quot;Courier New&quot;,monospace; font-size:12pt; =
color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_x_x_x_1159414911Signature" =
class=3D"x_x_x_x_x_x_1159414911elementToProof"> <p style=3D"line-height:nor=
mal; margin:0px; font-family:Courier; font-size:16px; color:rgb(30,73,125)"=
> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:0px; font-=
family:Courier; font-size:15px; color:rgb(127,127,127)"> <span style=3D"fon=
t-size:16px; color:rgb(153,153,153)">Email: </span><span style=3D"font-size=
:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:[email protected]" id=3D"=
x_x_x_x_1612152773OWAd8579170-05eb-f3dc-bb7a-abaffe5cd9dd" class=3D"x_x_x_x=
_x_x_1159414911OWAAutoLink" 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)">&nbsp;</span></p> </div> <d=
iv id=3D"x_x_x_x_x_x_1159414911appendonsend"></div> <hr style=3D"direction:=
ltr; display:inline-block; width:98%"> <div id=3D"x_x_x_x_x_x_1159414911div=
RplyFwdMsg" dir=3D"ltr"><span style=3D"font-family:Calibri,sans-serif; font=
-size:11pt; color:rgb(0,0,0)"><b>From:</b>&nbsp;Snort-users &lt;<a href=3D"=
mailto:[email protected]" id=3D"x_x_x_x_1612152773OWA1b1d=
96b2-72da-0d8c-f448-e2cd2a67c126" class=3D"x_x_x_x_1612152773OWAAutoLink" t=
arget=3D"_blank">[email protected]</a>&gt;  on behalf of =
Jacko B via Snort-users &lt;<a href=3D"mailto:[email protected]" =
id=3D"x_x_x_x_1612152773OWA26aca7f4-40b8-06aa-93d7-433650fcbdce" class=3D"x=
_x_x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]=
</a>&gt;<br> <b>Sent:</b>&nbsp;Tuesday, January 7, 2025 10:08 AM<br> <b>To:=
</b>&nbsp;Snort users &lt;<a href=3D"mailto:[email protected]" id=
=3D"x_x_x_x_1612152773OWAba76db07-6bad-1332-674e-5812ea5913eb" class=3D"x_x=
_x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]</=
a>&gt;<br> <b>Subject:</b>&nbsp;[Snort-users] Log trouble</span> <div>&nbsp=
;</div> </div> <div style=3D"direction:ltr; font-family:Verdana,Arial,Helve=
tica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> Hello everyone, I was w=
ondering if anyone had any suggestions for some logging trouble I am having=
. I am using snort++ version 3.6.0.0</div> <div style=3D"direction:ltr; fon=
t-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,=
0)"> After installing I tried to set up logs for alerts to output to. I wan=
ted to 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=
 successfully but I can't seem to log  anything. I added a custom rule for =
testing purposes that alert &quot;any any ip&quot; and finally today I was =
able to trigger an alert but still no logs. I am willing to use an alternat=
ive logging mechanism at this point but figured I would reach out for help =
first.  I can send pics of my configuration and I appreciate any and all he=
lp.</div> <div style=3D"direction:ltr; font-family:Verdana,Arial,Helvetica,=
sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"di=
rection:ltr; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt=
; color:rgb(0,0,0)"> <br> </div> </blockquote> <div style=3D"direction:ltr"=
><br> </div> </div> </blockquote> </div> <br> </div> </div> </blockquote> <=
/div> <br> </div> </div> </body> </html>  --_000_BL3PR11MB5715DA5E2E8799D8D=
CA16593DA1F2BL3PR11MB5715namp_-- Content-Type: text/plain; charset=3D"us-as=
cii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition:=
 inline  _______________________________________________ Snort-users mailin=
g list [email protected] Go to this URL to change user options or=
 unsubscribe: https://lists.snort.org/mailman/listinfo/snort-users  =C2=A0=
=C2=A0=C2=A0=C2=A0To unsubscribe, send an email to: =C2=A0=C2=A0=C2=A0=C2=
[email protected]  Please visit http://blog.snort.org to=
 stay current on all the latest Snort news!  Please follow these rules: htt=
ps://snort.org/faq/what-is-the-mailing-list-etiquette =20
       =20
       =20

   =20
   =20


------=_Part_212101_1253747535.1736815959545
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>Problem solved.</div><div><div>In my=
 lua config I have&nbsp;</div><div><br></div><div>alert_syslog =3D { }</div=
><div><br></div><div>I made a custom rule that triggered for any ip traffic=
, started Firefox to produce ip traffic, then stopped snort once I knew my =
alert had triggered.&nbsp;</div><div><br></div><div>I then ran this command=
</div><div>sudo journalctl | grep -i "snort\\["</div><div><br></div><div>It=
 is logging to the journal which in my case will work. Thank you for all th=
e help.&nbsp;</div></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; margin-bottom: 10px; line-height=
: 0px;"></div> <br> <div class=3D"replyHeader">---- On Sun, 12 Jan 2025 19:=
34:11 -0600  [email protected]&lt;[email protected]&gt;=
 wrote ----</div><div><br></div><blockquote style=3D"border-left: 0px; padd=
ing-left: 0px; margin-left: 0px;"> <meta content=3D"text/html; charset=3Dus=
-ascii">=20
<style style=3D"display: none">div.zm_1409196339406756461_parse_54840924982=
91813920 P { margin-top: 0; margin-bottom: 0 }</style>=20
=20
<div dir=3D"ltr" class=3D"zm_1409196339406756461_parse_5484092498291813920"=
>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
Enable the logging first without specifying a file. Run a test and see if i=
t logs. Then you can go from there.</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
You can get some help with the module options by running snort --help modul=
e "module name".</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_848707084elementToProof" style=3D"font-family: &quot;Courie=
r New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_848707084Signature" class=3D"x_848707084elementToProof">=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]" style=3D"color: rgb(128, 27, 128); margin-top: 0px; mar=
gin-bottom: 0px" target=3D"_blank">[email protected]</a></u></span><span sty=
le=3D"font-size: 16px; color: rgb(79, 129, 189)">&nbsp;</span></p>=20
</div>=20
<div id=3D"x_848707084appendonsend"></div>=20
<hr style=3D"display: inline-block; width: 98%">=20
<div id=3D"x_848707084divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, san=
s-serif" style=3D"font-size: 11pt" color=3D"#000000"><b>From:</b> Al Lewis =
(allewi) &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">allewi@c=
isco.com</a>&gt;<br>=20
<b>Sent:</b> Sunday, January 12, 2025 8:30 PM<br>=20
<b>To:</b> Jacko B &lt;<a href=3D"mailto:[email protected]" target=3D"_b=
lank">[email protected]</a>&gt;<br>=20
<b>Cc:</b> Snort users &lt;<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</font>=20
<div>&nbsp;</div>=20
</div>=20
<style style=3D"display: none">div.zm_1409196339406756461_parse_54840924982=
91813920 p { margin-top: 0; margin-bottom: 0 }</style>=20
<div dir=3D"ltr">=20
<div class=3D"x_elementToProof" style=3D"font-family: &quot;Courier New&quo=
t;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
Remove the "alert console" and just use the file logging.</div>=20
<div class=3D"x_elementToProof" style=3D"font-family: &quot;Courier New&quo=
t;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_elementToProof" style=3D"font-family: &quot;Courier New&quo=
t;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_Signature" class=3D"x_elementToProof">=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]" style=3D"color: rgb(128, 27, 128); margin-top: 0px; mar=
gin-bottom: 0px" target=3D"_blank">[email protected]</a></u></span><span sty=
le=3D"font-size: 16px; color: rgb(79, 129, 189)">&nbsp;</span></p>=20
</div>=20
<div id=3D"x_appendonsend"></div>=20
<hr style=3D"display: inline-block; width: 98%">=20
<div id=3D"x_divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, sans-serif" =
color=3D"#000000" style=3D"font-size: 11pt"><b>From:</b> Jacko B &lt;<a hre=
f=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a=
>&gt;<br>=20
<b>Sent:</b> Sunday, January 12, 2025 7:40 PM<br>=20
<b>To:</b> Al Lewis (allewi) &lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Cc:</b> Snort users &lt;<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</font>=20
<div>&nbsp;</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><br>=20
</div>=20
<div><br>=20
</div>=20
<div>I am able to get the alerts to log in the terminal but I cannot seem t=
o get them to log to a file. For example /var/log/snort</div>=20
<div><br>=20
</div>=20
<div>Is snort 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 figu=
re this out for a while and I appreciate the help.&nbsp;</div>=20
<br>=20
</div>=20
<div class=3D"x_x_zmail_extra_hr" style=3D"border-top-width: 1px; border-to=
p-style: solid; border-top-color: rgb(204, 204, 204); min-height: 0px; marg=
in-top: 10px; margin-bottom: 10px; line-height: 0px">=20
</div>=20
<br>=20
<div class=3D"x_x_replyHeader">---- On Wed, 08 Jan 2025 21:06:02 -0600 Al L=
ewis (allewi)&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">alle=
[email protected]</a>&gt; 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=3Dus-ascii">=20
<style style=3D"display: none">div.zm_1409196339406756461_parse_54840924982=
91813920 div.x_x_zm_5271370164670993736_parse_6124147626900794347 p { margi=
n-top: 0; margin-bottom: 0 }</style>=20
<div dir=3D"ltr" class=3D"x_x_zm_5271370164670993736_parse_6124147626900794=
347">=20
<div class=3D"x_x_x_496587064elementToProof" style=3D"font-family: &quot;Co=
urier New&quot;, 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_x_x_496587064elementToProof" style=3D"font-family: &quot;Co=
urier New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_x_x_496587064elementToProof" style=3D"font-family: &quot;Co=
urier New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_x_496587064Signature" class=3D"x_x_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_x_x_496587064OWA98b70255-4a24-6fb8-8d47-1955f5a=
f2dd1" class=3D"x_x_x_496587064OWAAutoLink" target=3D"_blank" style=3D"colo=
r: 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)">&n=
bsp;</span></p>=20
</div>=20
<div id=3D"x_x_x_496587064appendonsend"></div>=20
<hr style=3D"display: inline-block; width: 98%">=20
<div id=3D"x_x_x_496587064divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri,=
 sans-serif" color=3D"#000000" style=3D"font-size: 11pt"><b>From:</b> Jacko=
 B &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@zo=
homail.com</a>&gt;<br>=20
<b>Sent:</b> Wednesday, January 8, 2025 8:25 PM<br>=20
<b>To:</b> Al Lewis (allewi) &lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Cc:</b> Snort users &lt;<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Subject:</b> Re: [Snort-users] Log trouble</font>=20
<div>&nbsp;</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">-- &nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; }</s=
pan></div>=20
<div style=3D"max-width: 100%; line-height: normal !important"><span style=
=3D"visibility: visible; line-height: normal !important">&nbsp; &nbsp; 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">&nbsp; &nbsp; }</s=
pan></div>=20
</div>=20
<br>=20
</div>=20
<div class=3D"x_x_x_zmail_extra_hr" style=3D"border-top-width: 1px; border-=
top-style: solid; border-top-color: rgb(204, 204, 204); min-height: 0px; ma=
rgin-top: 10px; margin-bottom: 10px; line-height: 0px">=20
</div>=20
<br>=20
<div class=3D"x_x_x_replyHeader">---- On Wed, 08 Jan 2025 12:13:45 -0600 Al=
 Lewis (allewi)&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">al=
[email protected]</a>&gt; 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_1409196339406756461_parse_54840924982=
91813920 div.x_x_zm_5271370164670993736_parse_6124147626900794347 div.x_x_x=
_zm_444372666139586490_parse_4795833495057976243 p { margin-top: 0; margin-=
bottom: 0 }</style>=20
<div dir=3D"ltr" class=3D"x_x_x_zm_444372666139586490_parse_479583349505797=
6243">=20
<div class=3D"x_x_x_x_1612152773elementToProof" style=3D"font-family: &quot=
;Courier New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
Meaning the alert sections should be top level and not nested under another=
 section.&nbsp;</div>=20
<div class=3D"x_x_x_x_1612152773elementToProof" style=3D"font-family: &quot=
;Courier New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div class=3D"x_x_x_x_1612152773elementToProof" style=3D"font-family: &quot=
;Courier New&quot;, monospace; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_x_x_1612152773Signature" class=3D"x_x_x_x_1612152773elementT=
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_x_x_1612152773OWAf960989f-b675-9d8e-27db-b8ee=
5d01a874" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank" style=
=3D"color: rgb(128, 27, 128); margin-top: 0px; margin-bottom: 0px">allewi@c=
isco.com</a></u></span><span style=3D"font-size: 16px; color: rgb(79, 129, =
189)">&nbsp;</span></p>=20
</div>=20
<div id=3D"x_x_x_x_1612152773appendonsend"></div>=20
<div style=3D"font-family: &quot;Courier New&quot;, 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_x_x_1612152773divRplyFwdMsg" dir=3D"ltr"><span style=3D"font=
-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0)"><b>From=
:</b>&nbsp;Snort-users &lt;<a href=3D"mailto:[email protected]=
t.org" target=3D"_blank">[email protected]</a>&gt;=20
 on behalf of Al Lewis (allewi) via Snort-users &lt;<a href=3D"mailto:snort=
[email protected]" target=3D"_blank">[email protected]</a>&g=
t;<br>=20
<b>Sent:</b>&nbsp;Wednesday, January 8, 2025 12:54 PM<br>=20
<b>To:</b>&nbsp;Jacko B &lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Cc:</b>&nbsp;Snort users &lt;<a href=3D"mailto:[email protected]=
rg" target=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Subject:</b>&nbsp;Re: [Snort-users] Log trouble</span>=20
<div>&nbsp;</div>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
I think you have the alert section under&nbsp;the "output" section (alert_f=
ast and alert_console) which doesn't look correct.</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
I am referring&nbsp;to this:</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
outputs =3D {</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
&nbsp; &nbsp; alert_fast =3D {</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
file =3D true,</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, 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: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
&nbsp; &nbsp; },</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
&nbsp; &nbsp; alert_console =3D {</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
file =3D true,</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
&nbsp; &nbsp; },</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
}</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, 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: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_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_x_x_1612152773OWA66c5270e-3c14-9691-ca3e-9cf9=
15061d19" class=3D"x_x_x_x_OWAAutoLink" target=3D"_blank" style=3D"color: r=
gb(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)">&nbsp;=
</span></p>=20
</div>=20
<div id=3D"x_x_x_x_appendonsend"></div>=20
<hr style=3D"direction: ltr; display: inline-block; width: 98%">=20
<div id=3D"x_x_x_x_divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-family: C=
alibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0)"><b>From:</b>&nbsp=
;Jacko B &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">rojo=
[email protected]</a>&gt;<br>=20
<b>Sent:</b>&nbsp;Wednesday, January 8, 2025 11:24 AM<br>=20
<b>To:</b>&nbsp;Al Lewis (allewi) &lt;<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Cc:</b>&nbsp;Snort users &lt;<a href=3D"mailto:[email protected]=
rg" target=3D"_blank">[email protected]</a>&gt;<br>=20
<b>Subject:</b>&nbsp;Re: [Snort-users] Log trouble</span>=20
<div>&nbsp;</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">-- &nbsp; &nbsp; 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&amp;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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; 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">&nbsp; &nbsp; {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; 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">&nbsp; &nbsp; {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; }</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { command =3D 'ALLO', len=
gth =3D 200, format =3D '&lt; int [ char R int ] &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'EPRT', len=
gth =3D 400, format =3D '&lt; extd_host_port &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'EPSV', for=
mat =3D "&lt; [ { '1' | '2' | 'ALL' } ] &gt;" },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'LPRT', len=
gth =3D 400, format =3D '&lt; long_host_port &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'MACB', for=
mat =3D '&lt; string &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'MDTM', for=
mat =3D '&lt; [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string &gt;' },</span></div=
>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'MODE', for=
mat =3D '&lt; char ASBCZ &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'PORT', len=
gth =3D 400, format =3D '&lt; host_port &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'PROT', for=
mat =3D '&lt; char CSEP &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'STRU', for=
mat =3D '&lt; char FRPO [ string ] &gt;' },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; { command =3D 'TYPE', for=
mat =3D '&lt; { char AE [ char NTC ] | char I | char L [ number ] } &gt;' }=
</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '|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">&nbsp; &nbsp; '|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">&nbsp; &nbsp; '|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">&nbsp; &nbsp; '|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">&nbsp; &nbsp; '|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">&nbsp; &nbsp; 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">&nbsp; &nbsp; {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; 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">&nbsp; &nbsp; {</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; &nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; { 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_x_x_1612152773OWA3373a3c5-9d53-c6c0-43=
93-7c943186cb6e" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">=
http://www.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">&nbsp; &nbsp; { name =3D 'cve', &nbsp; =
&nbsp; &nbsp; 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_x_x_1612152=
773OWA35e37b4d-5659-3a1d-2fdf-397da58bd403" class=3D"x_x_x_x_1612152773OWAA=
utoLink" 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">&nbsp; &nbsp; { 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_x_x_1612152773OWA17bc3632-3646-22c1-04b2-6d=
6fd6949f64" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">http:=
//www.whitehats.com/info/IDS</a></u></span><span style=3D"line-height: norm=
al">'=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">&nbsp; &nbsp; { name =3D 'osvdb', &nbsp=
; &nbsp; url =3D '</span><span style=3D"line-height: 1.3"><u><a href=3D"htt=
p://osvdb.org/show/osvdb/" id=3D"x_x_x_x_1612152773OWAd37ed315-6fa4-ec0d-4b=
cc-884a0882b625" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">=
http://osvdb.org/show/osvdb/</a></u></span><span style=3D"line-height: norm=
al">'=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">&nbsp; &nbsp; { name =3D 'McAfee', &nbs=
p; &nbsp;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_x_x_1612152773OWA77965f6f-6fdb-06=
42-c3f1-c8365a714cf3" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_bl=
ank">http://vil.nai.com/vil/content/v_</a></u></span><span style=3D"line-he=
ight: 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">&nbsp; &nbsp; { name =3D 'nessus', &nbs=
p; &nbsp;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_x_x_1612152773OWA0f85=
c586-f6fe-f982-0b70-686c7e8d4b0b" class=3D"x_x_x_x_1612152773OWAAutoLink" t=
arget=3D"_blank">http://cgi.nessus.org/plugins/dump.php3?id=3D</a></u></spa=
n><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">&nbsp; &nbsp; { name =3D 'url', &nbsp; =
&nbsp; &nbsp; 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">&nbsp; &nbsp; { name =3D 'msb', &nbsp; =
&nbsp; &nbsp; 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_x_x_16=
12152773OWAb5a28e1a-9b59-f583-6a73-980e044c77b0" class=3D"x_x_x_x_161215277=
3OWAAutoLink" target=3D"_blank">http://technet.microsoft.com/en-us/security=
/bulletin/</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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; &nbsp; 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { &nbsp;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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { type =3D 99, &nbsp;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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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">&nbsp; &nbsp; { 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 &nbsp; 0,=
 rejects =3D &nbsp;5, nets =3D &nbsp;25, ports =3D &nbsp;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 &nbsp; 0,=
 rejects =3D 15, nets =3D &nbsp;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 &nbsp; 0,=
 rejects =3D &nbsp;5, nets =3D &nbsp; 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 &nbsp;{ scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D &nbsp;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 &nbsp;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 &nbsp;30,=
 rejects =3D &nbsp;7, nets =3D &nbsp; 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 &nbsp;{ 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 &nbsp;{ scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp;{ scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p;30, rejects =3D &nbsp;3, nets =3D &nbsp; 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 &nbsp; { scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp; 0,=
 rejects =3D &nbsp;5, nets =3D &nbsp;25, ports =3D &nbsp;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 &nbsp; 0,=
 rejects =3D 15, nets =3D &nbsp;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 &nbsp; 0,=
 rejects =3D &nbsp;5, nets =3D &nbsp; 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 &nbsp;{ scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D &nbsp;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 &nbsp;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 &nbsp;30,=
 rejects =3D &nbsp;5, nets =3D &nbsp; 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 &nbsp;{ 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 &nbsp;{ scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp;{ scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p;30, rejects =3D &nbsp;3, nets =3D &nbsp; 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 &nbsp; { scans =3D 200,=
 rejects =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p; 0, rejects =3D 10, nets =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p; 0, rejects =3D 40, nets =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p; 0, rejects =3D 10, nets =3D &nbsp;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 &nbsp; { scans =3D &nbs=
p; 0, rejects =3D 15, nets =3D &nbsp;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 &nbsp;{ scans =3D 200,=
 rejects =3D 10, nets =3D &nbsp;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 &nbsp;{ scans =3D 200,=
 rejects =3D 40, nets =3D &nbsp;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 &nbsp;{ scans =3D &nbs=
p;30, rejects =3D 10, nets =3D &nbsp;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 &nbsp; { scans =3D 200,=
 rejects =3D 15, nets =3D &nbsp;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 &nbsp; { scans =3D 200,=
 rejects =3D &nbsp;3, nets =3D &nbsp; 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 &nbsp; { scans =3D 200,=
 rejects =3D &nbsp;7, nets =3D &nbsp;15, ports =3D &nbsp;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 &nbsp; { scans =3D &nbs=
p;30, rejects =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D &nbsp;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 &nbsp; &nbsp;{ scans =3D=
 200, rejects =3D &nbsp;3, nets =3D &nbsp;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 &nbsp; 0=
, rejects =3D &nbsp;5, nets =3D &nbsp; 5, ports =3D &nbsp;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 &nbsp;20=
, rejects =3D &nbsp;5, nets =3D &nbsp; 5, ports =3D &nbsp;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 &nbsp;{ scans =3D &nb=
sp;10, rejects =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D &nbsp;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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '__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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; 'forEach', 'groupBy', 'gr=
oupByToMap', 'join', 'keys', 'map', 'pop', &nbsp;'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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; '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">&nbsp; &nbsp; -- 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0)">=20
<span style=3D"line-height: normal">&nbsp; &nbsp; 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">&nbsp; &nbsp; },</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 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">&nbsp;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">&nbsp; &nbsp; 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">&nbsp; &nbsp; ]]</span></div>=20
<div style=3D"direction: ltr; line-height: normal; max-width: 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>&lt;<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a>&gt; 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: &quot;Courier New&quot;, 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: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0)">=20
<br>=20
</div>=20
<div id=3D"x_x_x_x_x_x_1159414911Signature" class=3D"x_x_x_x_x_x_1159414911=
elementToProof">=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_x_x_1612152773OWAd8579170-05eb-f3dc-bb7a-abaf=
fe5cd9dd" class=3D"x_x_x_x_x_x_1159414911OWAAutoLink" target=3D"_blank" sty=
le=3D"color: rgb(128, 27, 128); margin-top: 0px; margin-bottom: 0px">allewi=
@cisco.com</a></u></span><span style=3D"font-size: 16px; color: rgb(79, 129=
, 189)">&nbsp;</span></p>=20
</div>=20
<div id=3D"x_x_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_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>&nbsp;Snort-users &lt;<a href=3D"mailto:snort-users-bounces@lists.=
snort.org" id=3D"x_x_x_x_1612152773OWA1b1d96b2-72da-0d8c-f448-e2cd2a67c126"=
 class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">snort-users-boun=
[email protected]</a>&gt;=20
 on behalf of Jacko B via Snort-users &lt;<a href=3D"mailto:snort-users@lis=
ts.snort.org" id=3D"x_x_x_x_1612152773OWA26aca7f4-40b8-06aa-93d7-433650fcbd=
ce" class=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">snort-users@l=
ists.snort.org</a>&gt;<br>=20
<b>Sent:</b>&nbsp;Tuesday, January 7, 2025 10:08 AM<br>=20
<b>To:</b>&nbsp;Snort users &lt;<a href=3D"mailto:[email protected]=
rg" id=3D"x_x_x_x_1612152773OWAba76db07-6bad-1332-674e-5812ea5913eb" class=
=3D"x_x_x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]=
t.org</a>&gt;<br>=20
<b>Subject:</b>&nbsp;[Snort-users] Log trouble</span>=20
<div>&nbsp;</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>=20
</blockquote>=20
</div>=20
<br>=20
</div>=20
</div>=20
</div>=20
=20
Enable the logging first without specifying a file. Run a test and see if i=
t logs. Then you can go from there. <br> <br>You can get some help with the=
 module options by running snort --help module "module name". <br> <br> <br=
> <br> <br> <br>Albert Lewis <br> <br>Email: [email protected]&lt;mailto:all=
[email protected]&gt; <br> <br>________________________________ <br>From: Al Le=
wis (allewi) &lt;[email protected]&gt; <br>Sent: Sunday, January 12, 2025 8:=
30 PM <br>To: Jacko B &lt;[email protected]&gt; <br>Cc: Snort users &lt;=
[email protected]&gt; <br>Subject: Re: [Snort-users] Log trouble =
<br> <br>Remove the "alert console" and just use the file logging. <br> <br=
> <br> <br>Albert Lewis <br> <br>Email: [email protected]&lt;mailto:allewi@c=
isco.com&gt; <br> <br>________________________________ <br>From: Jacko B &l=
t;[email protected]&gt; <br>Sent: Sunday, January 12, 2025 7:40 PM <br>T=
o: Al Lewis (allewi) &lt;[email protected]&gt; <br>Cc: Snort users &lt;snort=
[email protected]&gt; <br>Subject: Re: [Snort-users] Log trouble <br> =
<br> <br> <br>I am able to get the alerts to log in the terminal but I cann=
ot seem to get them to log to a file. For example /var/log/snort <br> <br>I=
s snort 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 thi=
s out for a while and I appreciate the help. <br> <br> <br>---- On Wed, 08 =
Jan 2025 21:06:02 -0600 Al Lewis (allewi)&lt;[email protected]&gt; wrote ---=
- <br> <br>Yes. The default configuration can be used as an example. You ca=
n uncomment one of them and the alerts will be logged with just setting it =
to true. (i.e alert_csv =3D { file =3D true } <br> <br> <br> <br>Albert Lew=
is <br> <br>Email: [email protected]&lt;mailto:[email protected]&gt; <br> <br=
>________________________________ <br>From: Jacko B &lt;[email protected]=
m&lt;mailto:[email protected]&gt;&gt; <br>Sent: Wednesday, January 8, 20=
25 8:25 PM <br>To: Al Lewis (allewi) &lt;[email protected]&lt;mailto:allewi@=
cisco.com&gt;&gt; <br>Cc: Snort users &lt;[email protected]&lt;ma=
ilto:[email protected]&gt;&gt; <br>Subject: Re: [Snort-users] Log=
 trouble <br> <br>Like so? <br> <br>---------------------------------------=
------------------------------------ <br>-- Snort++ defaults <br>----------=
----------------------------------------------------------------- <br> <br>=
-- this file defines the external defaults for Snort. all simple scalar <br=
>-- types have a builtin default, including those in list items, however <b=
r>-- lists defaults are provided here instead of compiling them into the <b=
r>-- binary. this makes it easier to copy and paste or edit for your <br>--=
 environment. <br> <br>-- include in your snort.lua <br>-- after you set HO=
ME_NET and EXTERNAL_NET <br> <br>-- use these by assignment, eg <br>--     =
ftp_server =3D default_ftp_server <br>-------------------------------------=
-------------------------------------- <br>-- default paths - used in Talos=
 configs <br>--------------------------------------------------------------=
------------- <br> <br>-- Path to your rules files (this can be a relative =
path) <br>RULE_PATH =3D '/usr/local/etc/snort/rules' <br>BUILTIN_RULE_PATH =
=3D '../builtin_rules' <br>PLUGIN_RULE_PATH =3D '../so_rules' <br> <br>-- I=
f you are using reputation preprocessor set these <br>WHITE_LIST_PATH =3D '=
../lists' <br>BLACK_LIST_PATH =3D '../lists' <br> <br>---------------------=
------------------------------------------------------ <br>-- default netwo=
rks - used in Talos rules <br>---------------------------------------------=
------------------------------ <br>-- define servers on your network you wa=
nt to protect <br> <br>DNS_SERVERS =3D HOME_NET <br>FTP_SERVERS =3D HOME_NE=
T <br>HTTP_SERVERS =3D HOME_NET <br>SIP_SERVERS =3D HOME_NET <br>SMTP_SERVE=
RS =3D HOME_NET <br>SQL_SERVERS =3D HOME_NET <br>SSH_SERVERS =3D HOME_NET <=
br>TELNET_SERVERS =3D HOME_NET <br> <br>    alert_fast =3D { <br>file =3D t=
rue, <br>filename =3D '/var/log/snort/snort.log' <br>    } <br>    alert_co=
nsole =3D { <br>file =3D true, <br>    } <br> <br> <br>---- On Wed, 08 Jan =
2025 12:13:45 -0600 Al Lewis (allewi)&lt;[email protected]&lt;mailto:allewi@=
cisco.com&gt;&gt; wrote ---- <br> <br>Meaning the alert sections should be =
top level and not nested under another section. <br> <br> <br> <br>Albert L=
ewis <br> <br>Email: [email protected]&lt;mailto:[email protected]&gt; <br> <=
br>________________________________ <br>From: Snort-users &lt;snort-users-b=
[email protected]&lt;mailto:[email protected]&gt;&gt=
; on behalf of Al Lewis (allewi) via Snort-users &lt;[email protected]=
t.org&lt;mailto:[email protected]&gt;&gt; <br>Sent: Wednesday, Ja=
nuary 8, 2025 12:54 PM <br>To: Jacko B &lt;[email protected]&lt;mailto:r=
[email protected]&gt;&gt; <br>Cc: Snort users &lt;[email protected]=
.org&lt;mailto:[email protected]&gt;&gt; <br>Subject: Re: [Snort-=
users] Log trouble <br> <br>I think you have the alert section under the "o=
utput" section (alert_fast and alert_console) which doesn't look correct. <=
br> <br>I am referring to this: <br> <br>outputs =3D { <br>    alert_fast =
=3D { <br>file =3D true, <br>filename =3D "/var/log/snort/snort.log", <br> =
   }, <br>    alert_console =3D { <br>file =3D true, <br>    }, <br>} <br> =
<br>Try removing that outputs =3D {} section. <br> <br> <br> <br>Albert Lew=
is <br> <br>Email: [email protected]&lt;mailto:[email protected]&gt; <br> <br=
>________________________________ <br>From: Jacko B &lt;[email protected]=
m&lt;mailto:[email protected]&gt;&gt; <br>Sent: Wednesday, January 8, 20=
25 11:24 AM <br>To: Al Lewis (allewi) &lt;[email protected]&lt;mailto:allewi=
@cisco.com&gt;&gt; <br>Cc: Snort users &lt;[email protected]&lt;m=
ailto:[email protected]&gt;&gt; <br>Subject: Re: [Snort-users] Lo=
g trouble <br> <br> <br>This is my lua config, sorry for it being so long, =
I didn't know if you needed the whole thing but my outputs section is at th=
e very bottom. <br> <br>---------------------------------------------------=
------------------------ <br>-- Snort++ defaults <br>----------------------=
----------------------------------------------------- <br> <br>-- this file=
 defines the external defaults for Snort. all simple scalar <br>-- types ha=
ve a builtin default, including those in list items, however <br>-- lists d=
efaults are provided here instead of compiling them into the <br>-- binary.=
 this makes it easier to copy and paste or edit for your <br>-- environment=
. <br> <br>-- include in your snort.lua <br>-- after you set HOME_NET and E=
XTERNAL_NET <br> <br>-- use these by assignment, eg <br>--     ftp_server =
=3D default_ftp_server <br>------------------------------------------------=
--------------------------- <br>-- default paths - used in Talos configs <b=
r>-------------------------------------------------------------------------=
-- <br> <br>-- Path to your rules files (this can be a relative path) <br>R=
ULE_PATH =3D '/usr/local/etc/snort/rules' <br>BUILTIN_RULE_PATH =3D '../bui=
ltin_rules' <br>PLUGIN_RULE_PATH =3D '../so_rules' <br> <br>-- If you are u=
sing reputation preprocessor set these <br>WHITE_LIST_PATH =3D '../lists' <=
br>BLACK_LIST_PATH =3D '../lists' <br> <br>--------------------------------=
------------------------------------------- <br>-- default networks - used =
in Talos rules <br>--------------------------------------------------------=
------------------- <br>-- define servers on your network you want to prote=
ct <br> <br>DNS_SERVERS =3D HOME_NET <br>FTP_SERVERS =3D HOME_NET <br>HTTP_=
SERVERS =3D HOME_NET <br>SIP_SERVERS =3D HOME_NET <br>SMTP_SERVERS =3D HOME=
_NET <br>SQL_SERVERS =3D HOME_NET <br>SSH_SERVERS =3D HOME_NET <br>TELNET_S=
ERVERS =3D HOME_NET <br> <br>----------------------------------------------=
----------------------------- <br>-- default ports - used in Talos rules <b=
r>-------------------------------------------------------------------------=
-- <br>-- define ports on your network you want to protect <br>-- where pos=
sible, use the wizard for inspection instead of explicit port <br>-- bindin=
gs. this gives you some port independence and allows you find c&amp;c <br>-=
- channels hard port bindings would miss. Talos rules will still use these =
<br>-- ports if there is no match on service. <br> <br>FTP_PORTS =3D ' 21 2=
100 3535' <br> <br>HTTP_PORTS =3D <br>[[ <br>    80 81 311 383 591 593 901 =
1220 1414 1741 1830 2301 2381 2809 3037 3128 <br>    3702 4343 4848 5250 69=
88 7000 7001 7144 7145 7510 7777 7779 8000 8008 <br>    8014 8028 8080 8085=
 8088 8090 8118 8123 8180 8181 8243 8280 8300 8800 <br>    8888 8899 9000 9=
060 9080 9090 9091 9443 9999 11371 34443 34444 41080 <br>    50002 55555 <b=
r>]] <br> <br>MAIL_PORTS =3D ' 110 143' <br> <br>ORACLE_PORTS =3D ' 1024:' =
<br> <br>SIP_PORTS =3D ' 5060 5061 5600' <br> <br>SSH_PORTS =3D ' 22' <br> =
<br>FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_PORTS <br> <br>-----------------=
---------------------------------------------------------- <br>-- default v=
ariables <br>--------------------------------------------------------------=
------------- <br> <br>default_variables =3D <br>{ <br>    nets =3D <br>   =
 { <br>        HOME_NET =3D HOME_NET, <br>        EXTERNAL_NET =3D EXTERNAL=
_NET, <br>        DNS_SERVERS =3D DNS_SERVERS, <br>        FTP_SERVERS =3D =
FTP_SERVERS, <br>        HTTP_SERVERS =3D HTTP_SERVERS, <br>        SIP_SER=
VERS =3D SIP_SERVERS, <br>        SMTP_SERVERS =3D SMTP_SERVERS, <br>      =
  SQL_SERVERS =3D SQL_SERVERS, <br>        SSH_SERVERS =3D SSH_SERVERS, <br=
>        TELNET_SERVERS =3D TELNET_SERVERS, <br>    }, <br>    paths =3D <b=
r>    { <br>        RULE_PATH =3D RULE_PATH, <br>        BUILTIN_RULE_PATH =
=3D BUILTIN_RULE_PATH, <br>        PLUGIN_RULE_PATH =3D PLUGIN_RULE_PATH, <=
br>        WHITE_LIST_PATH =3D WHITE_LIST_PATH, <br>        BLACK_LIST_PATH=
 =3D BLACK_LIST_PATH, <br>    }, <br>    ports =3D <br>    { <br>        FT=
P_PORTS =3D FTP_PORTS, <br>        HTTP_PORTS =3D HTTP_PORTS, <br>        M=
AIL_PORTS =3D MAIL_PORTS, <br>        ORACLE_PORTS =3D ORACLE_PORTS, <br>  =
      SIP_PORTS =3D SIP_PORTS, <br>        SSH_PORTS =3D SSH_PORTS, <br>   =
     FILE_DATA_PORTS =3D FILE_DATA_PORTS, <br>    } <br>} <br> <br>--------=
------------------------------------------------------------------- <br>-- =
default ftp server <br>----------------------------------------------------=
----------------------- <br> <br>ftp_default_cmds =3D <br>[[ <br>    ABOR A=
CCT ADAT ALLO APPE AUTH CCC CDUP CEL CLNT CMD CONF CWD DELE ENC <br>    EPR=
T EPSV ESTA ESTP FEAT HELP LANG LIST LPRT LPSV MACB MAIL MDTM MIC <br>    M=
KD MLSD MLST MODE NLST NOOP OPTS PASS PASV PBSZ PORT PROT PWD QUIT <br>    =
REIN REST RETR RMD RNFR RNTO SDUP SITE SIZE SMNT STAT STOR STOU STRU <br>  =
  SYST TEST TYPE USER XCUP XCRC XCWD XMAS XMD5 XMKD XPWD XRCP XRMD XRSQ <br=
>    XSEM XSEN XSHA1 XSHA256 <br>]] <br> <br>ftp_default_data_chan_cmds =3D=
 <br>[[ <br>    PORT PASV LPRT LPSV EPRT EPSV <br>]] <br> <br>ftp_default_d=
ata_xfer_cmds =3D <br>[[ <br>    RETR STOR STOU APPE LIST NLST <br>]] <br> =
<br>ftp_default_file_put_cmds =3D <br>[[ <br>    STOR STOU APPE <br>]] <br>=
 <br>ftp_default_file_get_cmds =3D <br>[[ <br>    RETR <br>]] <br> <br>ftp_=
default_login_cmds =3D <br>[[ <br>    USER PASS <br>]] <br> <br>ftp_default=
_encr_cmds =3D <br>[[ <br>    AUTH <br>]] <br> <br>ftp_format_commands =3D =
<br>[[ <br>    ACCT ADAT ALLO APPE AUTH CEL CLNT CMD CONF CWD DELE ENC EPRT=
 EPSV ESTP <br>    HELP LANG LIST LPRT MACB MAIL MDTM MIC MKD MLSD MLST MOD=
E NLST OPTS <br>    PASS PBSZ PORT PROT REST RETR RMD RNFR RNTO SDUP SITE S=
IZE SMNT STAT <br>    STOR STRU TEST TYPE USER XCRC XCWD XMAS XMD5 XMKD XRC=
P XRMD XRSQ XSEM <br>    XSEN XSHA1 XSHA256 <br>]] <br> <br>ftp_command_spe=
cs =3D <br>{ <br>    { command =3D 'ABOR', length =3D 0 }, <br>    { comman=
d =3D 'CCC', length =3D 0 }, <br>    { command =3D 'CDUP', length =3D 0 }, =
<br>    { command =3D 'ESTA', length =3D 0 }, <br>    { command =3D 'FEAT',=
 length =3D 0 }, <br>    { command =3D 'LPSV', length =3D 0 }, <br>    { co=
mmand =3D 'NOOP', length =3D 0 }, <br>    { command =3D 'PASV', length =3D =
0 }, <br>    { command =3D 'PWD', length =3D 0 }, <br>    { command =3D 'QU=
IT', length =3D 0 }, <br>    { command =3D 'REIN', length =3D 0 }, <br>    =
{ command =3D 'SYST', length =3D 0 }, <br>    { command =3D 'XCUP', length =
=3D 0 }, <br>    { command =3D 'XPWD', length =3D 0 }, <br> <br>    { comma=
nd =3D 'APPE', length =3D 200 }, <br>    { command =3D 'CMD', length =3D 20=
0 }, <br>    { command =3D 'HELP', length =3D 200 }, <br>    { command =3D =
'NLST', length =3D 200 }, <br>    { command =3D 'RETR', length =3D 200 }, <=
br>    { command =3D 'RNFR', length =3D 200 }, <br>    { command =3D 'STOR'=
, length =3D 200 }, <br>    { command =3D 'STOU', length =3D 200 }, <br>   =
 { command =3D 'XMKD', length =3D 200 }, <br> <br>    { command =3D 'CWD', =
length =3D 256 }, <br>    { command =3D 'RNTO', length =3D 256 }, <br>    {=
 command =3D 'SIZE', length =3D 512 }, <br> <br>    { command =3D 'ALLO', l=
ength =3D 200, format =3D '&lt; int [ char R int ] &gt;' }, <br>    { comma=
nd =3D 'EPRT', length =3D 400, format =3D '&lt; extd_host_port &gt;' }, <br=
>    { command =3D 'EPSV', format =3D "&lt; [ { '1' | '2' | 'ALL' } ] &gt;"=
 }, <br>    { command =3D 'LPRT', length =3D 400, format =3D '&lt; long_hos=
t_port &gt;' }, <br>    { command =3D 'MACB', format =3D '&lt; string &gt;'=
 }, <br>    { command =3D 'MDTM', format =3D '&lt; [ date nnnnnnnnnnnnnn[.n=
[n[n]]] ] string &gt;' }, <br>    { command =3D 'MODE', format =3D '&lt; ch=
ar ASBCZ &gt;' }, <br>    { command =3D 'PORT', length =3D 400, format =3D =
'&lt; host_port &gt;' }, <br>    { command =3D 'PROT', format =3D '&lt; cha=
r CSEP &gt;' }, <br>    { command =3D 'STRU', format =3D '&lt; char FRPO [ =
string ] &gt;' }, <br>    { command =3D 'TYPE', format =3D '&lt; { char AE =
[ char NTC ] | char I | char L [ number ] } &gt;' } <br>} <br> <br>default_=
ftp_server =3D <br>{ <br>    -- params not specified here get internal defa=
ults <br>    ftp_cmds =3D ftp_default_cmds, <br>    data_chan_cmds =3D ftp_=
default_data_chan_cmds, <br>    data_xfer_cmds =3D ftp_default_data_xfer_cm=
ds, <br>    file_put_cmds =3D ftp_default_file_put_cmds, <br>    file_get_c=
mds =3D ftp_default_file_get_cmds, <br>    login_cmds =3D ftp_default_login=
_cmds, <br>    encr_cmds =3D ftp_default_encr_cmds, <br>    chk_str_fmt =3D=
 ftp_format_commands, <br>    cmd_validity =3D ftp_command_specs <br>} <br>=
 <br>----------------------------------------------------------------------=
----- <br>-- default smtp configuration <br>-------------------------------=
-------------------------------------------- <br> <br>smtp_default_auth_cmd=
s =3D <br>[[ <br>    AUTH XAUTH X-EXPS <br>]] <br> <br>smtp_default_binary_=
data_cmds =3D <br>[[ <br>    BDAT XEXCH50 <br>]] <br> <br>smtp_default_data=
_cmds =3D <br>[[ <br>    DATA <br>]] <br> <br>smtp_default_normalize_cmds =
=3D <br>[[ <br>    ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND E=
SOM ETRN EVFY EXPN <br>    HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RS=
ET SAML SEND SOML STARTTLS <br>    TICK TIME TURN TURNME VERB VRFY X-ADAT X=
ADR XAUTH XCIR X-DRCP X-ERCP XEXCH50 <br>    X-EXCH50 X-EXPS XGEN XLICENSE =
X-LINK2STATE XQUE XSTA XTRN XUSR <br>]] <br> <br>smtp_default_valid_cmds =
=3D smtp_default_normalize_cmds <br> <br>smtp_default_alt_max_command_lines=
 =3D <br>{ <br>    { command =3D 'ATRN', length =3D 255, }, <br>    { comma=
nd =3D 'AUTH', length =3D 246, }, <br>    { command =3D 'BDAT', length =3D =
255, }, <br>    { command =3D 'DATA', length =3D 246, }, <br>    { command =
=3D 'DEBUG', length =3D 255, }, <br>    { command =3D 'EHLO', length =3D 50=
0, }, <br>    { command =3D 'EMAL', length =3D 255, }, <br>    { command =
=3D 'ESAM', length =3D 255, }, <br>    { command =3D 'ESND', length =3D 255=
, }, <br>    { command =3D 'ESOM', length =3D 255, }, <br>    { command =3D=
 'ETRN', length =3D 500, }, <br>    { command =3D 'EVFY', length =3D 255, }=
, <br>    { command =3D 'EXPN', length =3D 255, }, <br>    { command =3D 'H=
ELO', length =3D 500, }, <br>    { command =3D 'HELP', length =3D 500, }, <=
br>    { command =3D 'IDENT', length =3D 255, }, <br>    { command =3D 'MAI=
L', length =3D 260, }, <br>    { command =3D 'NOOP', length =3D 255, }, <br=
>    { command =3D 'ONEX', length =3D 246, }, <br>    { command =3D 'QUEU',=
 length =3D 246, }, <br>    { command =3D 'QUIT', length =3D 246, }, <br>  =
  { command =3D 'RCPT', length =3D 300, }, <br>    { command =3D 'RSET', le=
ngth =3D 255, }, <br>    { command =3D 'SAML', length =3D 246, }, <br>    {=
 command =3D 'SEND', length =3D 246, }, <br>    { command =3D 'SIZE', lengt=
h =3D 255, }, <br>    { command =3D 'SOML', length =3D 246, }, <br>    { co=
mmand =3D 'STARTTLS', length =3D 246, }, <br>    { command =3D 'TICK', leng=
th =3D 246, }, <br>    { command =3D 'TIME', length =3D 246, }, <br>    { c=
ommand =3D 'TURN', length =3D 246, }, <br>    { command =3D 'TURNME', lengt=
h =3D 246, }, <br>    { command =3D 'VERB', length =3D 246, }, <br>    { co=
mmand =3D 'VRFY', length =3D 255, }, <br>    { command =3D 'XADR', length =
=3D 246, }, <br>    { command =3D 'XAUTH', length =3D 246, }, <br>    { com=
mand =3D 'XCIR', length =3D 246, }, <br>    { command =3D 'XEXCH50', length=
 =3D 246, }, <br>    { command =3D 'X-EXPS', length =3D 246, }, <br>    { c=
ommand =3D 'XGEN', length =3D 246, }, <br>    { command =3D 'XLICENSE', len=
gth =3D 246, }, <br>    { command =3D 'X-LINK2STATE', length =3D 246, }, <b=
r>    { command =3D 'XQUE', length =3D 246, }, <br>    { command =3D 'XSTA'=
, length =3D 246, }, <br>    { command =3D 'XTRN', length =3D 246, }, <br> =
   { command =3D 'XUSR', length =3D 246, } <br>} <br> <br>default_smtp =3D =
<br>{ <br>    -- params not specified here get internal defaults <br>    al=
t_max_command_line_len =3D smtp_default_alt_max_command_lines, <br>    auth=
_cmds =3D smtp_default_auth_cmds, <br>    binary_data_cmds =3D smtp_default=
_binary_data_cmds, <br>    data_cmds =3D smtp_default_data_cmds, <br>    no=
rmalize_cmds =3D smtp_default_normalize_cmds, <br>    valid_cmds =3D smtp_d=
efault_valid_cmds, <br>} <br> <br>-----------------------------------------=
---------------------------------- <br>-- default wizard <br>--------------=
------------------------------------------------------------- <br> <br>-- s=
ome HTTP and SIP methods match the whole start line to disambiguate <br>-- =
between them or, in the case of ACK, from another protocol <br>-- the * * p=
atterns match unknown methods <br> <br>http_methods =3D <br>{ <br>    'GET'=
, 'HEAD', 'POST', 'DELETE', 'TRACE', 'CONNECT', <br>    'VERSION_CONTROL', =
'REPORT', 'CHECKOUT', 'CHECKIN', 'UNCHECKOUT', <br>    'MKWORKSPACE', 'LABE=
L', 'MERGE', 'BASELINE_CONTROL', <br>    'MKACTIVITY', 'ORDERPATCH', 'ACL',=
 'PATCH', 'BIND', 'LINK', <br>    'MKCALENDAR', 'MKREDIRECTREF', 'REBIND', =
'UNBIND', 'UNLINK', <br>    'UPDATEREDIRECTREF', 'PROPFIND', 'PROPPATCH', '=
MKCOL', 'COPY', <br>    'MOVE', 'LOCK', 'UNLOCK', 'SEARCH', 'BCOPY', 'BDELE=
TE', 'BMOVE', <br>    'BPROPFIND', 'BPROPPATCH', 'POLL', 'UNSUBSCRIBE', 'X_=
MS_ENUMATTS', <br>    'NOTIFY * HTTP/', 'OPTIONS * HTTP/', 'SUBSCRIBE * HTT=
P/', 'UPDATE * HTTP/', <br>    'PUT * HTTP/', '* * HTTP/' <br>} <br> <br>si=
p_requests =3D <br>{ <br>    'INVITE', 'CANCEL', 'BYE', 'REGISTER', 'PRACK'=
, 'PUBLISH', 'REFER', 'INFO', 'MESSAGE', <br>    'NOTIFY * SIP/', 'OPTIONS =
* SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SIP/', <br>    'ACK * SIP/', '* * SI=
P/' <br>} <br> <br>telnet_commands =3D <br>{ <br>    '|FF F0|', '|FF F1|', =
'|FF F2|', '|FF F3|', <br>    '|FF F4|', '|FF F5|', '|FF F6|', '|FF F7|', <=
br>    '|FF F8|', '|FF F9|', '|FF FA|', '|FF FB|', <br>    '|FF FC|', '|FF =
FD|', '|FF FE|' <br>} <br> <br> <br>netflow_versions =3D <br>{ <br>    '|00=
 05|', '|00 09|' <br>} <br> <br>default_wizard =3D <br>{ <br>    spells =3D=
 <br>    { <br>        { service =3D 'ftp', proto =3D 'tcp', <br>          =
to_client =3D { '220*FTP', '220*FileZilla' } }, <br> <br>        { service =
=3D 'http', proto =3D 'tcp', <br>          to_server =3D http_methods, to_c=
lient =3D { 'HTTP/' } }, <br> <br>        { service =3D 'imap', proto =3D '=
tcp', <br>          to_client =3D { '** OK', '** BYE', '** PREAUTH' } }, <b=
r> <br>        { service =3D 'pop3', proto =3D 'tcp', <br>          to_clie=
nt =3D { '+OK', '-ERR' } }, <br> <br>        { service =3D 'sip', <br>     =
     to_server =3D sip_requests, to_client =3D { 'SIP/' } }, <br> <br>     =
   { service =3D 'smtp', proto =3D 'tcp', <br>          to_server =3D { 'HE=
LO', 'EHLO' }, <br>          to_client =3D { '220*SMTP', '220*MAIL' } }, <b=
r> <br>        { service =3D 'ssh', proto =3D 'tcp', <br>          to_serve=
r =3D { 'SSH-' }, to_client =3D { 'SSH-' } }, <br> <br>        { service =
=3D 'dce_http_server', proto =3D 'tcp', <br>          to_client =3D { 'ncac=
n_http' } }, <br> <br>        { service =3D 'dce_http_proxy', proto =3D 'tc=
p', <br>          to_server =3D { 'RPC_CONNECT' } }, <br> <br>    }, <br>  =
  hexes =3D <br>    { <br>        { service =3D 'dnp3', proto =3D 'tcp', <b=
r>          to_server =3D { '|05 64|' }, to_client =3D { '|05 64|' } }, <br=
> <br>        { service =3D 'netflow', proto =3D 'udp', <br>          to_se=
rver =3D netflow_versions }, <br> <br>        { service =3D 'http2', proto =
=3D 'tcp', <br>          to_client =3D { '???|04 00 00 00 00 00|' }, <br>  =
        to_server =3D { '|50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0=
d 0a 53 4d 0d 0a 0d 0a|' } }, <br> <br>--[[ <br>        { service =3D 'modb=
us', proto =3D 'tcp', <br>          to_server =3D { '??|0 0|' } }, <br> <br=
>        { service =3D 'rpc', proto =3D 'tcp', <br>          to_server =3D =
{ '????|0 0 0 0 0 0 0 1|' }, <br>          to_client =3D { '????|0 0 0 0 0 =
0 0 1|' } }, <br>--]] <br> <br>        { service =3D 'ssl', proto =3D 'tcp'=
, <br>          to_server =3D { '|16 03|' }, to_client =3D { '|16 03|' } },=
 <br> <br>        { service =3D 'telnet', proto =3D 'tcp', <br>          to=
_server =3D telnet_commands, to_client =3D telnet_commands }, <br>    }, <b=
r> <br>    curses =3D {'dce_udp', 'dce_tcp', 'dce_smb', 'mms', 's7commplus'=
, 'sslv2'} <br>} <br> <br>-------------------------------------------------=
-------------------------- <br>-- default references <br>------------------=
--------------------------------------------------------- <br> <br>default_=
references =3D <br>{ <br>    { name =3D 'bugtraq',   url =3D 'http://www.se=
curityfocus.com/bid/' }, <br>    { name =3D 'cve',       url =3D 'http://cv=
e.mitre.org/cgi-bin/cvename.cgi?name=3D' }, <br>    { name =3D 'arachNIDS',=
 url =3D 'http://www.whitehats.com/info/IDS' }, <br>    { name =3D 'osvdb',=
     url =3D 'http://osvdb.org/show/osvdb/' }, <br>    { name =3D 'McAfee',=
    url =3D 'http://vil.nai.com/vil/content/v_' }, <br>    { name =3D 'ness=
us',    url =3D 'http://cgi.nessus.org/plugins/dump.php3?id=3D' }, <br>    =
{ name =3D 'url',       url =3D 'http://' }, <br>    { name =3D 'msb',     =
  url =3D 'http://technet.microsoft.com/en-us/security/bulletin/' } <br>} <=
br> <br>-------------------------------------------------------------------=
-------- <br>-- default classifications <br>-------------------------------=
-------------------------------------------- <br> <br>default_classificatio=
ns =3D <br>{ <br>    { name =3D 'not-suspicious', priority =3D 3, <br>     =
 text =3D 'Not Suspicious Traffic' }, <br> <br>    { name =3D 'unknown', pr=
iority =3D 3, <br>      text =3D 'Unknown Traffic' }, <br> <br>    { name =
=3D 'bad-unknown', priority =3D 2, <br>      text =3D 'Potentially Bad Traf=
fic' }, <br> <br>    { name =3D 'attempted-recon', priority =3D 2, <br>    =
  text =3D 'Attempted Information Leak' }, <br> <br>    { name =3D 'success=
ful-recon-limited', priority =3D 2, <br>      text =3D 'Information Leak' }=
, <br> <br>    { name =3D 'successful-recon-largescale', priority =3D 2, <b=
r>      text =3D 'Large Scale Information Leak' }, <br> <br>    { name =3D =
'attempted-dos', priority =3D 2, <br>      text =3D 'Attempted Denial of Se=
rvice' }, <br> <br>    { name =3D 'successful-dos', priority =3D 2, <br>   =
   text =3D 'Denial of Service' }, <br> <br>    { name =3D 'attempted-user'=
, priority =3D 1, <br>      text =3D 'Attempted User Privilege Gain' }, <br=
> <br>    { name =3D 'unsuccessful-user', priority =3D 1, <br>      text =
=3D 'Unsuccessful User Privilege Gain' }, <br> <br>    { name =3D 'successf=
ul-user', priority =3D 1, <br>      text =3D 'Successful User Privilege Gai=
n' }, <br> <br>    { name =3D 'attempted-admin', priority =3D 1, <br>      =
text =3D 'Attempted Administrator Privilege Gain' }, <br> <br>    { name =
=3D 'successful-admin', priority =3D 1, <br>      text =3D 'Successful Admi=
nistrator Privilege Gain' }, <br> <br>    { name =3D 'rpc-portmap-decode', =
priority =3D 2, <br>      text =3D 'Decode of an RPC Query' }, <br> <br>   =
 { name =3D 'shellcode-detect', priority =3D 1, <br>      text =3D 'Executa=
ble code was detected' }, <br> <br>    { name =3D 'string-detect', priority=
 =3D 3, <br>      text =3D 'A suspicious string was detected' }, <br> <br> =
   { name =3D 'suspicious-filename-detect', priority =3D 2, <br>      text =
=3D 'A suspicious filename was detected' }, <br> <br>    { name =3D 'suspic=
ious-login', priority =3D 2, <br>      text =3D 'An attempted login using a=
 suspicious username was detected' }, <br> <br>    { name =3D 'system-call-=
detect', priority =3D 2, <br>      text =3D 'A system call was detected' },=
 <br> <br>    { name =3D 'tcp-connection', priority =3D 4, <br>      text =
=3D 'A TCP connection was detected' }, <br> <br>    { name =3D 'trojan-acti=
vity', priority =3D 1, <br>      text =3D 'A Network Trojan was detected' }=
, <br> <br>    { name =3D 'unusual-client-port-connection', priority =3D 2,=
 <br>      text =3D 'A client was using an unusual port' }, <br> <br>    { =
name =3D 'network-scan', priority =3D 3, <br>      text =3D 'Detection of a=
 Network Scan' }, <br> <br>    { name =3D 'denial-of-service', priority =3D=
 2, <br>      text =3D 'Detection of a Denial of Service Attack' }, <br> <b=
r>    { name =3D 'non-standard-protocol', priority =3D 2, <br>      text =
=3D 'Detection of a non-standard protocol or event' }, <br> <br>    { name =
=3D 'protocol-command-decode', priority =3D 3, <br>      text =3D 'Generic =
Protocol Command Decode' }, <br> <br>    { name =3D 'web-application-activi=
ty', priority =3D 2, <br>      text =3D 'Access to a potentially vulnerable=
 web application' }, <br> <br>    { name =3D 'web-application-attack', prio=
rity =3D 1, <br>      text =3D 'Web Application Attack' }, <br> <br>    { n=
ame =3D 'misc-activity', priority =3D 3, <br>      text =3D 'Misc activity'=
 }, <br> <br>    { name =3D 'misc-attack', priority =3D 2, <br>      text =
=3D 'Misc Attack' }, <br> <br>    { name =3D 'icmp-event', priority =3D 3, =
<br>      text =3D 'Generic ICMP event' }, <br> <br>    { name =3D 'inappro=
priate-content', priority =3D 1, <br>      text =3D 'Inappropriate Content =
was Detected' }, <br> <br>    { name =3D 'policy-violation', priority =3D 1=
, <br>      text =3D 'Potential Corporate Privacy Violation' }, <br> <br>  =
  { name =3D 'default-login-attempt', priority =3D 2, <br>      text =3D 'A=
ttempt to login by a default username and password' }, <br> <br>    { name =
=3D 'sdf', priority =3D 2, <br>      text =3D 'Sensitive Data' }, <br> <br>=
    { name =3D 'file-format', priority =3D 1, <br>      text =3D 'Known mal=
icious file or file based exploit' }, <br> <br>    { name =3D 'malware-cnc'=
, priority =3D 1, <br>      text =3D 'Known malware command and control tra=
ffic' }, <br> <br>    { name =3D 'client-side-exploit', priority =3D 1, <br=
>      text =3D 'Known client side exploit attempt' } <br>} <br> <br>------=
--------------------------------------------------------------------- <br>-=
- gtp defaults <br>--------------------------------------------------------=
------------------- <br> <br>gtp_v0_msg =3D <br>{ <br>    { type =3D 1, nam=
e =3D "echo_request" }, <br>    { type =3D 2, name =3D "echo_response" }, <=
br>    { type =3D 3, name =3D "version_not_supported" }, <br>    { type =3D=
 4, name =3D "node_alive_request" }, <br>    { type =3D 5, name =3D "node_a=
live_response" }, <br>    { type =3D 6, name =3D "redirection_request" }, <=
br>    { type =3D 7, name =3D "redirection_response" }, <br> <br>    { type=
 =3D 16, name =3D "create_pdp_context_request" }, <br>    { type =3D 17, na=
me =3D "create_pdp_context_response" }, <br>    { type =3D 18, name =3D "up=
date_pdp_context_request" }, <br>    { type =3D 19, name =3D "update_pdp_co=
ntext_response" }, <br>    { type =3D 20, name =3D "delete_pdp_context_requ=
est" }, <br>    { type =3D 21, name =3D "delete_pdp_context_response" }, <b=
r>    { type =3D 22, name =3D "create_aa_pdp_context_request" }, <br>    { =
type =3D 23, name =3D "create_aa_pdp_context_response" }, <br>    { type =
=3D 24, name =3D "delete_aa_pdp_context_request" }, <br>    { type =3D 25, =
name =3D "delete_aa_pdp_context_response" }, <br>    { type =3D 26, name =
=3D "error_indication" }, <br>    { type =3D 27, name =3D "pdu_notification=
_request" }, <br>    { type =3D 28, name =3D "pdu_notification_response" },=
 <br>    { type =3D 29, name =3D "pdu_notification_reject_request" }, <br> =
   { type =3D 30, name =3D "pdu_notification_reject_response" }, <br> <br> =
   { type =3D 32, name =3D "send_routing_info_request" }, <br>    { type =
=3D 33, name =3D "send_routing_info_response" }, <br>    { type =3D 34, nam=
e =3D "failure_report_request" }, <br>    { type =3D 35, name =3D "failure_=
report_response" }, <br>    { type =3D 36, name =3D "note_ms_present_reques=
t" }, <br>    { type =3D 37, name =3D "note_ms_present_response" }, <br> <b=
r>    { type =3D 48, name =3D "identification_request" }, <br>    { type =
=3D 49, name =3D "identification_response" }, <br>    { type =3D 50, name =
=3D "sgsn_context_request" }, <br>    { type =3D 51, name =3D "sgsn_context=
_response" }, <br>    { type =3D 52, name =3D "sgsn_context_ack" }, <br> <b=
r>    { type =3D 240, name =3D "data_record_transfer_request" }, <br>    { =
type =3D 241, name =3D "data_record_transfer_response" }, <br> <br>    { ty=
pe =3D 255, name =3D "pdu" }, <br>} <br> <br>gtp_v1_msg =3D <br>{ <br>    {=
 type =3D 1, name =3D "echo_request" }, <br>    { type =3D 2, name =3D "ech=
o_response" }, <br>    { type =3D 3, name =3D "version_not_supported" }, <b=
r>    { type =3D 4, name =3D "node_alive_request" }, <br>    { type =3D 5, =
name =3D "node_alive_response" }, <br>    { type =3D 6, name =3D "redirecti=
on_request" }, <br>    { type =3D 7, name =3D "redirection_response" }, <br=
> <br>    { type =3D 16, name =3D "create_pdp_context_request" }, <br>    {=
 type =3D 17, name =3D "create_pdp_context_response" }, <br>    { type =3D =
18, name =3D "update_pdp_context_request" }, <br>    { type =3D 19, name =
=3D "update_pdp_context_response" }, <br>    { type =3D 20, name =3D "delet=
e_pdp_context_request" }, <br>    { type =3D 21, name =3D "delete_pdp_conte=
xt_response" }, <br>    { type =3D 22, name =3D "init_pdp_context_activatio=
n_request" }, <br>    { type =3D 23, name =3D "init_pdp_context_activation_=
response" }, <br> <br>    { type =3D 26, name =3D "error_indication" }, <br=
>    { type =3D 27, name =3D "pdu_notification_request" }, <br>    { type =
=3D 28, name =3D "pdu_notification_response" }, <br>    { type =3D 29, name=
 =3D "pdu_notification_reject_request" }, <br>    { type =3D 30, name =3D "=
pdu_notification_reject_response" }, <br>    { type =3D 31, name =3D "suppo=
rted_ext_header_notification" }, <br>    { type =3D 32, name =3D "send_rout=
ing_info_request" }, <br>    { type =3D 33, name =3D "send_routing_info_res=
ponse" }, <br>    { type =3D 34, name =3D "failure_report_request" }, <br> =
   { type =3D 35, name =3D "failure_report_response" }, <br>    { type =3D =
36, name =3D "note_ms_present_request" }, <br>    { type =3D 37, name =3D "=
note_ms_present_response" }, <br> <br>    { type =3D 48, name =3D "identifi=
cation_request" }, <br>    { type =3D 49, name =3D "identification_response=
" }, <br>    { type =3D 50, name =3D "sgsn_context_request" }, <br>    { ty=
pe =3D 51, name =3D "sgsn_context_response" }, <br>    { type =3D 52, name =
=3D "sgsn_context_ack" }, <br>    { type =3D 53, name =3D "forward_relocati=
on_request" }, <br>    { type =3D 54, name =3D "forward_relocation_response=
" }, <br>    { type =3D 55, name =3D "forward_relocation_complete" }, <br> =
   { type =3D 56, name =3D "relocation_cancel_request" }, <br>    { type =
=3D 57, name =3D "relocation_cancel_response" }, <br>    { type =3D 58, nam=
e =3D "forward_srns_contex" }, <br>    { type =3D 59, name =3D "forward_rel=
ocation_complete_ack" }, <br>    { type =3D 60, name =3D "forward_srns_cont=
ex_ack" }, <br> <br>    { type =3D 70, name =3D "ran_info_relay" }, <br> <b=
r>    { type =3D 96, name =3D "mbms_notification_request" }, <br>    { type=
 =3D 97, name =3D "mbms_notification_response" }, <br>    { type =3D 98, na=
me =3D "mbms_notification_reject_request" }, <br>    { type =3D 99, name =
=3D "mbms_notification_reject_response" }, <br>    { type =3D 100, name =3D=
 "create_mbms_context_request" }, <br>    { type =3D 101, name =3D "create_=
mbms_context_response" }, <br>    { type =3D 102, name =3D "update_mbms_con=
text_request" }, <br>    { type =3D 103, name =3D "update_mbms_context_resp=
onse" }, <br>    { type =3D 104, name =3D "delete_mbms_context_request" }, =
<br>    { type =3D 105, name =3D "delete_mbms_context_response" }, <br> <br=
>    { type =3D 112, name =3D "mbms_register_request" }, <br>    { type =3D=
 113, name =3D "mbms_register_response" }, <br>    { type =3D 114, name =3D=
 "mbms_deregister_request" }, <br>    { type =3D 115, name =3D "mbms_deregi=
ster_response" }, <br>    { type =3D 116, name =3D "mbms_session_start_requ=
est" }, <br>    { type =3D 117, name =3D "mbms_session_start_response" }, <=
br>    { type =3D 118, name =3D "mbms_session_stop_request" }, <br>    { ty=
pe =3D 119, name =3D "mbms_session_stop_response" }, <br>    { type =3D 120=
, name =3D "mbms_session_update_request" }, <br>    { type =3D 121, name =
=3D "mbms_session_update_response" }, <br> <br>    { type =3D 128, name =3D=
 "ms_info_change_request" }, <br>    { type =3D 129, name =3D "ms_info_chan=
ge_response" }, <br> <br>    { type =3D 240, name =3D "data_record_transfer=
_request" }, <br>    { type =3D 241, name =3D "data_record_transfer_respons=
e" }, <br> <br>    { type =3D 254, name =3D "end_marker" }, <br>    { type =
=3D 255, name =3D "pdu" }, <br>} <br> <br>gtp_v2_msg =3D <br>{ <br>    { ty=
pe =3D 1, name =3D "echo_request" }, <br>    { type =3D 2, name =3D "echo_r=
esponse" }, <br>    { type =3D 3, name =3D "version_not_supported" }, <br> =
<br>    { type =3D 32, name =3D "create_session_request" }, <br>    { type =
=3D 33, name =3D "create_session_response" }, <br>    { type =3D 34, name =
=3D "modify_bearer_request" }, <br>    { type =3D 35, name =3D "modify_bear=
er_response" }, <br>    { type =3D 36, name =3D "delete_session_request" },=
 <br>    { type =3D 37, name =3D "delete_session_response" }, <br>    { typ=
e =3D 38, name =3D "change_notification_request" }, <br>    { type =3D 39, =
name =3D "change_notification_response" }, <br> <br>    { type =3D 64, name=
 =3D "modify_bearer_command" }, <br>    { type =3D 65, name =3D "modify_bea=
rer_failure_indication" }, <br>    { type =3D 66, name =3D "delete_bearer_c=
ommand" }, <br>    { type =3D 67, name =3D "delete_bearer_failure_indicatio=
n" }, <br>    { type =3D 68, name =3D "bearer_resource_command" }, <br>    =
{ type =3D 69, name =3D "bearer_resource_failure_indication" }, <br>    { t=
ype =3D 70, name =3D "downlink_failure_indication" }, <br>    { type =3D 71=
, name =3D "trace_session_activation" }, <br>    { type =3D 72, name =3D "t=
race_session_deactivation" }, <br>    { type =3D 73, name =3D "stop_paging_=
indication" }, <br> <br>    { type =3D 95, name =3D "create_bearer_request"=
 }, <br>    { type =3D 96, name =3D "create_bearer_response" }, <br>    { t=
ype =3D 97, name =3D "update_bearer_request" }, <br>    { type =3D 98, name=
 =3D "update_bearer_response" }, <br>    { type =3D 99, name =3D "delete_be=
arer_request" }, <br>    { type =3D 100, name =3D "delete_bearer_response" =
}, <br>    { type =3D 101, name =3D "delete_pdn_request" }, <br>    { type =
=3D 102, name =3D "delete_pdn_response" }, <br> <br>    { type =3D 128, nam=
e =3D "identification_request" }, <br>    { type =3D 129, name =3D "identif=
ication_response" }, <br>    { type =3D 130, name =3D "sgsn_context_request=
" }, <br>    { type =3D 131, name =3D "sgsn_context_response" }, <br>    { =
type =3D 132, name =3D "sgsn_context_ack" }, <br>    { type =3D 133, name =
=3D "forward_relocation_request" }, <br>    { type =3D 134, name =3D "forwa=
rd_relocation_response" }, <br>    { type =3D 135, name =3D "forward_reloca=
tion_complete" }, <br>    { type =3D 136, name =3D "forward_relocation_comp=
lete_ack" }, <br>    { type =3D 137, name =3D "forward_access" }, <br>    {=
 type =3D 138, name =3D "forward_access_ack" }, <br>    { type =3D 139, nam=
e =3D "relocation_cancel_request" }, <br>    { type =3D 140, name =3D "relo=
cation_cancel_response" }, <br>    { type =3D 141, name =3D "configuration_=
transfer_tunnel" }, <br> <br>    { type =3D 149, name =3D "detach" }, <br> =
   { type =3D 150, name =3D "detach_ack" }, <br>    { type =3D 151, name =
=3D "cs_paging" }, <br>    { type =3D 152, name =3D "ran_info_relay" }, <br=
>    { type =3D 153, name =3D "alert_mme" }, <br>    { type =3D 154, name =
=3D "alert_mme_ack" }, <br>    { type =3D 155, name =3D "ue_activity" }, <b=
r>    { type =3D 156, name =3D "ue_activity_ack" }, <br> <br>    { type =3D=
 160, name =3D "create_forward_tunnel_request" }, <br>    { type =3D 161, n=
ame =3D "create_forward_tunnel_response" }, <br>    { type =3D 162, name =
=3D "suspend" }, <br>    { type =3D 163, name =3D "suspend_ack" }, <br>    =
{ type =3D 164, name =3D "resume" }, <br>    { type =3D 165, name =3D "resu=
me_ack" }, <br>    { type =3D 166, name =3D "create_indirect_forward_tunnel=
_request" }, <br>    { type =3D 167, name =3D "create_indirect_forward_tunn=
el_response" }, <br>    { type =3D 168, name =3D "delete_indirect_forward_t=
unnel_request" }, <br>    { type =3D 169, name =3D "delete_indirect_forward=
_tunnel_response" }, <br>    { type =3D 170, name =3D "release_access_beare=
r_request" }, <br>    { type =3D 171, name =3D "release_access_bearer_respo=
nse" }, <br> <br>    { type =3D 176, name =3D "downlink_data" }, <br>    { =
type =3D 177, name =3D "downlink_data_ack" }, <br> <br>    { type =3D 179, =
name =3D "pgw_restart" }, <br>    { type =3D 180, name =3D "pgw_restart_ack=
" }, <br> <br>    { type =3D 200, name =3D "update_pdn_request" }, <br>    =
{ type =3D 201, name =3D "update_pdn_response" }, <br> <br>    { type =3D 2=
11, name =3D "modify_access_bearer_request" }, <br>    { type =3D 212, name=
 =3D "modify_access_bearer_response" }, <br> <br>    { type =3D 231, name =
=3D "mbms_session_start_request" }, <br>    { type =3D 232, name =3D "mbms_=
session_start_response" }, <br>    { type =3D 233, name =3D "mbms_session_u=
pdate_request" }, <br>    { type =3D 234, name =3D "mbms_session_update_res=
ponse" }, <br>    { type =3D 235, name =3D "mbms_session_stop_request" }, <=
br>    { type =3D 236, name =3D "mbms_session_stop_response" }, <br>}; <br>=
 <br>-- length =3D 0 indicates variable length <br> <br>gtp_v0_info =3D <br=
>{ <br>    { type =3D 1, name =3D "cause", length =3D 2 }, <br>    { type =
=3D 2, name =3D "imsi", length =3D 9 }, <br>    { type =3D 3, name =3D "rai=
", length =3D 7 }, <br>    { type =3D 4, name =3D "tlli", length =3D 5 }, <=
br>    { type =3D 5, name =3D "p_tmsi", length =3D 5 }, <br>    { type =3D =
6, name =3D "qos", length =3D 4 }, <br> <br>    { type =3D 8, name =3D "rec=
ording_required", length =3D 2 }, <br>    { type =3D 9, name =3D "authentic=
ation", length =3D 29 }, <br> <br>    { type =3D 11, name =3D "map_cause", =
length =3D 2 }, <br>    { type =3D 12, name =3D "p_tmsi_sig", length =3D 4 =
}, <br>    { type =3D 13, name =3D "ms_validated", length =3D 2 }, <br>    =
{ type =3D 14, name =3D "recovery", length =3D 2 }, <br>    { type =3D 15, =
name =3D "selection_mode", length =3D 2 }, <br>    { type =3D 16, name =3D =
"flow_label_data_1", length =3D 3 }, <br>    { type =3D 17, name =3D "flow_=
label_signalling", length =3D 3 }, <br>    { type =3D 18, name =3D "flow_la=
bel_data_2", length =3D 4 }, <br>    { type =3D 19, name =3D "ms_unreachabl=
e", length =3D 2 }, <br> <br>    { type =3D 127, name =3D "charge_id", leng=
th =3D 5 }, <br>    { type =3D 128, name =3D "end_user_address", length =3D=
 0 }, <br>    { type =3D 129, name =3D "mm_context", length =3D 0 }, <br>  =
  { type =3D 130, name =3D "pdp_context", length =3D 0 }, <br>    { type =
=3D 131, name =3D "apn", length =3D 0 }, <br>    { type =3D 132, name =3D "=
protocol_config", length =3D 0 }, <br>    { type =3D 133, name =3D "gsn", l=
ength =3D 0 }, <br>    { type =3D 134, name =3D "msisdn", length =3D 0 }, <=
br> <br>    { type =3D 251, name =3D "charging_gateway_addr", length =3D 0 =
}, <br> <br>    { type =3D 255, name =3D "private_extension", length =3D 0 =
}, <br>} <br> <br>gtp_v1_info =3D <br>{ <br>    { type =3D 1, name =3D "cau=
se", length =3D 2 }, <br>    { type =3D 2, name =3D "imsi", length =3D 9 },=
 <br>    { type =3D 3, name =3D "rai", length =3D 7 }, <br>    { type =3D 4=
, name =3D "tlli", length =3D 5 }, <br>    { type =3D 5, name =3D "p_tmsi",=
 length =3D 5 }, <br> <br>    { type =3D 8, name =3D "recording_required", =
length =3D 2 }, <br>    { type =3D 9, name =3D "authentication", length =3D=
 29 }, <br> <br>    { type =3D 11, name =3D "map_cause", length =3D 2 }, <b=
r>    { type =3D 12, name =3D "p_tmsi_sig", length =3D 4 }, <br>    { type =
=3D 13, name =3D "ms_validated", length =3D 2 }, <br>    { type =3D 14, nam=
e =3D "recovery", length =3D 2 }, <br>    { type =3D 15, name =3D "selectio=
n_mode", length =3D 2 }, <br>    { type =3D 16, name =3D "teid_1", length =
=3D 5 }, <br>    { type =3D 17, name =3D "teid_control", length =3D 5 }, <b=
r>    { type =3D 18, name =3D "teid_2", length =3D 6 }, <br>    { type =3D =
19, name =3D "teardown_ind", length =3D 2 }, <br>    { type =3D 20, name =
=3D "nsapi", length =3D 2 }, <br>    { type =3D 21, name =3D "ranap", lengt=
h =3D 2 }, <br>    { type =3D 22, name =3D "rab_context", length =3D 10 }, =
<br>    { type =3D 23, name =3D "radio_priority_sms", length =3D 2 }, <br> =
   { type =3D 24, name =3D "radio_priority", length =3D 2 }, <br>    { type=
 =3D 25, name =3D "packet_flow_id", length =3D 3 }, <br>    { type =3D 26, =
name =3D "charging_char", length =3D 3 }, <br>    { type =3D 27, name =3D "=
trace_ref", length =3D 3 }, <br>    { type =3D 28, name =3D "trace_type", l=
ength =3D 3 }, <br>    { type =3D 29, name =3D "ms_unreachable", length =3D=
 2 }, <br> <br>    {  type =3D127, name =3D "charge_id", length =3D 5 }, <b=
r>    { type =3D 128, name =3D "end_user_address", length =3D 0 }, <br>    =
{ type =3D 129, name =3D "mm_context", length =3D 0 }, <br>    { type =3D 1=
30, name =3D "pdp_context", length =3D 0 }, <br>    { type =3D 131, name =
=3D "apn", length =3D 0 }, <br>    { type =3D 132, name =3D "protocol_confi=
g", length =3D 0 }, <br>    { type =3D 133, name =3D "gsn", length =3D 0 },=
 <br>    { type =3D 134, name =3D "msisdn", length =3D 0 }, <br>    { type =
=3D 135, name =3D "qos", length =3D 0 }, <br>    { type =3D 136, name =3D "=
authentication_qu", length =3D 0 }, <br>    { type =3D 137, name =3D "tft",=
 length =3D 0 }, <br>    { type =3D 138, name =3D "target_id", length =3D 0=
 }, <br>    { type =3D 139, name =3D "utran_trans", length =3D 0 }, <br>   =
 { type =3D 140, name =3D "rab_setup", length =3D 0 }, <br>    { type =3D 1=
41, name =3D "ext_header", length =3D 0 }, <br>    { type =3D 142, name =3D=
 "trigger_id", length =3D 0 }, <br>    { type =3D 143, name =3D "omc_id", l=
ength =3D 0 }, <br>    { type =3D 144, name =3D "ran_trans", length =3D 0 }=
, <br>    { type =3D 145, name =3D "pdp_context_pri", length =3D 0 }, <br> =
   { type =3D 146, name =3D "addi_rab_setup", length =3D 0 }, <br>    { typ=
e =3D 147, name =3D "sgsn_number", length =3D 0 }, <br>    { type =3D 148, =
name =3D "common_flag", length =3D 0 }, <br>    { type =3D 149, name =3D "a=
pn_restriction", length =3D 0 }, <br>    { type =3D 150, name =3D "radio_pr=
iority_lcs", length =3D 4 }, <br>    { type =3D 151, name =3D "rat_type", l=
ength =3D 0 }, <br>    { type =3D 152, name =3D "user_loc_info", length =3D=
 0 }, <br>    { type =3D 153, name =3D "ms_time_zone", length =3D 0 }, <br>=
    { type =3D 154, name =3D "imei_sv", length =3D 0 }, <br>    { type =3D =
155, name =3D "camel", length =3D 0 }, <br>    { type =3D 156, name =3D "mb=
ms_ue_context", length =3D 0 }, <br>    { type =3D 157, name =3D "tmp_mobil=
e_group_id", length =3D 0 }, <br>    { type =3D 158, name =3D "rim_routing_=
addr", length =3D 0 }, <br>    { type =3D 159, name =3D "mbms_config", leng=
th =3D 0 }, <br>    { type =3D 160, name =3D "mbms_service_area", length =
=3D 0 }, <br>    { type =3D 161, name =3D "src_rnc_pdcp", length =3D 0 }, <=
br>    { type =3D 162, name =3D "addi_trace_info", length =3D 0 }, <br>    =
{ type =3D 163, name =3D "hop_counter", length =3D 0 }, <br>    { type =3D =
164, name =3D "plmn_id", length =3D 0 }, <br>    { type =3D 165, name =3D "=
mbms_session_id", length =3D 0 }, <br>    { type =3D 166, name =3D "mbms_2g=
3g_indicator", length =3D 0 }, <br>    { type =3D 167, name =3D "enhanced_n=
sapi", length =3D 0 }, <br>    { type =3D 168, name =3D "mbms_session_durat=
ion", length =3D 0 }, <br>    { type =3D 169, name =3D "addi_mbms_trace_inf=
o", length =3D 0 }, <br>    { type =3D 170, name =3D "mbms_session_repetiti=
on_num", length =3D 0 }, <br>    { type =3D 171, name =3D "mbms_time_to_dat=
a", length =3D 0 }, <br> <br>    { type =3D 173, name =3D "bss", length =3D=
 0 }, <br>    { type =3D 174, name =3D "cell_id", length =3D 0 }, <br>    {=
 type =3D 175, name =3D "pdu_num", length =3D 0 }, <br>    { type =3D 177, =
name =3D "mbms_bearer_capab", length =3D 0 }, <br>    { type =3D 178, name =
=3D "rim_routing_disc", length =3D 0 }, <br>    { type =3D 179, name =3D "l=
ist_pfc", length =3D 0 }, <br>    { type =3D 180, name =3D "ps_xid", length=
 =3D 0 }, <br>    { type =3D 181, name =3D "ms_info_change_report", length =
=3D 4 }, <br>    { type =3D 182, name =3D "direct_tunnel_flags", length =3D=
 0 }, <br>    { type =3D 183, name =3D "correlation_id", length =3D 0 }, <b=
r>    { type =3D 184, name =3D "bearer_control_mode", length =3D 0 }, <br> =
   { type =3D 185, name =3D "mbms_flow_id", length =3D 0 }, <br>    { type =
=3D 186, name =3D "mbms_ip_multicast", length =3D 0 }, <br>    { type =3D 1=
87, name =3D "mbms_distribution_ack", length =3D 4 }, <br>    { type =3D 18=
8, name =3D "reliable_inter_rat_handover", length =3D 0 }, <br>    { type =
=3D 189, name =3D "rfsp_index", length =3D 0 }, <br>    { type =3D 190, nam=
e =3D "fqdn", length =3D 0 }, <br>    { type =3D 191, name =3D "evolved_all=
ocation1", length =3D 0 }, <br>    { type =3D 192, name =3D "evolved_alloca=
tion2", length =3D 0 }, <br>    { type =3D 193, name =3D "extended_flags", =
length =3D 0 }, <br>    { type =3D 194, name =3D "uci", length =3D 0 }, <br=
>    { type =3D 195, name =3D "csg_info", length =3D 0 }, <br>    { type =
=3D 196, name =3D "csg_id", length =3D 0 }, <br>    { type =3D 197, name =
=3D "cmi", length =3D 4 }, <br>    { type =3D 198, name =3D "apn_ambr", len=
gth =3D 0 }, <br>    { type =3D 199, name =3D "ue_network", length =3D 0 },=
 <br>    { type =3D 200, name =3D "ue_ambr", length =3D 0 }, <br>    { type=
 =3D 201, name =3D "apn_ambr_nsapi", length =3D 0 }, <br>    { type =3D 202=
, name =3D "ggsn_backoff_timer", length =3D 0 }, <br>    { type =3D 203, na=
me =3D "signalling_priority_indication", length =3D 0 }, <br>    { type =3D=
 204, name =3D "signalling_priority_indication_nsapi", length =3D 0 }, <br>=
    { type =3D 205, name =3D "high_bitrate", length =3D 4 }, <br>    { type=
 =3D 206, name =3D "max_mbr", length =3D 0 }, <br> <br>    { type =3D 251, =
name =3D "charging_gateway_addr", length =3D 0 }, <br> <br>    { type =3D 2=
55, name =3D "private_extension", length =3D 0 }, <br>} <br> <br>gtp_v2_inf=
o =3D <br>{ <br>    { type =3D 1, name =3D "imsi", length =3D 0 }, <br>    =
{ type =3D 2, name =3D "cause", length =3D 0 }, <br>    { type =3D 3, name =
=3D "recovery", length =3D 0 }, <br> <br>    { type =3D 71, name =3D "apn",=
 length =3D 0 }, <br>    { type =3D 72, name =3D "ambr", length =3D 0 }, <b=
r>    { type =3D 73, name =3D "ebi", length =3D 0 }, <br>    { type =3D 74,=
 name =3D "ip_addr", length =3D 0 }, <br>    { type =3D 75, name =3D "mei",=
 length =3D 0 }, <br>    { type =3D 76, name =3D "msisdn", length =3D 0 }, =
<br>    { type =3D 77, name =3D "indication", length =3D 0 }, <br>    { typ=
e =3D 78, name =3D "pco", length =3D 0 }, <br>    { type =3D 79, name =3D "=
paa", length =3D 0 }, <br>    { type =3D 80, name =3D "bearer_qos", length =
=3D 0 }, <br>    { type =3D 81, name =3D "flow_qos", length =3D 0 }, <br>  =
  { type =3D 82, name =3D "rat_type", length =3D 0 }, <br>    { type =3D 83=
, name =3D "serving_network", length =3D 0 }, <br>    { type =3D 84, name =
=3D "bearer_tft", length =3D 0 }, <br>    { type =3D 85, name =3D "tad", le=
ngth =3D 0 }, <br>    { type =3D 86, name =3D "uli", length =3D 0 }, <br>  =
  { type =3D 87, name =3D "f_teid", length =3D 0 }, <br>    { type =3D 88, =
name =3D "tmsi", length =3D 0 }, <br>    { type =3D 89, name =3D "cn_id", l=
ength =3D 0 }, <br>    { type =3D 90, name =3D "s103pdf", length =3D 0 }, <=
br>    { type =3D 91, name =3D "s1udf", length =3D 0 }, <br>    { type =3D =
92, name =3D "delay_value", length =3D 0 }, <br>    { type =3D 93, name =3D=
 "bearer_context", length =3D 0 }, <br>    { type =3D 94, name =3D "chargin=
g_id", length =3D 0 }, <br>    { type =3D 95, name =3D "charging_char", len=
gth =3D 0 }, <br>    { type =3D 96, name =3D "trace_info", length =3D 0 }, =
<br>    { type =3D 97, name =3D "bearer_flag", length =3D 0 }, <br> <br>   =
 { type =3D 99,  name =3D "pdn_type", length =3D 0 }, <br>    { type =3D 10=
0, name =3D "pti", length =3D 0 }, <br>    { type =3D 101, name =3D "drx_pa=
rameter", length =3D 0 }, <br> <br>    { type =3D 103, name =3D "gsm_key_tr=
i", length =3D 0 }, <br>    { type =3D 104, name =3D "umts_key_cipher_quin"=
, length =3D 0 }, <br>    { type =3D 105, name =3D "gsm_key_cipher_quin", l=
ength =3D 0 }, <br>    { type =3D 106, name =3D "umts_key_quin", length =3D=
 0 }, <br>    { type =3D 107, name =3D "eps_quad", length =3D 0 }, <br>    =
{ type =3D 108, name =3D "umts_key_quad_quin", length =3D 0 }, <br>    { ty=
pe =3D 109, name =3D "pdn_connection", length =3D 0 }, <br>    { type =3D 1=
10, name =3D "pdn_number", length =3D 0 }, <br>    { type =3D 111, name =3D=
 "p_tmsi", length =3D 0 }, <br>    { type =3D 112, name =3D "p_tmsi_sig", l=
ength =3D 0 }, <br>    { type =3D 113, name =3D "hop_counter", length =3D 0=
 }, <br>    { type =3D 114, name =3D "ue_time_zone", length =3D 0 }, <br>  =
  { type =3D 115, name =3D "trace_ref", length =3D 0 }, <br>    { type =3D =
116, name =3D "complete_request_msg", length =3D 0 }, <br>    { type =3D 11=
7, name =3D "guti", length =3D 0 }, <br>    { type =3D 118, name =3D "f_con=
tainer", length =3D 0 }, <br>    { type =3D 119, name =3D "f_cause", length=
 =3D 0 }, <br>    { type =3D 120, name =3D "plmn_id", length =3D 0 }, <br> =
   { type =3D 121, name =3D "target_id", length =3D 0 }, <br> <br>    { typ=
e =3D 123, name =3D "packet_flow_id", length =3D 0 }, <br>    { type =3D 12=
4, name =3D "rab_contex", length =3D 0 }, <br>    { type =3D 125, name =3D =
"src_rnc_pdcp", length =3D 0 }, <br>    { type =3D 126, name =3D "udp_src_p=
ort", length =3D 0 }, <br>    { type =3D 127, name =3D "apn_restriction", l=
ength =3D 0 }, <br>    { type =3D 128, name =3D "selection_mode", length =
=3D 0 }, <br>    { type =3D 129, name =3D "src_id", length =3D 0 }, <br> <b=
r>    { type =3D 131, name =3D "change_report_action", length =3D 0 }, <br>=
    { type =3D 132, name =3D "fq_csid", length =3D 0 }, <br>    { type =3D =
133, name =3D "channel", length =3D 0 }, <br>    { type =3D 134, name =3D "=
emlpp_pri", length =3D 0 }, <br>    { type =3D 135, name =3D "node_type", l=
ength =3D 0 }, <br>    { type =3D 136, name =3D "fqdn", length =3D 0 }, <br=
>    { type =3D 137, name =3D "ti", length =3D 0 }, <br>    { type =3D 138,=
 name =3D "mbms_session_duration", length =3D 0 }, <br>    { type =3D 139, =
name =3D "mbms_service_area", length =3D 0 }, <br>    { type =3D 140, name =
=3D "mbms_session_id", length =3D 0 }, <br>    { type =3D 141, name =3D "mb=
ms_flow_id", length =3D 0 }, <br>    { type =3D 142, name =3D "mbms_ip_mult=
icast", length =3D 0 }, <br>    { type =3D 143, name =3D "mbms_distribution=
_ack", length =3D 0 }, <br>    { type =3D 144, name =3D "rfsp_index", lengt=
h =3D 0 }, <br>    { type =3D 145, name =3D "uci", length =3D 0 }, <br>    =
{ type =3D 146, name =3D "csg_info", length =3D 0 }, <br>    { type =3D 147=
, name =3D "csg_id", length =3D 0 }, <br>    { type =3D 148, name =3D "cmi"=
, length =3D 0 }, <br>    { type =3D 149, name =3D "service_indicator", len=
gth =3D 0 }, <br>    { type =3D 150, name =3D "detach_type", length =3D 0 }=
, <br>    { type =3D 151, name =3D "ldn", length =3D 0 }, <br>    { type =
=3D 152, name =3D "node_feature", length =3D 0 }, <br>    { type =3D 153, n=
ame =3D "mbms_time_to_transfer", length =3D 0 }, <br>    { type =3D 154, na=
me =3D "throttling", length =3D 0 }, <br>    { type =3D 155, name =3D "arp"=
, length =3D 0 }, <br>    { type =3D 156, name =3D "epc_timer", length =3D =
0 }, <br>    { type =3D 157, name =3D "signalling_priority_indication", len=
gth =3D 0 }, <br>    { type =3D 158, name =3D "tmgi", length =3D 0 }, <br> =
   { type =3D 159, name =3D "mm_srvcc", length =3D 0 }, <br>    { type =3D =
160, name =3D "flags_srvcc", length =3D 0 }, <br>    { type =3D 161, name =
=3D "mmbr", length =3D 0 }, <br> <br>    { type =3D 255, name =3D "private_=
extension", length =3D 0 }, <br>} <br> <br>default_gtp =3D <br>{ <br>    { =
version =3D 0, messages =3D gtp_v0_msg, infos =3D gtp_v0_info }, <br>    { =
version =3D 1, messages =3D gtp_v1_msg, infos =3D gtp_v1_info }, <br>    { =
version =3D 2, messages =3D gtp_v2_msg, infos =3D gtp_v2_info }, <br>} <br>=
 <br>----------------------------------------------------------------------=
----- <br>-- port_scan defaults <br>---------------------------------------=
------------------------------------ <br> <br>tcp_low_ports =3D { scans =3D=
   0, rejects =3D  5, nets =3D  25, ports =3D  5 } <br>tcp_low_decoy =3D { =
scans =3D   0, rejects =3D 15, nets =3D  50, ports =3D 30 } <br>tcp_low_swe=
ep =3D { scans =3D   0, rejects =3D  5, nets =3D   5, ports =3D 15 } <br>tc=
p_low_dist =3D  { scans =3D   0, rejects =3D 15, nets =3D  50, ports =3D 15=
 } <br> <br>tcp_med_ports =3D { scans =3D 200, rejects =3D 10, nets =3D  60=
, ports =3D 15 } <br>tcp_med_decoy =3D { scans =3D 200, rejects =3D 30, net=
s =3D 120, ports =3D 60 } <br>tcp_med_sweep =3D { scans =3D  30, rejects =
=3D  7, nets =3D   7, ports =3D 10 } <br>tcp_med_dist =3D  { scans =3D 200,=
 rejects =3D 30, nets =3D 120, ports =3D 30 } <br> <br>tcp_hi_ports =3D  { =
scans =3D 200, rejects =3D  5, nets =3D 100, ports =3D 10 } <br>tcp_hi_deco=
y =3D  { scans =3D 200, rejects =3D  7, nets =3D 200, ports =3D 60 } <br>tc=
p_hi_sweep =3D  { scans =3D  30, rejects =3D  3, nets =3D   3, ports =3D 10=
 } <br>tcp_hi_dist =3D   { scans =3D 200, rejects =3D  5, nets =3D 200, por=
ts =3D 10 } <br> <br>udp_low_ports =3D { scans =3D   0, rejects =3D  5, net=
s =3D  25, ports =3D  5 } <br>udp_low_decoy =3D { scans =3D   0, rejects =
=3D 15, nets =3D  50, ports =3D 30 } <br>udp_low_sweep =3D { scans =3D   0,=
 rejects =3D  5, nets =3D   5, ports =3D 15 } <br>udp_low_dist =3D  { scans=
 =3D   0, rejects =3D 15, nets =3D  50, ports =3D 15 } <br> <br>udp_med_por=
ts =3D { scans =3D 200, rejects =3D 10, nets =3D  60, ports =3D 15 } <br>ud=
p_med_decoy =3D { scans =3D 200, rejects =3D 30, nets =3D 120, ports =3D 60=
 } <br>udp_med_sweep =3D { scans =3D  30, rejects =3D  5, nets =3D   5, por=
ts =3D 20 } <br>udp_med_dist =3D  { scans =3D 200, rejects =3D 30, nets =3D=
 120, ports =3D 30 } <br> <br>udp_hi_ports =3D  { scans =3D 200, rejects =
=3D  3, nets =3D 100, ports =3D 10 } <br>udp_hi_decoy =3D  { scans =3D 200,=
 rejects =3D  7, nets =3D 200, ports =3D 60 } <br>udp_hi_sweep =3D  { scans=
 =3D  30, rejects =3D  3, nets =3D   3, ports =3D 10 } <br>udp_hi_dist =3D =
  { scans =3D 200, rejects =3D  3, nets =3D 200, ports =3D 10 } <br> <br>ip=
_low_proto =3D  { scans =3D   0, rejects =3D 10, nets =3D  10, ports =3D 50=
 } <br>ip_low_decoy =3D  { scans =3D   0, rejects =3D 40, nets =3D  50, por=
ts =3D 25 } <br>ip_low_sweep =3D  { scans =3D   0, rejects =3D 10, nets =3D=
  10, ports =3D 10 } <br>ip_low_dist =3D   { scans =3D   0, rejects =3D 15,=
 nets =3D  25, ports =3D 50 } <br> <br>ip_med_proto =3D  { scans =3D 200, r=
ejects =3D 10, nets =3D  10, ports =3D 50 } <br>ip_med_decoy =3D  { scans =
=3D 200, rejects =3D 40, nets =3D  50, ports =3D 25 } <br>ip_med_sweep =3D =
 { scans =3D  30, rejects =3D 10, nets =3D  10, ports =3D 10 } <br>ip_med_d=
ist =3D   { scans =3D 200, rejects =3D 15, nets =3D  25, ports =3D 50 } <br=
> <br>ip_hi_proto =3D   { scans =3D 200, rejects =3D  3, nets =3D   3, port=
s =3D 10 } <br>ip_hi_decoy =3D   { scans =3D 200, rejects =3D  7, nets =3D =
 15, ports =3D  5 } <br>ip_hi_sweep =3D   { scans =3D  30, rejects =3D  3, =
nets =3D   3, ports =3D  7 } <br>ip_hi_dist =3D    { scans =3D 200, rejects=
 =3D  3, nets =3D  11, ports =3D 10 } <br> <br>icmp_low_sweep =3D { scans =
=3D   0, rejects =3D  5, nets =3D   5, ports =3D  5 } <br>icmp_med_sweep =
=3D { scans =3D  20, rejects =3D  5, nets =3D   5, ports =3D  5 } <br>icmp_=
hi_sweep =3D  { scans =3D  10, rejects =3D  3, nets =3D   3, ports =3D  5 }=
 <br> <br>default_hi_port_scan =3D <br>{ <br>    protos =3D 'all', <br>    =
scan_types =3D 'all', <br> <br>    tcp_window =3D 600, <br>    udp_window =
=3D 600, <br>    ip_window =3D 600, <br>    icmp_window =3D 600, <br> <br> =
   tcp_ports =3D tcp_hi_ports, <br>    tcp_decoy =3D tcp_hi_decoy, <br>    =
tcp_sweep =3D tcp_hi_sweep, <br>    tcp_dist =3D tcp_hi_dist, <br> <br>    =
udp_ports =3D udp_hi_ports, <br>    udp_decoy =3D udp_hi_decoy, <br>    udp=
_sweep =3D udp_hi_sweep, <br>    udp_dist =3D udp_hi_dist, <br> <br>    ip_=
proto =3D ip_hi_proto, <br>    ip_decoy =3D ip_hi_decoy, <br>    ip_sweep =
=3D ip_hi_sweep, <br>    ip_dist =3D ip_hi_dist, <br> <br>    icmp_sweep =
=3D icmp_hi_sweep, <br>} <br> <br>default_med_port_scan =3D <br>{ <br>    p=
rotos =3D 'all', <br>    scan_types =3D 'all', <br> <br>    tcp_window =3D =
90, <br>    udp_window =3D 90, <br>    ip_window =3D 90, <br>    icmp_windo=
w =3D 90, <br> <br>    tcp_ports =3D tcp_med_ports, <br>    tcp_decoy =3D t=
cp_med_decoy, <br>    tcp_sweep =3D tcp_med_sweep, <br>    tcp_dist =3D tcp=
_med_dist, <br> <br>    udp_ports =3D udp_med_ports, <br>    udp_decoy =3D =
udp_med_decoy, <br>    udp_sweep =3D udp_med_sweep, <br>    udp_dist =3D ud=
p_med_dist, <br> <br>    ip_proto =3D ip_med_proto, <br>    ip_decoy =3D ip=
_med_decoy, <br>    ip_sweep =3D ip_med_sweep, <br>    ip_dist =3D ip_med_d=
ist, <br> <br>    icmp_sweep =3D icmp_med_sweep, <br>} <br> <br>default_low=
_port_scan =3D <br>{ <br>    protos =3D 'all', <br>    scan_types =3D 'all'=
, <br> <br>    tcp_window =3D 60, <br>    udp_window =3D 60, <br>    ip_win=
dow =3D 60, <br>    icmp_window =3D 60, <br> <br>    tcp_ports =3D tcp_low_=
ports, <br>    tcp_decoy =3D tcp_low_decoy, <br>    tcp_sweep =3D tcp_low_s=
weep, <br>    tcp_dist =3D tcp_low_dist, <br> <br>    udp_ports =3D udp_low=
_ports, <br>    udp_decoy =3D udp_low_decoy, <br>    udp_sweep =3D udp_low_=
sweep, <br>    udp_dist =3D udp_low_dist, <br> <br>    ip_proto =3D ip_low_=
proto, <br>    ip_decoy =3D ip_low_decoy, <br>    ip_sweep =3D ip_low_sweep=
, <br>    ip_dist =3D ip_low_dist, <br> <br>    icmp_sweep =3D icmp_low_swe=
ep, <br>} <br> <br>--------------------------------------------------------=
------------------- <br>-- default js_norm configuration <br>--------------=
------------------------------------------------------------- <br> <br>-- E=
CMAScript Standard Built-in Objects and Functions Names (Identifiers) <br>-=
- Also, might include other non-specification identifiers like those <br>--=
 are part of WebAPI or frameworks <br> <br>default_js_norm_ident_ignore =3D=
 <br>{ <br>    -- GlobalObject.Functions <br>    'eval', 'PerformEval', 'Ho=
stEnsureCanCompileStrings', 'EvalDeclarationInstantiation', <br>    'isFini=
te', 'isNaN', 'parseFloat', 'parseInt', 'Encode', 'Decode', 'decodeURI', <b=
r>    'decodeURIComponent', 'encodeURI', 'encodeURIComponent', <br> <br>   =
 -- Microsoft.JScript.GlobalObject.Functions <br>    'CollectGarbage', 'Get=
HashCode', 'GetObject', 'GetType', 'MemberwiseClone', <br> <br>    -- Globa=
lObject.Constructors <br>    'AggregateError', 'Array', 'ArrayBuffer', 'Big=
Int', 'BitInt64Array', 'BigUint64Array', <br>    'Boolean', 'DataView', 'Da=
te', 'Error', 'EvalError', 'FinalizationRegistry', <br>    'Float32Array', =
'Float64Array', 'Function', 'Int8Array', 'Int16Array', 'Int32Array', <br>  =
  'Map', 'NativeError', 'Number', 'Object', 'Promise', 'Proxy', <br>    'Ra=
ngeError', 'ReferenceError', 'RegExp', 'Set', 'SharedArrayBuffer', 'String'=
, <br>    'Symbol', 'SyntaxError', 'TypeError', 'Uint8Array', 'Uint8Clamped=
Array', 'Uint16Array', <br>    'Uint32Array', 'URIError', 'WeakMap', 'WeakR=
ef', 'WeakSet', <br> <br>    -- Microsoft.JScript.GlobalObject.Constructors=
 <br>    'ActiveXObject', 'Enumerator', 'VBArray', <br> <br>    -- Atomics =
<br>    'Atomics', 'WaiterList', 'ValidateIntegerTypedArray', 'ValidateAtom=
icAccess', 'GetWaiterList', <br>    'EnterCriticalSection', 'LeaveCriticalS=
ection', 'AddWaiter', 'RemoveWaiter', 'RemoveWaiters', <br>    'SuspendAgen=
t', 'NotifyWaiter', 'AtomicReadModifyWrite', 'ByteListBitwiseOp', 'ByteList=
Equal', <br> <br>    -- JSON <br>    'JSON', 'InternalizeJSONProperty', 'Se=
rializeJSONProperty', 'QuoteJSONString', 'UnicodeEscape', <br>    'Serializ=
eJSONObject','SerializeJSONArray', <br> <br>    -- Math <br>    'Math', <br=
> <br>    -- Reflect <br>    'Reflect', <br> <br>    -- Date and Time <br> =
   'LocalTZA', 'LocalTime', 'UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'Time=
Clip', 'TimeString', <br>    'DateString', 'TimeZoneString', 'ToDateString'=
, <br> <br>    -- String <br>    'StringPad', 'GetSubstitution', 'SplitMatc=
h', 'TrimString', <br> <br>    -- RegExp <br>    'RegExpExec', 'RegExpBuilt=
inExec', 'AdvanceStringIndex', 'RegExpHasFlag', <br> <br>    -- TypedArray =
<br>    'TypedArray', 'TypedArraySpeciesCreate', 'TypedArrayCreate', 'Valid=
ateTypedArray', <br>    'AllocateTypedArray', 'InitializeTypedArrayFromType=
dArray', <br>    'InitializeTypedArrayFromArrayBuffer', 'InitializeTypedArr=
ayFromList', <br>    'InitializeTypedArrayFromArrayLike', 'AllocateTypedArr=
ayBuffer', <br> <br>    -- ArrayBuffer <br>    'AllocateArrayBuffer', 'IsDe=
tachedBuffer', 'DetachArrayBuffer', 'CloneArrayBuffer', <br>    'IsUnsigned=
ElementType', 'IsUnclampedIntegerElementType', 'IsBigIntElementType', <br> =
   'IsNoTearConfiguration', 'RawBytesToNumeric', 'GetValueFromBuffer', 'Num=
ericToRawBytes', <br>    'SetValueInBuffer', 'GetModifySetValueInBuffer', <=
br> <br>    -- SharedArrayBuffer <br>    'AllocateSharedArrayBuffer', 'IsSh=
aredArrayBuffer', <br> <br>    -- DataView <br>    'GetViewValue', 'SetView=
Value', 'getDataView', <br> <br>    -- WeakRef <br>    'WeakRefDeref', <br>=
 <br>    -- Promise <br>    'IfAbruptRejectPromise', 'CreateResolvingFuncti=
ons', 'FulfillPromise', 'NewPromiseCapability', <br>    'IsPromise', 'Rejec=
tPromise', 'TriggerPromiseReactions', 'HostPromiseRejectionTracker', <br>  =
  'NewPromiseReactionJob', 'NewPromiseResolveThenableJob', 'GetPromiseResol=
ve', <br>    'PerformPromiseAll', 'PerformPromiseAllSettled', 'PerformPromi=
seAny', 'PerformPromiseRace', <br>    'PromiseResolve', 'PerformPromiseThen=
', <br> <br>    -- GeneratorFunction <br>    'GeneratorFunction', 'AsyncGen=
eratorFunction', <br> <br>    -- Generator <br>    'Generator', 'GeneratorS=
tart', 'GeneratorValidate', 'GeneratorResume', 'GeneratorResumeAbrupt', <br=
>    'GetGeneratorKind', 'GeneratorYield', 'Yield', 'CreateIteratorFromClos=
ure', <br> <br>    -- AsyncGenerator <br>    'AsyncGenerator', 'AsyncGenera=
torStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolve', <br>    'Asyn=
cGeneratorReject', 'AsyncGeneratorResumeNext', 'AsyncGeneratorEnqueue', <br=
>    'AsyncGeneratorYield', 'CreateAsyncIteratorFromClosure', <br> <br>    =
-- AsyncFunction <br>    'AsyncFunction', 'AsyncFunctionStart', <br> <br>  =
  -- WebAPI <br>    'console', 'document', <br> <br>    -- Misc <br>    'ar=
guments', 'CreateDynamicFunction', 'HostHasSourceTextAvailable', 'SymbolDes=
criptiveString', <br>    'IsConcatSpreadable', 'FlattenIntoArray', 'SortCom=
pare', 'AddEntriesFromIterable', <br>    'CreateMapIterator', 'CreateSetIte=
rator', 'EventSet', 'SharedDataBlockEventSet', <br>    'HostEventSet', 'Com=
poseWriteEventBytes', 'ValueOfReadEvent', 'escape', 'unescape', <br>    'Cr=
eateHTML', <br> <br>    -- Adobe Acrobat <br>    'addAnnot', 'bookmarkRoot'=
, 'calculateNow', 'closeDoc', 'createDataObject', 'docID', <br>    'exportA=
sFDF', 'exportAsFDFStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRichMe=
dia', <br>    'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs',=
 'openDataObject', 'removeField', <br>    'removeLinks', 'modDate', 'scroll=
', 'setAction', 'setPageAction', 'submitForm', 'syncAnnotScan', <br>    'Co=
llab', 'Net', 'Rendition', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'sp=
ell', 'util' <br>} <br> <br>default_js_norm_prop_ignore =3D <br>{ <br>    -=
- Object <br>    'constructor', 'prototype', '__proto__', '__defineGetter__=
', '__defineSetter__', <br>    '__lookupGetter__', '__lookupSetter__', '__c=
ount__', '__noSuchMethod__', '__parent__', <br>    'hasOwnProperty', 'isPro=
totypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', <br>    't=
oSource', 'valueOf', 'getNotifier', 'eval', 'observe', 'unobserve', 'watch'=
, 'unwatch', <br> <br>    -- Function <br>    'arguments', 'arity', 'caller=
', 'length', 'name', 'displayName', 'apply', 'bind', 'call', <br>    'isGen=
erator', <br> <br>    -- Number <br>    'toExponential', 'toFixed', 'toPrec=
ision', <br> <br>    -- String <br>    'at', 'charAt', 'charCodeAt', 'codeP=
ointAt', 'concat', 'includes', 'endWith', 'indexOf', <br>    'lastIndexOf',=
 'localeCompare', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart', <=
br>    'repeat', 'replace', 'replaceAll', 'search', 'slice', 'split', 'star=
tsWith', 'substring', <br>    'toLocaleLowerCase', 'toLocaleUpperCase', 'to=
LowerCase', 'toUpperCase', 'trim', 'trimStart', <br>    'trimEnd', <br> <br=
>    -- RegExp <br>    'flags', 'dotAll', 'global', 'hasIndices', 'ignoreCa=
se', 'multiline', 'source', 'sticky', <br>    'unicode', 'lastIndex', 'comp=
ile', 'exec', 'test', 'input', 'lastMatch', 'lastParen', <br>    'leftConte=
xt', 'rightContext', <br> <br>    -- Array <br>    'copyWithin', 'entries',=
 'every', 'fill', 'filter', 'find', 'findIndex', 'flat', 'flatMap', <br>   =
 'forEach', 'groupBy', 'groupByToMap', 'join', 'keys', 'map', 'pop',  'push=
', 'reduce', <br>    'reduceRight', 'reverse', 'shift', 'unshift', 'some', =
'sort', 'splice', <br> <br>    -- Generator <br>    'next', 'return', 'thro=
w', <br> <br>    -- EventTarget <br>    'addEventListener', 'dispatchEvent'=
, 'removeEventListener', <br> <br>    -- Node <br>    'childNodes', 'nodeVa=
lue', 'ownerDocument', 'parentElement', 'textContent', 'appendChild', <br> =
   'cloneNode', 'insertBefore', 'removeChild', 'replaceChild', <br> <br>   =
 -- Element <br>    'innerHTML', 'msRegionOverflow', 'openOrClosedShadowRoo=
t', 'outerHTML', 'part', 'shadowRoot', <br>    'after', 'append', 'attachSh=
adow', 'before', 'closest', 'createShadowRoot', 'getAttribute', <br>    'ge=
tAttributeNode', 'getAttributeNodeNS', 'getAttributeNS', 'getElementsByClas=
sName', <br>    'getElementsByTagName', 'getElementsByTagNameNS', 'insertAd=
jacentElement', 'insertAdjacentHTML', <br>    'insertAdjacentText', 'prepen=
d', 'querySelector', 'querySelectorAll', 'releasePointerCapture', <br>    '=
remove', 'removeAttribute', 'removeAttributeNode', 'removeAttributeNS', 're=
placeChildren', <br>    'replaceWith', 'setAttribute', 'setAttributeNode', =
'setAttributeNodeNS', 'setAttributeNS', <br>    'setCapture', 'setHTML', 's=
etPointerCapture', 'toggleAttribute', <br> <br>    -- HTMLElement <br>    '=
contentEditable', 'contextMenu', 'dataset', 'dir', 'enterKeyHint', 'hidden'=
, 'inert', <br>    'innerText', 'lang', 'nonce', 'outerText', 'style', 'tab=
Index', 'title', <br>    'attachInternals', <br> <br>    -- Promise <br>   =
 'catch', 'finally', <br> <br>    -- Misc <br>    'ExportStyle', 'callee', =
<br> <br>    -- Adobe Acrobat <br>    'activated', 'addAnnot', 'addLink', '=
annot', 'attachIcon', 'begin', 'bookmarkRoot', <br>    'borderColor', 'bord=
erStyle', 'buttonGetIcon', 'calculate', 'calculateNow', 'callAS', <br>    '=
children', 'close', 'closeDoc', 'commitOnSelChange', 'createChild', 'create=
DataObject', 'data', <br>    'dataObjects', 'destroy', 'doc', 'docID', 'end=
', 'execute', 'exportAsFDF', 'exportAsFDFStr', <br>    'exportDataObject', =
'exportValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedia', <br> =
   'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs', 'getPageBo=
x', 'openDataObject', <br>    'getProps', 'inReplyTo', 'layout', 'media', '=
modDate', 'newPlayer', 'objectMetadata', 'page', <br>    'point', 'points',=
 'popupOpen', 'popupRect', 'print', 'println', 'qSilence', 'query', 'rect',=
 <br>    'removeField', 'removeLinks', 'reset', 'resetForm', 'richText', 'r=
otate', 'saveAs', 'scroll', <br>    'setAction', 'setFocus', 'setIntent', '=
setItems', 'setPageAction', 'setPersistent', 'setProps', <br>    'show', 's=
tate', 'stateModel', 'streamFromString', 'stringFromStream', 'submitForm', =
<br>    'syncAnnotScan', 'talk', 'text', 'toggleNoView', 'type', 'userName'=
, 'value', 'width', 'xfa' <br>} <br> <br>default_js_norm =3D <br>{ <br>    =
-- params not specified here get internal defaults <br>    ident_ignore =3D=
 default_js_norm_ident_ignore, <br>    prop_ignore =3D default_js_norm_prop=
_ignore, <br>} <br> <br>---------------------------------------------------=
------------------------ <br>-- default whitelist <br>---------------------=
------------------------------------------------------ <br>default_whitelis=
t =3D <br>[[ <br>    ftp_command_specs default_ftp_server smtp_default_alt_=
max_command_lines <br>    default_smtp http_methods sip_requests telnet_com=
mands default_wizard <br>    default_references default_classifications gtp=
_v0_msg gtp_v1_msg gtp_v2_msg <br>    gtp_v0_info gtp_v1_info gtp_v2_info d=
efault_gtp tcp_low_ports <br>    tcp_low_decoy tcp_low_sweep tcp_low_dist t=
cp_med_ports <br>    tcp_med_decoy tcp_med_sweep tcp_med_dist tcp_hi_ports =
tcp_hi_decoy <br>    tcp_hi_sweep tcp_hi_dist udp_low_ports udp_low_decoy u=
dp_low_sweep <br>    udp_low_dist udp_med_ports udp_med_decoy udp_med_sweep=
 udp_med_dist <br>    udp_hi_ports udp_hi_decoy udp_hi_sweep udp_hi_dist ip=
_low_proto <br>    ip_low_decoy ip_low_sweep ip_low_dist ip_med_proto ip_me=
d_decoy <br>    ip_med_sweep ip_med_dist ip_hi_proto ip_hi_decoy ip_hi_swee=
p <br>    ip_hi_dist icmp_low_sweep icmp_med_sweep icmp_hi_sweep <br>    de=
fault_hi_port_scan default_med_port_scan default_low_port_scan <br>    defa=
ult_variables netflow_versions default_js_norm_ident_ignore <br>    default=
_js_norm_prop_ignore default_js_norm <br>]] <br> <br>snort_whitelist_append=
(default_whitelist) <br> <br>outputs =3D { <br>    alert_fast =3D { <br>fil=
e =3D true, <br>filename =3D "/var/log/snort/snort.log", <br>    }, <br>   =
 alert_console =3D { <br>file =3D true, <br>    }, <br>} <br> <br> ips =3D =
{ <br>    rules =3D [[ <br>include /usr/local/etc/snort/rules/local.rules <=
br>    ]] <br>} <br> <br> <br> <br>---- On Wed, 08 Jan 2025 09:19:23 -0600 =
[email protected]&lt;mailto:[email protected]&gt;&lt;[email protected]&lt;mail=
to:[email protected]&gt;&gt; wrote ---- <br> <br>Can you share the config yo=
u are using? <br> <br> <br> <br>Albert Lewis <br> <br>Email: [email protected]=
om&lt;mailto:[email protected]&gt; <br> <br>________________________________=
 <br>From: Snort-users &lt;[email protected]&lt;mailto:sn=
[email protected]&gt;&gt; on behalf of Jacko B via Snort-us=
ers &lt;[email protected]&lt;mailto:[email protected]&g=
t;&gt; <br>Sent: Tuesday, January 7, 2025 10:08 AM <br>To: Snort users &lt;=
[email protected]&lt;mailto:[email protected]&gt;&gt; <=
br>Subject: [Snort-users] Log trouble <br> <br>Hello everyone, I was wonder=
ing if anyone had any suggestions for some logging trouble I am having. I a=
m using snort++ version 3.6.0.0 <br>After installing I tried to set up logs=