Re: Log trouble

"Al Lewis \(allewi\) via Snort-users" <[email protected]> Wed, 8 Jan 2025 18:13:45 +0000
Newsgroups gmane.comp.security.ids.snort.general
Message-ID <BL3PR11MB571584F878A34BDF26D6AF8BDA122@BL3PR11MB5715.namprd11.prod.outlook.com>
--===============0743584876271992248==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_BL3PR11MB571584F878A34BDF26D6AF8BDA122BL3PR11MB5715namp_"

--_000_BL3PR11MB571584F878A34BDF26D6AF8BDA122BL3PR11MB5715namp_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Meaning the alert sections should be top level and not nested under another=
 section.



Albert Lewis

Email: [email protected]<mailto:[email protected]>

________________________________
From: Snort-users <[email protected]> on behalf of Al Lew=
is (allewi) via Snort-users <[email protected]>
Sent: Wednesday, January 8, 2025 12:54 PM
To: Jacko B <[email protected]>
Cc: Snort users <[email protected]>
Subject: Re: [Snort-users] Log trouble

I think you have the alert section under the "output" section (alert_fast a=
nd 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 {
file =3D true,
    },
}

Try removing that outputs =3D {} section.



Albert Lewis

Email: [email protected]<mailto:[email protected]>

________________________________
From: Jacko B <[email protected]>
Sent: Wednesday, January 8, 2025 11:24 AM
To: Al Lewis (allewi) <[email protected]>
Cc: Snort users <[email protected]>
Subject: Re: [Snort-users] Log trouble


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.

---------------------------------------------------------------------------
-- Snort++ defaults
---------------------------------------------------------------------------

-- this file defines the external defaults for Snort. all simple scalar
-- types have a builtin default, including those in list items, however
-- lists defaults are provided here instead of compiling 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 HOME_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
WHITE_LIST_PATH =3D '../lists'
BLACK_LIST_PATH =3D '../lists'

---------------------------------------------------------------------------
-- default networks - used in Talos rules
---------------------------------------------------------------------------
-- define servers on your network you want to 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

---------------------------------------------------------------------------
-- default ports - used in Talos rules
---------------------------------------------------------------------------
-- define ports on your network you want to protect
-- where possible, use the wizard for inspection instead of explicit 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 2100 3535'

HTTP_PORTS =3D
[[
    80 81 311 383 591 593 901 1220 1414 1741 1830 2301 2381 2809 3037 3128
    3702 4343 4848 5250 6988 7000 7001 7144 7145 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'

ORACLE_PORTS =3D ' 1024:'

SIP_PORTS =3D ' 5060 5061 5600'

SSH_PORTS =3D ' 22'

FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_PORTS

---------------------------------------------------------------------------
-- default variables
---------------------------------------------------------------------------

default_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,
    },
    ports =3D
    {
        FTP_PORTS =3D FTP_PORTS,
        HTTP_PORTS =3D HTTP_PORTS,
        MAIL_PORTS =3D MAIL_PORTS,
        ORACLE_PORTS =3D ORACLE_PORTS,
        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 CLNT CMD CONF CWD DELE ENC
    EPRT EPSV ESTA ESTP FEAT HELP LANG LIST LPRT LPSV 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 STAT 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_default_login_cmds =3D
[[
    USER PASS
]]

ftp_default_encr_cmds =3D
[[
    AUTH
]]

ftp_format_commands =3D
[[
    ACCT ADAT ALLO APPE AUTH CEL CLNT CMD 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', length =3D 0 },
    { command =3D 'CDUP', length =3D 0 },
    { command =3D 'ESTA', length =3D 0 },
    { command =3D 'FEAT', length =3D 0 },
    { command =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 },
    { command =3D 'RNFR', length =3D 200 },
    { command =3D 'STOR', length =3D 200 },
    { command =3D 'STOU', length =3D 200 },
    { command =3D 'XMKD', length =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_port >' }=
,
    { 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]]] ] s=
tring >' },
    { command =3D 'MODE', format =3D '< char ASBCZ >' },
    { command =3D 'PORT', length =3D 400, format =3D '< host_port >' },
    { command =3D 'PROT', format =3D '< char CSEP >' },
    { command =3D 'STRU', format =3D '< char FRPO [ string ] >' },
    { command =3D 'TYPE', format =3D '< { char AE [ char NTC ] | char I | c=
har L [ number ] } >' }
}

default_ftp_server =3D
{
    -- params not specified here get internal defaults
    ftp_cmds =3D ftp_default_cmds,
    data_chan_cmds =3D ftp_default_data_chan_cmds,
    data_xfer_cmds =3D ftp_default_data_xfer_cmds,
    file_put_cmds =3D ftp_default_file_put_cmds,
    file_get_cmds =3D ftp_default_file_get_cmds,
    login_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 XEXCH50
]]

smtp_default_data_cmds =3D
[[
    DATA
]]

smtp_default_normalize_cmds =3D
[[
    ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND ESOM ETRN EVFY E=
XPN
    HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SEND SOML START=
TLS
    TICK TIME TURN TURNME VERB VRFY X-ADAT XADR XAUTH XCIR X-DRCP X-ERCP XE=
XCH50
    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', length =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', length =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', length =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, },
    { command =3D 'VERB', length =3D 246, },
    { command =3D 'VRFY', length =3D 255, },
    { command =3D 'XADR', length =3D 246, },
    { command =3D 'XAUTH', length =3D 246, },
    { command =3D 'XCIR', length =3D 246, },
    { command =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
{
    -- params not specified here get internal defaults
    alt_max_command_line_len =3D smtp_default_alt_max_command_lines,
    auth_cmds =3D smtp_default_auth_cmds,
    binary_data_cmds =3D smtp_default_binary_data_cmds,
    data_cmds =3D smtp_default_data_cmds,
    normalize_cmds =3D smtp_default_normalize_cmds,
    valid_cmds =3D smtp_default_valid_cmds,
}

---------------------------------------------------------------------------
-- default wizard
---------------------------------------------------------------------------

-- some HTTP and SIP methods match the whole start line to disambiguate
-- between them or, in the case of ACK, from another protocol
-- the * * patterns match unknown methods

http_methods =3D
{
    'GET', 'HEAD', 'POST', 'DELETE', 'TRACE', 'CONNECT',
    'VERSION_CONTROL', 'REPORT', 'CHECKOUT', 'CHECKIN', 'UNCHECKOUT',
    'MKWORKSPACE', 'LABEL', 'MERGE', 'BASELINE_CONTROL',
    'MKACTIVITY', 'ORDERPATCH', 'ACL', 'PATCH', 'BIND', 'LINK',
    'MKCALENDAR', 'MKREDIRECTREF', 'REBIND', 'UNBIND', 'UNLINK',
    'UPDATEREDIRECTREF', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY',
    'MOVE', 'LOCK', 'UNLOCK', 'SEARCH', 'BCOPY', 'BDELETE', 'BMOVE',
    'BPROPFIND', 'BPROPPATCH', 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMATTS',
    'NOTIFY * HTTP/', 'OPTIONS * HTTP/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTT=
P/',
    'PUT * HTTP/', '* * HTTP/'
}

sip_requests =3D
{
    'INVITE', 'CANCEL', 'BYE', 'REGISTER', 'PRACK', 'PUBLISH', 'REFER', 'IN=
FO', 'MESSAGE',
    'NOTIFY * SIP/', 'OPTIONS * SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SIP/',
    'ACK * SIP/', '* * SIP/'
}

telnet_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', 'EHLO' },
          to_client =3D { '220*SMTP', '220*MAIL' } },

        { service =3D 'ssh', proto =3D 'tcp',
          to_server =3D { 'SSH-' }, to_client =3D { 'SSH-' } },

        { service =3D 'dce_http_server', proto =3D 'tcp',
          to_client =3D { 'ncacn_http' } },

        { service =3D 'dce_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 netflow_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_server =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 'tcp',
          to_server =3D { '|16 03|' }, to_client =3D { '|16 03|' } },

        { service =3D 'telnet', proto =3D 'tcp',
          to_server =3D telnet_commands, to_client =3D telnet_commands },
    },

    curses =3D {'dce_udp', 'dce_tcp', 'dce_smb', 'mms', 's7commplus', 'sslv=
2'}
}

---------------------------------------------------------------------------
-- 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.c=
gi?name=3D' },
    { name =3D 'arachNIDS', 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.php=
3?id=3D' },
    { name =3D 'url',       url =3D 'http://' },
    { name =3D 'msb',       url =3D 'http://technet.microsoft.com/en-us/sec=
urity/bulletin/' }
}

---------------------------------------------------------------------------
-- default classifications
---------------------------------------------------------------------------

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 'Attempted Information Leak' },

    { name =3D 'successful-recon-limited', priority =3D 2,
      text =3D 'Information Leak' },

    { name =3D 'successful-recon-largescale', priority =3D 2,
      text =3D 'Large Scale Information 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-user', priority =3D 1,
      text =3D 'Attempted User Privilege Gain' },

    { name =3D 'unsuccessful-user', priority =3D 1,
      text =3D 'Unsuccessful User Privilege Gain' },

    { name =3D 'successful-user', priority =3D 1,
      text =3D 'Successful User Privilege Gain' },

    { name =3D 'attempted-admin', priority =3D 1,
      text =3D 'Attempted Administrator Privilege Gain' },

    { name =3D 'successful-admin', priority =3D 1,
      text =3D 'Successful Administrator Privilege Gain' },

    { name =3D 'rpc-portmap-decode', priority =3D 2,
      text =3D 'Decode of an RPC Query' },

    { name =3D 'shellcode-detect', priority =3D 1,
      text =3D 'Executable code was detected' },

    { name =3D 'string-detect', priority =3D 3,
      text =3D 'A suspicious string was detected' },

    { name =3D 'suspicious-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 system 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,
      text =3D 'A client was using an unusual port' },

    { name =3D 'network-scan', 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', priority =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-activity', priority =3D 2,
      text =3D 'Access to a potentially vulnerable web application' },

    { name =3D 'web-application-attack', priority =3D 1,
      text =3D 'Web Application Attack' },

    { name =3D 'misc-activity', 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 'Inappropriate Content was Detected' },

    { name =3D 'policy-violation', priority =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', priority =3D 2,
      text =3D 'Sensitive Data' },

    { name =3D 'file-format', priority =3D 1,
      text =3D 'Known malicious file or file based exploit' },

    { name =3D 'malware-cnc', priority =3D 1,
      text =3D 'Known malware command and control traffic' },

    { name =3D 'client-side-exploit', priority =3D 1,
      text =3D 'Known client side exploit attempt' }
}

---------------------------------------------------------------------------
-- gtp defaults
---------------------------------------------------------------------------

gtp_v0_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 "redirection_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 "update_pdp_context_request" },
    { type =3D 19, name =3D "update_pdp_context_response" },
    { type =3D 20, name =3D "delete_pdp_context_request" },
    { type =3D 21, name =3D "delete_pdp_context_response" },
    { 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_indication" },
    { type =3D 27, name =3D "pdu_notification_request" },
    { type =3D 28, name =3D "pdu_notification_response" },
    { type =3D 29, name =3D "pdu_notification_reject_request" },
    { type =3D 30, name =3D "pdu_notification_reject_response" },

    { type =3D 32, name =3D "send_routing_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 "note_ms_present_request" },
    { type =3D 37, name =3D "note_ms_present_response" },

    { 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_response" },
    { 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 "redirection_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 "update_pdp_context_request" },
    { type =3D 19, name =3D "update_pdp_context_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, name =3D "init_pdp_context_activation_response" },

    { type =3D 26, name =3D "error_indication" },
    { type =3D 27, name =3D "pdu_notification_request" },
    { type =3D 28, name =3D "pdu_notification_response" },
    { type =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 "send_routing_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 "note_ms_present_request" },
    { type =3D 37, name =3D "note_ms_present_response" },

    { 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_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_relocation_complete" },
    { type =3D 56, name =3D "relocation_cancel_request" },
    { type =3D 57, name =3D "relocation_cancel_response" },
    { type =3D 58, name =3D "forward_srns_contex" },
    { type =3D 59, name =3D "forward_relocation_complete_ack" },
    { type =3D 60, name =3D "forward_srns_contex_ack" },

    { type =3D 70, name =3D "ran_info_relay" },

    { type =3D 96, name =3D "mbms_notification_request" },
    { type =3D 97, name =3D "mbms_notification_response" },
    { type =3D 98, name =3D "mbms_notification_reject_request" },
    { type =3D 99, name =3D "mbms_notification_reject_response" },
    { type =3D 100, name =3D "create_mbms_context_request" },
    { 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 "delete_mbms_context_request" },
    { type =3D 105, name =3D "delete_mbms_context_response" },

    { type =3D 112, name =3D "mbms_register_request" },
    { type =3D 113, name =3D "mbms_register_response" },
    { type =3D 114, name =3D "mbms_deregister_request" },
    { type =3D 115, name =3D "mbms_deregister_response" },
    { type =3D 116, name =3D "mbms_session_start_request" },
    { type =3D 117, name =3D "mbms_session_start_response" },
    { type =3D 118, name =3D "mbms_session_stop_request" },
    { type =3D 119, name =3D "mbms_session_stop_response" },
    { type =3D 120, name =3D "mbms_session_update_request" },
    { type =3D 121, name =3D "mbms_session_update_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_marker" },
    { type =3D 255, name =3D "pdu" },
}

gtp_v2_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 32, name =3D "create_session_request" },
    { type =3D 33, name =3D "create_session_response" },
    { type =3D 34, name =3D "modify_bearer_request" },
    { type =3D 35, name =3D "modify_bearer_response" },
    { type =3D 36, name =3D "delete_session_request" },
    { type =3D 37, name =3D "delete_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_failure_indication" },
    { type =3D 68, name =3D "bearer_resource_command" },
    { type =3D 69, name =3D "bearer_resource_failure_indication" },
    { type =3D 70, name =3D "downlink_failure_indication" },
    { type =3D 71, name =3D "trace_session_activation" },
    { type =3D 72, name =3D "trace_session_deactivation" },
    { type =3D 73, name =3D "stop_paging_indication" },

    { type =3D 95, name =3D "create_bearer_request" },
    { type =3D 96, 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, name =3D "identification_response" },
    { type =3D 130, name =3D "sgsn_context_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_relocation_response" },
    { type =3D 135, name =3D "forward_relocation_complete" },
    { 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 "ran_info_relay" },
    { type =3D 153, name =3D "alert_mme" },
    { type =3D 154, name =3D "alert_mme_ack" },
    { type =3D 155, name =3D "ue_activity" },
    { type =3D 156, name =3D "ue_activity_ack" },

    { type =3D 160, name =3D "create_forward_tunnel_request" },
    { type =3D 161, name =3D "create_forward_tunnel_response" },
    { type =3D 162, name =3D "suspend" },
    { type =3D 163, name =3D "suspend_ack" },
    { type =3D 164, name =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, name =3D "release_access_bearer_response" },

    { type =3D 176, name =3D "downlink_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_start_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, name =3D "mbms_session_stop_request" },
    { type =3D 236, name =3D "mbms_session_stop_response" },
};

-- length =3D 0 indicates variable length

gtp_v0_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 },
    { type =3D 5, name =3D "p_tmsi", length =3D 5 },
    { type =3D 6, name =3D "qos", length =3D 4 },

    { 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", length =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 "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_unreachable", length =3D 2 },

    { type =3D 127, name =3D "charge_id", length =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", length =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 "private_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, name =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", length =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_control", 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 },
    { type =3D 24, name =3D "radio_priority", length =3D 2 },
    { type =3D 25, name =3D "packet_flow_id", length =3D 3 },
    { type =3D 26, name =3D "charging_char", length =3D 3 },
    { type =3D 27, name =3D "trace_ref", length =3D 3 },
    { type =3D 28, name =3D "trace_type", length =3D 3 },
    { type =3D 29, name =3D "ms_unreachable", length =3D 2 },

    {  type =3D127, name =3D "charge_id", length =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", 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 "ext_header", length =3D 0 },
    { type =3D 142, name =3D "trigger_id", length =3D 0 },
    { type =3D 143, name =3D "omc_id", length =3D 0 },
    { type =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_rab_setup", length =3D 0 },
    { type =3D 147, name =3D "sgsn_number", length =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, name =3D "rat_type", length =3D 0 },
    { type =3D 152, name =3D "user_loc_info", 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 "mbms_ue_context", length =3D 0 },
    { type =3D 157, name =3D "tmp_mobile_group_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 },
    { type =3D 161, name =3D "src_rnc_pdcp", length =3D 0 },
    { type =3D 162, name =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 },
    { type =3D 167, name =3D "enhanced_nsapi", length =3D 0 },
    { type =3D 168, name =3D "mbms_session_duration", length =3D 0 },
    { type =3D 169, name =3D "addi_mbms_trace_info", length =3D 0 },
    { type =3D 170, name =3D "mbms_session_repetition_num", length =3D 0 },
    { type =3D 171, name =3D "mbms_time_to_data", length =3D 0 },

    { type =3D 173, name =3D "bss", length =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", length =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_flow_id", length =3D 0 },
    { type =3D 186, name =3D "mbms_ip_multicast", length =3D 0 },
    { type =3D 187, name =3D "mbms_distribution_ack", length =3D 4 },
    { type =3D 188, name =3D "reliable_inter_rat_handover", length =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 "evolved_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 196, name =3D "csg_id", length =3D 0 },
    { type =3D 197, name =3D "cmi", length =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_indication", length =3D 0=
 },
    { type =3D 204, name =3D "signalling_priority_indication_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", length =3D 0 },

    { type =3D 71, name =3D "apn", length =3D 0 },
    { type =3D 72, name =3D "ambr", length =3D 0 },
    { type =3D 73, name =3D "ebi", 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", length =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", length =3D 0 },
    { type =3D 93, name =3D "bearer_context", length =3D 0 },
    { type =3D 94, name =3D "charging_id", length =3D 0 },
    { type =3D 95, name =3D "charging_char", length =3D 0 },
    { type =3D 96, name =3D "trace_info", length =3D 0 },
    { type =3D 97, name =3D "bearer_flag", length =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_tri", length =3D 0 },
    { type =3D 104, name =3D "umts_key_cipher_quin", length =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, name =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_time_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_cause", 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, name =3D "rab_contex", length =3D 0 },
    { type =3D 125, name =3D "src_rnc_pdcp", 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 "change_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 },
    { type =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 "mbms_flow_id", length =3D 0 },
    { type =3D 142, name =3D "mbms_ip_multicast", 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, name =3D "csg_info", length =3D 0 },
    { type =3D 147, name =3D "csg_id", length =3D 0 },
    { type =3D 148, name =3D "cmi", length =3D 0 },
    { type =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 155, name =3D "arp", length =3D 0 },
    { type =3D 156, name =3D "epc_timer", length =3D 0 },
    { type =3D 157, name =3D "signalling_priority_indication", length =3D 0=
 },
    { type =3D 158, name =3D "tmgi", length =3D 0 },
    { type =3D 159, name =3D "mm_srvcc", length =3D 0 },
    { type =3D 160, name =3D "flags_srvcc", length =3D 0 },
    { type =3D 161, name =3D "mmbr", length =3D 0 },

    { type =3D 255, name =3D "private_extension", length =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, infos =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_dist =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, ports =3D =
10 }
tcp_med_dist =3D  { scans =3D 200, rejects =3D 30, nets =3D 120, 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, rejects =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 { scans =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_ports =3D { scans =3D 200, rejects =3D 10, nets =3D  60, ports =3D =
15 }
udp_med_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, nets =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, rejects =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_sweep =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, ports =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, rejects =3D  3, nets =3D   3, ports =3D=
  5 }

default_hi_port_scan =3D
{
    protos =3D 'all',
    scan_types =3D 'all',

    tcp_window =3D 600,
    udp_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 tcp_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_dist =3D udp_hi_dist,

    ip_proto =3D ip_hi_proto,
    ip_decoy =3D ip_hi_decoy,
    ip_sweep =3D ip_hi_sweep,
    ip_dist =3D ip_hi_dist,

    icmp_sweep =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_ports,
    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_med_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',
    scan_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_dist =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_sweep =3D ip_low_sweep,
    ip_dist =3D ip_low_dist,

    icmp_sweep =3D icmp_low_sweep,
}

---------------------------------------------------------------------------
-- default js_norm configuration
---------------------------------------------------------------------------

-- ECMAScript Standard Built-in Objects and Functions Names (Identifiers)
-- Also, might include other non-specification identifiers like those
-- are part of WebAPI or frameworks

default_js_norm_ident_ignore =3D
{
    -- GlobalObject.Functions
    'eval', 'PerformEval', 'HostEnsureCanCompileStrings', 'EvalDeclarationI=
nstantiation',
    'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'Encode', 'Decode', 'dec=
odeURI',
    'decodeURIComponent', 'encodeURI', 'encodeURIComponent',

    -- Microsoft.JScript.GlobalObject.Functions
    'CollectGarbage', 'GetHashCode', 'GetObject', 'GetType', 'MemberwiseClo=
ne',

    -- GlobalObject.Constructors
    'AggregateError', 'Array', 'ArrayBuffer', 'BigInt', 'BitInt64Array', 'B=
igUint64Array',
    'Boolean', 'DataView', 'Date', 'Error', 'EvalError', 'FinalizationRegis=
try',
    'Float32Array', 'Float64Array', 'Function', 'Int8Array', 'Int16Array', =
'Int32Array',
    'Map', 'NativeError', 'Number', 'Object', 'Promise', 'Proxy',
    'RangeError', 'ReferenceError', 'RegExp', 'Set', 'SharedArrayBuffer', '=
String',
    'Symbol', 'SyntaxError', 'TypeError', 'Uint8Array', 'Uint8ClampedArray'=
, 'Uint16Array',
    'Uint32Array', 'URIError', 'WeakMap', 'WeakRef', 'WeakSet',

    -- Microsoft.JScript.GlobalObject.Constructors
    'ActiveXObject', 'Enumerator', 'VBArray',

    -- Atomics
    'Atomics', 'WaiterList', 'ValidateIntegerTypedArray', 'ValidateAtomicAc=
cess', 'GetWaiterList',
    'EnterCriticalSection', 'LeaveCriticalSection', 'AddWaiter', 'RemoveWai=
ter', 'RemoveWaiters',
    'SuspendAgent', 'NotifyWaiter', 'AtomicReadModifyWrite', 'ByteListBitwi=
seOp', 'ByteListEqual',

    -- JSON
    'JSON', 'InternalizeJSONProperty', 'SerializeJSONProperty', 'QuoteJSONS=
tring', 'UnicodeEscape',
    'SerializeJSONObject','SerializeJSONArray',

    -- Math
    'Math',

    -- Reflect
    'Reflect',

    -- Date and Time
    'LocalTZA', 'LocalTime', 'UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'Tim=
eClip', 'TimeString',
    'DateString', 'TimeZoneString', 'ToDateString',

    -- String
    'StringPad', 'GetSubstitution', 'SplitMatch', 'TrimString',

    -- RegExp
    'RegExpExec', 'RegExpBuiltinExec', 'AdvanceStringIndex', 'RegExpHasFlag=
',

    -- TypedArray
    'TypedArray', 'TypedArraySpeciesCreate', 'TypedArrayCreate', 'ValidateT=
ypedArray',
    'AllocateTypedArray', 'InitializeTypedArrayFromTypedArray',
    'InitializeTypedArrayFromArrayBuffer', 'InitializeTypedArrayFromList',
    'InitializeTypedArrayFromArrayLike', 'AllocateTypedArrayBuffer',

    -- ArrayBuffer
    'AllocateArrayBuffer', 'IsDetachedBuffer', 'DetachArrayBuffer', 'CloneA=
rrayBuffer',
    'IsUnsignedElementType', 'IsUnclampedIntegerElementType', 'IsBigIntElem=
entType',
    'IsNoTearConfiguration', 'RawBytesToNumeric', 'GetValueFromBuffer', 'Nu=
mericToRawBytes',
    'SetValueInBuffer', 'GetModifySetValueInBuffer',

    -- SharedArrayBuffer
    'AllocateSharedArrayBuffer', 'IsSharedArrayBuffer',

    -- DataView
    'GetViewValue', 'SetViewValue', 'getDataView',

    -- WeakRef
    'WeakRefDeref',

    -- Promise
    'IfAbruptRejectPromise', 'CreateResolvingFunctions', 'FulfillPromise', =
'NewPromiseCapability',
    'IsPromise', 'RejectPromise', 'TriggerPromiseReactions', 'HostPromiseRe=
jectionTracker',
    'NewPromiseReactionJob', 'NewPromiseResolveThenableJob', 'GetPromiseRes=
olve',
    'PerformPromiseAll', 'PerformPromiseAllSettled', 'PerformPromiseAny', '=
PerformPromiseRace',
    'PromiseResolve', 'PerformPromiseThen',

    -- GeneratorFunction
    'GeneratorFunction', 'AsyncGeneratorFunction',

    -- Generator
    'Generator', 'GeneratorStart', 'GeneratorValidate', 'GeneratorResume', =
'GeneratorResumeAbrupt',
    'GetGeneratorKind', 'GeneratorYield', 'Yield', 'CreateIteratorFromClosu=
re',

    -- AsyncGenerator
    'AsyncGenerator', 'AsyncGeneratorStart', 'AsyncGeneratorValidate', 'Asy=
ncGeneratorResolve',
    'AsyncGeneratorReject', 'AsyncGeneratorResumeNext', 'AsyncGeneratorEnqu=
eue',
    'AsyncGeneratorYield', 'CreateAsyncIteratorFromClosure',

    -- AsyncFunction
    'AsyncFunction', 'AsyncFunctionStart',

    -- WebAPI
    'console', 'document',

    -- Misc
    'arguments', 'CreateDynamicFunction', 'HostHasSourceTextAvailable', 'Sy=
mbolDescriptiveString',
    'IsConcatSpreadable', 'FlattenIntoArray', 'SortCompare', 'AddEntriesFro=
mIterable',
    'CreateMapIterator', 'CreateSetIterator', 'EventSet', 'SharedDataBlockE=
ventSet',
    'HostEventSet', 'ComposeWriteEventBytes', 'ValueOfReadEvent', 'escape',=
 'unescape',
    'CreateHTML',

    -- Adobe Acrobat
    'addAnnot', 'bookmarkRoot', 'calculateNow', 'closeDoc', 'createDataObje=
ct', 'docID',
    'exportAsFDF', 'exportAsFDFStr', 'getAnnotRichMedia', 'getAnnots', 'get=
AnnotsRichMedia',
    'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs', 'openData=
Object', 'removeField',
    'removeLinks', 'modDate', 'scroll', 'setAction', 'setPageAction', 'subm=
itForm', 'syncAnnotScan',
    'Collab', 'Net', 'Rendition', 'XFA', 'XMLData', 'app', 'catalog', 'even=
t', 'spell', 'util'
}

default_js_norm_prop_ignore =3D
{
    -- Object
    'constructor', 'prototype', '__proto__', '__defineGetter__', '__defineS=
etter__',
    '__lookupGetter__', '__lookupSetter__', '__count__', '__noSuchMethod__'=
, '__parent__',
    'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleStr=
ing', 'toString',
    'toSource', 'valueOf', 'getNotifier', 'eval', 'observe', 'unobserve', '=
watch', 'unwatch',

    -- Function
    'arguments', 'arity', 'caller', 'length', 'name', 'displayName', 'apply=
', 'bind', 'call',
    'isGenerator',

    -- Number
    'toExponential', 'toFixed', 'toPrecision',

    -- String
    'at', 'charAt', 'charCodeAt', 'codePointAt', 'concat', 'includes', 'end=
With', 'indexOf',
    'lastIndexOf', 'localeCompare', 'match', 'matchAll', 'normalize', 'padE=
nd', 'padStart',
    'repeat', 'replace', 'replaceAll', 'search', 'slice', 'split', 'startsW=
ith', 'substring',
    'toLocaleLowerCase', 'toLocaleUpperCase', 'toLowerCase', 'toUpperCase',=
 'trim', 'trimStart',
    'trimEnd',

    -- RegExp
    'flags', 'dotAll', 'global', 'hasIndices', 'ignoreCase', 'multiline', '=
source', 'sticky',
    'unicode', 'lastIndex', 'compile', 'exec', 'test', 'input', 'lastMatch'=
, 'lastParen',
    'leftContext', 'rightContext',

    -- Array
    'copyWithin', 'entries', 'every', 'fill', 'filter', 'find', 'findIndex'=
, 'flat', 'flatMap',
    'forEach', 'groupBy', 'groupByToMap', 'join', 'keys', 'map', 'pop',  'p=
ush', 'reduce',
    'reduceRight', 'reverse', 'shift', 'unshift', 'some', 'sort', 'splice',

    -- Generator
    'next', 'return', 'throw',

    -- EventTarget
    'addEventListener', 'dispatchEvent', 'removeEventListener',

    -- Node
    'childNodes', 'nodeValue', 'ownerDocument', 'parentElement', 'textConte=
nt', 'appendChild',
    'cloneNode', 'insertBefore', 'removeChild', 'replaceChild',

    -- Element
    'innerHTML', 'msRegionOverflow', 'openOrClosedShadowRoot', 'outerHTML',=
 'part', 'shadowRoot',
    'after', 'append', 'attachShadow', 'before', 'closest', 'createShadowRo=
ot', 'getAttribute',
    'getAttributeNode', 'getAttributeNodeNS', 'getAttributeNS', 'getElement=
sByClassName',
    'getElementsByTagName', 'getElementsByTagNameNS', 'insertAdjacentElemen=
t', 'insertAdjacentHTML',
    'insertAdjacentText', 'prepend', 'querySelector', 'querySelectorAll', '=
releasePointerCapture',
    'remove', 'removeAttribute', 'removeAttributeNode', 'removeAttributeNS'=
, 'replaceChildren',
    'replaceWith', 'setAttribute', 'setAttributeNode', 'setAttributeNodeNS'=
, 'setAttributeNS',
    'setCapture', 'setHTML', 'setPointerCapture', 'toggleAttribute',

    -- HTMLElement
    'contentEditable', 'contextMenu', 'dataset', 'dir', 'enterKeyHint', 'hi=
dden', 'inert',
    'innerText', 'lang', 'nonce', 'outerText', 'style', 'tabIndex', 'title'=
,
    'attachInternals',

    -- Promise
    'catch', 'finally',

    -- Misc
    'ExportStyle', 'callee',

    -- Adobe Acrobat
    'activated', 'addAnnot', 'addLink', 'annot', 'attachIcon', 'begin', 'bo=
okmarkRoot',
    'borderColor', 'borderStyle', 'buttonGetIcon', 'calculate', 'calculateN=
ow', 'callAS',
    'children', 'close', 'closeDoc', 'commitOnSelChange', 'createChild', 'c=
reateDataObject', 'data',
    'dataObjects', 'destroy', 'doc', 'docID', 'end', 'execute', 'exportAsFD=
F', 'exportAsFDFStr',
    'exportDataObject', 'exportValues', 'get', 'getAnnot', 'getAnnots', 'ge=
tAnnotsRichMedia',
    'getField', 'getLegalWarnings', 'getNthFieldName', 'getOCGs', 'getPageB=
ox', 'openDataObject',
    'getProps', 'inReplyTo', 'layout', 'media', 'modDate', 'newPlayer', 'ob=
jectMetadata', 'page',
    'point', 'points', 'popupOpen', 'popupRect', 'print', 'println', 'qSile=
nce', 'query', 'rect',
    'removeField', 'removeLinks', 'reset', 'resetForm', 'richText', 'rotate=
', 'saveAs', 'scroll',
    'setAction', 'setFocus', 'setIntent', 'setItems', 'setPageAction', 'set=
Persistent', 'setProps',
    'show', 'state', 'stateModel', 'streamFromString', 'stringFromStream', =
'submitForm',
    'syncAnnotScan', 'talk', 'text', 'toggleNoView', 'type', 'userName', 'v=
alue', 'width', 'xfa'
}

default_js_norm =3D
{
    -- params not specified here get internal defaults
    ident_ignore =3D default_js_norm_ident_ignore,
    prop_ignore =3D default_js_norm_prop_ignore,
}

---------------------------------------------------------------------------
-- default whitelist
---------------------------------------------------------------------------
default_whitelist =3D
[[
    ftp_command_specs default_ftp_server smtp_default_alt_max_command_lines
    default_smtp http_methods sip_requests telnet_commands default_wizard
    default_references default_classifications gtp_v0_msg gtp_v1_msg gtp_v2=
_msg
    gtp_v0_info gtp_v1_info gtp_v2_info default_gtp tcp_low_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_sweep 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 udp_hi_decoy udp_hi_sweep udp_hi_dist ip_low_proto
    ip_low_decoy ip_low_sweep ip_low_dist ip_med_proto ip_med_decoy
    ip_med_sweep ip_med_dist ip_hi_proto ip_hi_decoy ip_hi_sweep
    ip_hi_dist icmp_low_sweep icmp_med_sweep icmp_hi_sweep
    default_hi_port_scan default_med_port_scan default_low_port_scan
    default_variables netflow_versions default_js_norm_ident_ignore
    default_js_norm_prop_ignore default_js_norm
]]

snort_whitelist_append(default_whitelist)

outputs =3D {
    alert_fast =3D {
file =3D true,
filename =3D "/var/log/snort/snort.log",
    },
    alert_console =3D {
file =3D true,
    },
}

 ips =3D {
    rules =3D [[
include /usr/local/etc/snort/rules/local.rules
    ]]
}



---- On Wed, 08 Jan 2025 09:19:23 -0600 [email protected]<[email protected]> =
wrote ----

Can you share the config you are using?



Albert Lewis

Email: [email protected]<mailto:[email protected]>

________________________________
From: Snort-users <[email protected]<mailto:snort-users-b=
[email protected]>> on behalf of Jacko B via Snort-users <snort-users@=
lists.snort.org<mailto:[email protected]>>
Sent: Tuesday, January 7, 2025 10:08 AM
To: Snort users <[email protected]<mailto:[email protected]=
.org>>
Subject: [Snort-users] Log trouble

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
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 anything. I added a custom rule for testin=
g purposes that alert "any any ip" and finally today I was able to trigger =
an alert but still no logs. I am willing to use an alternative logging mech=
anism at this point but figured I would reach out for help first. I can sen=
d pics of my configuration and I appreciate any and all help.




--_000_BL3PR11MB571584F878A34BDF26D6AF8BDA122BL3PR11MB5715namp_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo=
ttom: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);">
Meaning the alert sections should be top level and not nested under another=
 section.&nbsp;</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 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 style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125);">
<b>Albert Lewis</b></p>
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 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"mai=
lto:[email protected]" id=3D"OWAf960989f-b675-9d8e-27db-b8ee5d01a874" class=
=3D"OWAAutoLink" style=3D"color: rgb(128, 27, 128); margin-top: 0px; margin=
-bottom: 0px;">[email protected]</a></u></span><span style=3D"font-size: 16p=
x; color: rgb(79, 129, 189);">&nbsp;</span></p>
</div>
<div id=3D"appendonsend"></div>
<div style=3D"font-family: &quot;Courier New&quot;, monospace; font-size: 1=
2pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr style=3D"display: inline-block; width: 98%;">
<div id=3D"divRplyFwdMsg" 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;[email protected]&gt; on behalf of Al Lewis (al=
lewi) via Snort-users &lt;[email protected]&gt;<br>
<b>Sent:</b>&nbsp;Wednesday, January 8, 2025 12:54 PM<br>
<b>To:</b>&nbsp;Jacko B &lt;[email protected]&gt;<br>
<b>Cc:</b>&nbsp;Snort users &lt;[email protected]&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;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
I think you have the alert section under&nbsp;the &quot;output&quot; sectio=
n (alert_fast and alert_console) which doesn't look correct.</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
I am referring&nbsp;to this:</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
outputs =3D {</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
&nbsp; &nbsp; alert_fast =3D {</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
file =3D true,</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
filename =3D &quot;/var/log/snort/snort.log&quot;,</div>
<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;, monospa=
ce; 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;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
file =3D true,</div>
<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;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
}</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
Try removing that outputs =3D {} section.</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id=3D"x_Signature">
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125);">
<b>Albert Lewis</b></p>
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 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"mai=
lto:[email protected]" id=3D"OWA66c5270e-3c14-9691-ca3e-9cf915061d19" class=
=3D"x_OWAAutoLink" style=3D"color: rgb(128, 27, 128); margin-top: 0px; marg=
in-bottom: 0px;">[email protected]</a></u></span><span style=3D"font-size: 1=
6px; color: rgb(79, 129, 189);">&nbsp;</span></p>
</div>
<div id=3D"x_appendonsend"></div>
<hr style=3D"direction: ltr; display: inline-block; width: 98%;">
<div id=3D"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;Jack=
o B &lt;[email protected]&gt;<br>
<b>Sent:</b>&nbsp;Wednesday, January 8, 2025 11:24 AM<br>
<b>To:</b>&nbsp;Al Lewis (allewi) &lt;[email protected]&gt;<br>
<b>Cc:</b>&nbsp;Snort users &lt;[email protected]&gt;<br>
<b>Subject:</b>&nbsp;Re: [Snort-users] Log trouble</span>
<div>&nbsp;</div>
</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"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 know if you nee=
ded the whole thing but my outputs section is at the very bottom.</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"direction: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- Snort++ defaults</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- this file defines the external defa=
ults for Snort. all simple scalar</span></div>
<div style=3D"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;">-- types have a builtin default, inclu=
ding those in list items, however</span></div>
<div style=3D"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;">-- lists defaults are provided here in=
stead of compiling them into the</span></div>
<div style=3D"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;">-- binary. this makes it easier to cop=
y and paste or edit for your</span></div>
<div style=3D"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;">-- environment.</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- include in your snort.lua</span></d=
iv>
<div style=3D"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;">-- after you set HOME_NET and EXTERNAL=
_NET</span></div>
<div style=3D"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-fa=
mily: 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%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- &nbsp; &nbsp; ftp_server =3D defaul=
t_ftp_server</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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 paths - used in Talos confi=
gs</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- Path to your rules files (this can =
be a relative path)</span></div>
<div style=3D"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;">RULE_PATH =3D '/usr/local/etc/snort/ru=
les'</span></div>
<div style=3D"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;">BUILTIN_RULE_PATH =3D '../builtin_rule=
s'</span></div>
<div style=3D"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;">PLUGIN_RULE_PATH =3D '../so_rules'</sp=
an></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- If you are using reputation preproc=
essor set these</span></div>
<div style=3D"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;">WHITE_LIST_PATH =3D '../lists'</span><=
/div>
<div style=3D"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;">BLACK_LIST_PATH =3D '../lists'</span><=
/div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default networks - used in Talos ru=
les</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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;">-- define servers on your network you =
want to protect</span></div>
<div style=3D"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-fa=
mily: 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-width: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: 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: 100%; font-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">HTTP_SERVERS =3D HOME_NET</span></div>
<div style=3D"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;">SIP_SERVERS =3D HOME_NET</span></div>
<div style=3D"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;">SMTP_SERVERS =3D HOME_NET</span></div>
<div style=3D"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;">SQL_SERVERS =3D HOME_NET</span></div>
<div style=3D"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;">SSH_SERVERS =3D HOME_NET</span></div>
<div style=3D"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;">TELNET_SERVERS =3D HOME_NET</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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default ports - used in Talos rules=
</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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;">-- define ports on your network you wa=
nt to protect</span></div>
<div style=3D"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;">-- 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- bindings. this 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- channels hard port bindings would m=
iss. Talos rules will still use these</span></div>
<div style=3D"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;">-- ports if there is no match on servi=
ce.</span></div>
<div style=3D"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-fa=
mily: Verdana, 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>
<div style=3D"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-fa=
mily: 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 style=3D"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;">[[</span></div>
<div style=3D"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; 80 81 311 383 591 593 90=
1 1220 1414 1741 1830 2301 2381 2809 3037 3128</span></div>
<div style=3D"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; 3702 4343 4848 5250 6988=
 7000 7001 7144 7145 7510 7777 7779 8000 8008</span></div>
<div style=3D"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; 8014 8028 8080 8085 8088=
 8090 8118 8123 8180 8181 8243 8280 8300 8800</span></div>
<div style=3D"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; 8888 8899 9000 9060 9080=
 9090 9091 9443 9999 11371 34443 34444 41080</span></div>
<div style=3D"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; 50002 55555</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">MAIL_PORTS =3D ' 110 143'</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; 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-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-fa=
mily: 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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">SSH_PORTS =3D ' 22'</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL=
_PORTS</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default variables</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: 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: 100%; font-fa=
mily: 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-fa=
mily: Verdana, Arial, 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"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; {</span></div>
<div style=3D"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; &nbsp; HOME_NET =
=3D HOME_NET,</span></div>
<div style=3D"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; &nbsp; EXTERNAL_N=
ET =3D EXTERNAL_NET,</span></div>
<div style=3D"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; &nbsp; DNS_SERVER=
S =3D DNS_SERVERS,</span></div>
<div style=3D"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; &nbsp; FTP_SERVER=
S =3D FTP_SERVERS,</span></div>
<div style=3D"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; &nbsp; HTTP_SERVE=
RS =3D HTTP_SERVERS,</span></div>
<div style=3D"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; &nbsp; SIP_SERVER=
S =3D SIP_SERVERS,</span></div>
<div style=3D"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; &nbsp; SMTP_SERVE=
RS =3D SMTP_SERVERS,</span></div>
<div style=3D"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; &nbsp; SQL_SERVER=
S =3D SQL_SERVERS,</span></div>
<div style=3D"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; &nbsp; SSH_SERVER=
S =3D SSH_SERVERS,</span></div>
<div style=3D"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; &nbsp; TELNET_SER=
VERS =3D TELNET_SERVERS,</span></div>
<div style=3D"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; },</span></div>
<div style=3D"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; paths =3D</span></div>
<div style=3D"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; {</span></div>
<div style=3D"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; &nbsp; RULE_PATH =
=3D RULE_PATH,</span></div>
<div style=3D"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; &nbsp; BUILTIN_RU=
LE_PATH =3D BUILTIN_RULE_PATH,</span></div>
<div style=3D"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; &nbsp; PLUGIN_RUL=
E_PATH =3D PLUGIN_RULE_PATH,</span></div>
<div style=3D"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; &nbsp; WHITE_LIST=
_PATH =3D WHITE_LIST_PATH,</span></div>
<div style=3D"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; &nbsp; BLACK_LIST=
_PATH =3D BLACK_LIST_PATH,</span></div>
<div style=3D"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; },</span></div>
<div style=3D"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; ports =3D</span></div>
<div style=3D"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; {</span></div>
<div style=3D"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; &nbsp; FTP_PORTS =
=3D FTP_PORTS,</span></div>
<div style=3D"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; &nbsp; HTTP_PORTS=
 =3D HTTP_PORTS,</span></div>
<div style=3D"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; &nbsp; MAIL_PORTS=
 =3D MAIL_PORTS,</span></div>
<div style=3D"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; &nbsp; ORACLE_POR=
TS =3D ORACLE_PORTS,</span></div>
<div style=3D"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; &nbsp; SIP_PORTS =
=3D SIP_PORTS,</span></div>
<div style=3D"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; &nbsp; SSH_PORTS =
=3D SSH_PORTS,</span></div>
<div style=3D"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; &nbsp; FILE_DATA_=
PORTS =3D FILE_DATA_PORTS,</span></div>
<div style=3D"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; }</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default ftp server</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_default_cmds =3D</span></div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; ABOR ACCT ADAT ALLO APPE=
 AUTH CCC CDUP CEL CLNT CMD CONF CWD DELE ENC</span></div>
<div style=3D"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; EPRT EPSV ESTA ESTP FEAT=
 HELP LANG LIST LPRT LPSV MACB MAIL MDTM MIC</span></div>
<div style=3D"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; 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%; font-fa=
mily: 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 RNFR =
RNTO SDUP SITE SIZE SMNT STAT STOR STOU STRU</span></div>
<div style=3D"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; SYST TEST TYPE USER XCUP=
 XCRC XCWD XMAS XMD5 XMKD XPWD XRCP XRMD XRSQ</span></div>
<div style=3D"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; XSEM XSEN XSHA1 XSHA256<=
/span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_default_data_chan_cmds =3D</span><=
/div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; PORT PASV LPRT LPSV EPRT=
 EPSV</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: 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</span><=
/div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; RETR STOR STOU APPE LIST=
 NLST</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_default_file_put_cmds =3D</span></=
div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; STOR STOU APPE</span></d=
iv>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_default_file_get_cmds =3D</span></=
div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; RETR</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; 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-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;">[[</span></div>
<div style=3D"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; USER PASS</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_default_encr_cmds =3D</span></div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; AUTH</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ftp_format_commands =3D</span></div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; ACCT ADAT ALLO APPE AUTH=
 CEL CLNT CMD CONF CWD DELE ENC EPRT EPSV ESTP</span></div>
<div style=3D"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; HELP LANG LIST LPRT MACB=
 MAIL MDTM MIC MKD MLSD MLST MODE NLST OPTS</span></div>
<div style=3D"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; PASS PBSZ PORT 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-fa=
mily: Verdana, 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 XCWD XMAS XMD5 XMKD XRCP XRMD XRSQ XSEM</span></div>
<div style=3D"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; XSEN XSHA1 XSHA256</span=
></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: 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: 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;">{</span></div>
<div style=3D"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; { command =3D 'ABOR', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'CCC', len=
gth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'CDUP', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'ESTA', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'FEAT', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'LPSV', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'NOOP', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'PASV', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'PWD', len=
gth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'QUIT', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'REIN', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'SYST', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'XCUP', le=
ngth =3D 0 },</span></div>
<div style=3D"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; { command =3D 'XPWD', le=
ngth =3D 0 },</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; { command =3D 'APPE', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'CMD', len=
gth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'HELP', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'NLST', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'RETR', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'RNFR', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'STOR', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'STOU', le=
ngth =3D 200 },</span></div>
<div style=3D"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; { command =3D 'XMKD', le=
ngth =3D 200 },</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; { command =3D 'CWD', len=
gth =3D 256 },</span></div>
<div style=3D"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; { command =3D 'RNTO', le=
ngth =3D 256 },</span></div>
<div style=3D"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; { command =3D 'SIZE', le=
ngth =3D 512 },</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; { command =3D 'ALLO', le=
ngth =3D 200, format =3D '&lt; int [ char R int ] &gt;' },</span></div>
<div style=3D"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; { command =3D 'EPRT', le=
ngth =3D 400, format =3D '&lt; extd_host_port &gt;' },</span></div>
<div style=3D"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; { command =3D 'EPSV', fo=
rmat =3D &quot;&lt; [ { '1' | '2' | 'ALL' } ] &gt;&quot; },</span></div>
<div style=3D"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; { command =3D 'LPRT', le=
ngth =3D 400, format =3D '&lt; long_host_port &gt;' },</span></div>
<div style=3D"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; { command =3D 'MACB', fo=
rmat =3D '&lt; string &gt;' },</span></div>
<div style=3D"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; { command =3D 'MDTM', fo=
rmat =3D '&lt; [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string &gt;' },</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; { command =3D 'MODE', fo=
rmat =3D '&lt; char ASBCZ &gt;' },</span></div>
<div style=3D"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; { command =3D 'PORT', le=
ngth =3D 400, format =3D '&lt; host_port &gt;' },</span></div>
<div style=3D"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; { command =3D 'PROT', fo=
rmat =3D '&lt; char CSEP &gt;' },</span></div>
<div style=3D"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; { command =3D 'STRU', fo=
rmat =3D '&lt; char FRPO [ string ] &gt;' },</span></div>
<div style=3D"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; { command =3D 'TYPE', fo=
rmat =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-fa=
mily: 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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-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: 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;">{</span></div>
<div style=3D"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; -- params not specified =
here get internal defaults</span></div>
<div style=3D"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; ftp_cmds =3D ftp_default=
_cmds,</span></div>
<div style=3D"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; data_chan_cmds =3D ftp_d=
efault_data_chan_cmds,</span></div>
<div style=3D"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; data_xfer_cmds =3D ftp_d=
efault_data_xfer_cmds,</span></div>
<div style=3D"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; file_put_cmds =3D ftp_de=
fault_file_put_cmds,</span></div>
<div style=3D"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; file_get_cmds =3D ftp_de=
fault_file_get_cmds,</span></div>
<div style=3D"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; login_cmds =3D ftp_defau=
lt_login_cmds,</span></div>
<div style=3D"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; encr_cmds =3D ftp_defaul=
t_encr_cmds,</span></div>
<div style=3D"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; chk_str_fmt =3D ftp_form=
at_commands,</span></div>
<div style=3D"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; cmd_validity =3D ftp_com=
mand_specs</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default smtp configuration</span></=
div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">smtp_default_auth_cmds =3D</span></div=
>
<div style=3D"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;">[[</span></div>
<div style=3D"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; AUTH XAUTH X-EXPS</span>=
</div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">smtp_default_binary_data_cmds =3D</spa=
n></div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; BDAT XEXCH50</span></div=
>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, 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: 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;">[[</span></div>
<div style=3D"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; DATA</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, 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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; HELO HELP IDENT MAIL NOO=
P ONEX QUEU QUIT RCPT RSET SAML SEND SOML STARTTLS</span></div>
<div style=3D"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; TICK TIME TURN TURNME VE=
RB 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-fa=
mily: 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 XLI=
CENSE X-LINK2STATE XQUE XSTA XTRN XUSR</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: 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_defau=
lt_normalize_cmds</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">smtp_default_alt_max_command_lines =3D=
</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; { command =3D 'ATRN', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'AUTH', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'BDAT', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'DATA', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'DEBUG', l=
ength =3D 255, },</span></div>
<div style=3D"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; { command =3D 'EHLO', le=
ngth =3D 500, },</span></div>
<div style=3D"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; { command =3D 'EMAL', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'ESAM', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'ESND', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'ESOM', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'ETRN', le=
ngth =3D 500, },</span></div>
<div style=3D"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; { command =3D 'EVFY', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'EXPN', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'HELO', le=
ngth =3D 500, },</span></div>
<div style=3D"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; { command =3D 'HELP', le=
ngth =3D 500, },</span></div>
<div style=3D"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; { command =3D 'IDENT', l=
ength =3D 255, },</span></div>
<div style=3D"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; { command =3D 'MAIL', le=
ngth =3D 260, },</span></div>
<div style=3D"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; { command =3D 'NOOP', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'ONEX', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'QUEU', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'QUIT', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'RCPT', le=
ngth =3D 300, },</span></div>
<div style=3D"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; { command =3D 'RSET', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'SAML', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'SEND', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'SIZE', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'SOML', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'STARTTLS'=
, length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'TICK', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'TIME', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'TURN', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'TURNME', =
length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'VERB', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'VRFY', le=
ngth =3D 255, },</span></div>
<div style=3D"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; { command =3D 'XADR', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XAUTH', l=
ength =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XCIR', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XEXCH50',=
 length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'X-EXPS', =
length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XGEN', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XLICENSE'=
, length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'X-LINK2ST=
ATE', length =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XQUE', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XSTA', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XTRN', le=
ngth =3D 246, },</span></div>
<div style=3D"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; { command =3D 'XUSR', le=
ngth =3D 246, }</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_smtp =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; -- params not specified =
here get internal defaults</span></div>
<div style=3D"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; alt_max_command_line_len=
 =3D smtp_default_alt_max_command_lines,</span></div>
<div style=3D"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; auth_cmds =3D smtp_defau=
lt_auth_cmds,</span></div>
<div style=3D"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; binary_data_cmds =3D smt=
p_default_binary_data_cmds,</span></div>
<div style=3D"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; data_cmds =3D smtp_defau=
lt_data_cmds,</span></div>
<div style=3D"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; normalize_cmds =3D smtp_=
default_normalize_cmds,</span></div>
<div style=3D"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; valid_cmds =3D smtp_defa=
ult_valid_cmds,</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- some 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-fa=
mily: 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 ACK=
, from another protocol</span></div>
<div style=3D"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;">-- the * * patterns match unknown meth=
ods</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">http_methods =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; 'GET', 'HEAD', 'POST', '=
DELETE', 'TRACE', 'CONNECT',</span></div>
<div style=3D"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; 'VERSION_CONTROL', 'REPO=
RT', 'CHECKOUT', 'CHECKIN', 'UNCHECKOUT',</span></div>
<div style=3D"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; 'MKWORKSPACE', 'LABEL', =
'MERGE', 'BASELINE_CONTROL',</span></div>
<div style=3D"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; 'MKACTIVITY', 'ORDERPATC=
H', 'ACL', 'PATCH', 'BIND', 'LINK',</span></div>
<div style=3D"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; 'MKCALENDAR', 'MKREDIREC=
TREF', 'REBIND', 'UNBIND', 'UNLINK',</span></div>
<div style=3D"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; 'UPDATEREDIRECTREF', 'PR=
OPFIND', 'PROPPATCH', 'MKCOL', 'COPY',</span></div>
<div style=3D"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; 'MOVE', 'LOCK', 'UNLOCK'=
, 'SEARCH', 'BCOPY', 'BDELETE', 'BMOVE',</span></div>
<div style=3D"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; 'BPROPFIND', 'BPROPPATCH=
', 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMATTS',</span></div>
<div style=3D"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; 'NOTIFY * HTTP/', 'OPTIO=
NS * HTTP/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTTP/',</span></div>
<div style=3D"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; 'PUT * HTTP/', '* * HTTP=
/'</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">sip_requests =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; 'INVITE', 'CANCEL', 'BYE=
', 'REGISTER', 'PRACK', 'PUBLISH', 'REFER', 'INFO', 'MESSAGE',</span></div>
<div style=3D"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; 'NOTIFY * SIP/', 'OPTION=
S * SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SIP/',</span></div>
<div style=3D"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; 'ACK * SIP/', '* * SIP/'=
</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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-fa=
mily: 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></div>
<div style=3D"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; '|FF F4|', '|FF F5|', '|=
FF F6|', '|FF F7|',</span></div>
<div style=3D"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; '|FF F8|', '|FF F9|', '|=
FF FA|', '|FF FB|',</span></div>
<div style=3D"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; '|FF FC|', '|FF FD|', '|=
FF FE|'</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-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-fa=
mily: Verdana, 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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; '|00 05|', '|00 09|'</sp=
an></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-width: 100%; font-fa=
mily: 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-fa=
mily: 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-fa=
mily: 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: 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; &nbsp; { service =
=3D 'ftp', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '220*FTP', '220*FileZilla' } },</span></div>
<div style=3D"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-fa=
mily: 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 'http', proto =3D 'tcp',</span></div>
<div style=3D"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; &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-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-fa=
mily: 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 'imap', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '** OK', '** BYE', '** PREAUTH' } },</span></div>
<div style=3D"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-fa=
mily: 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 'pop3', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '+OK', '-ERR' } },</span></div>
<div style=3D"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-fa=
mily: 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 'sip',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D sip_requests, to_client =3D { 'SIP/' } },</span></div>
<div style=3D"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-fa=
mily: 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 'smtp', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D { 'HELO', 'EHLO' },</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '220*SMTP', '220*MAIL' } },</span></div>
<div style=3D"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-fa=
mily: 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: 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; &nbsp; &nbsp; to_=
server =3D { 'SSH-' }, to_client =3D { 'SSH-' } },</span></div>
<div style=3D"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-fa=
mily: 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 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { 'ncacn_http' } },</span></div>
<div style=3D"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-fa=
mily: 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_proxy', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D { 'RPC_CONNECT' } },</span></div>
<div style=3D"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-fa=
mily: 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: 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; hexes =3D</span></div>
<div style=3D"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; {</span></div>
<div style=3D"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; &nbsp; { service =
=3D 'dnp3', proto =3D 'tcp',</span></div>
<div style=3D"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; &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-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-fa=
mily: 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 'netflow', proto =3D 'udp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D netflow_versions },</span></div>
<div style=3D"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-fa=
mily: 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 'http2', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '???|04 00 00 00 00 00|' },</span></div>
<div style=3D"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; &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|' } },</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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 'modbus', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D { '??|0 0|' } },</span></div>
<div style=3D"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-fa=
mily: 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 'rpc', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D { '????|0 0 0 0 0 0 0 1|' },</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
client =3D { '????|0 0 0 0 0 0 0 1|' } },</span></div>
<div style=3D"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;">--]]</span></div>
<div style=3D"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-fa=
mily: 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 'ssl', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D { '|16 03|' }, to_client =3D { '|16 03|' } },</span></div>
<div style=3D"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-fa=
mily: 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 'telnet', proto =3D 'tcp',</span></div>
<div style=3D"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; &nbsp; &nbsp; to_=
server =3D telnet_commands, to_client =3D telnet_commands },</span></div>
<div style=3D"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; },</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, 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-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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_references =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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 'bugtraq', &n=
bsp; url =3D '</span><span style=3D"line-height: 1.3;"><u><a href=3D"http:/=
/www.securityfocus.com/bid/" id=3D"OWA3373a3c5-9d53-c6c0-4393-7c943186cb6e"=
 class=3D"OWAAutoLink" data-auth=3D"NotApplicable">http://www.securityfocus=
.com/bid/</a></u></span><span style=3D"line-height: normal;">'
 },</span></div>
<div style=3D"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 '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"OWA35e37b4d-565=
9-3a1d-2fdf-397da58bd403" class=3D"OWAAutoLink" data-auth=3D"NotApplicable"=
>http://cve.mitre.org/cgi-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-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 'arachNIDS', =
url =3D '</span><span style=3D"line-height: 1.3;"><u><a href=3D"http://www.=
whitehats.com/info/IDS" id=3D"OWA17bc3632-3646-22c1-04b2-6d6fd6949f64" clas=
s=3D"OWAAutoLink" data-auth=3D"NotApplicable">http://www.whitehats.com/info=
/IDS</a></u></span><span style=3D"line-height: normal;">'
 },</span></div>
<div style=3D"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 'osvdb', &nbs=
p; &nbsp; url =3D '</span><span style=3D"line-height: 1.3;"><u><a href=3D"h=
ttp://osvdb.org/show/osvdb/" id=3D"OWAd37ed315-6fa4-ec0d-4bcc-884a0882b625"=
 class=3D"OWAAutoLink" data-auth=3D"NotApplicable">http://osvdb.org/show/os=
vdb/</a></u></span><span style=3D"line-height: normal;">'
 },</span></div>
<div style=3D"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 'McAfee', &nb=
sp; &nbsp;url =3D '</span><span style=3D"line-height: 1.3;"><u><a href=3D"h=
ttp://vil.nai.com/vil/content/v_" id=3D"OWA77965f6f-6fdb-0642-c3f1-c8365a71=
4cf3" class=3D"OWAAutoLink" data-auth=3D"NotApplicable">http://vil.nai.com/=
vil/content/v_</a></u></span><span style=3D"line-height: normal;">'
 },</span></div>
<div style=3D"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 'nessus', &nb=
sp; &nbsp;url =3D '</span><span style=3D"line-height: 1.3;"><u><a href=3D"h=
ttp://cgi.nessus.org/plugins/dump.php3?id=3D" id=3D"OWA0f85c586-f6fe-f982-0=
b70-686c7e8d4b0b" class=3D"OWAAutoLink" data-auth=3D"NotApplicable">http://=
cgi.nessus.org/plugins/dump.php3?id=3D</a></u></span><span style=3D"line-he=
ight: normal;">'
 },</span></div>
<div style=3D"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 'url', &nbsp;=
 &nbsp; &nbsp; url =3D 'http://' },</span></div>
<div style=3D"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 '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"OWAb5a28e1=
a-9b59-f583-6a73-980e044c77b0" class=3D"OWAAutoLink" data-auth=3D"NotApplic=
able">http://technet.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-fa=
mily: 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-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-fa=
mily: 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-fa=
mily: 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-fa=
mily: 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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_classifications =3D</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;">{</span></div>
<div style=3D"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 'not-suspicio=
us', priority =3D 3,</span></div>
<div style=3D"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 'Not Sus=
picious Traffic' },</span></div>
<div style=3D"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-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 'unknown', pr=
iority =3D 3,</span></div>
<div style=3D"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 'Unknown=
 Traffic' },</span></div>
<div style=3D"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-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 'bad-unknown'=
, priority =3D 2,</span></div>
<div style=3D"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 'Potenti=
ally Bad Traffic' },</span></div>
<div style=3D"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-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-re=
con', priority =3D 2,</span></div>
<div style=3D"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 'Attempt=
ed Information Leak' },</span></div>
<div style=3D"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-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 'successful-r=
econ-limited', priority =3D 2,</span></div>
<div style=3D"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 'Informa=
tion Leak' },</span></div>
<div style=3D"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-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 'successful-r=
econ-largescale', priority =3D 2,</span></div>
<div style=3D"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 'Large S=
cale Information Leak' },</span></div>
<div style=3D"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-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-do=
s', priority =3D 2,</span></div>
<div style=3D"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 'Attempt=
ed Denial of Service' },</span></div>
<div style=3D"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-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 'successful-d=
os', priority =3D 2,</span></div>
<div style=3D"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 'Denial =
of Service' },</span></div>
<div style=3D"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-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-us=
er', priority =3D 1,</span></div>
<div style=3D"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 'Attempt=
ed User Privilege Gain' },</span></div>
<div style=3D"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-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 'unsuccessful=
-user', priority =3D 1,</span></div>
<div style=3D"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 'Unsucce=
ssful User Privilege Gain' },</span></div>
<div style=3D"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-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 'successful-u=
ser', priority =3D 1,</span></div>
<div style=3D"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 'Success=
ful User Privilege Gain' },</span></div>
<div style=3D"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-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-ad=
min', priority =3D 1,</span></div>
<div style=3D"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 'Attempt=
ed Administrator Privilege Gain' },</span></div>
<div style=3D"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-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 'successful-a=
dmin', priority =3D 1,</span></div>
<div style=3D"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 'Success=
ful Administrator Privilege Gain' },</span></div>
<div style=3D"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-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 'rpc-portmap-=
decode', priority =3D 2,</span></div>
<div style=3D"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 'Decode =
of an RPC Query' },</span></div>
<div style=3D"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-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 'shellcode-de=
tect', priority =3D 1,</span></div>
<div style=3D"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 'Executa=
ble code was detected' },</span></div>
<div style=3D"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-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 'string-detec=
t', priority =3D 3,</span></div>
<div style=3D"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 'A suspi=
cious string was detected' },</span></div>
<div style=3D"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-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 'suspicious-f=
ilename-detect', priority =3D 2,</span></div>
<div style=3D"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 'A suspi=
cious filename was detected' },</span></div>
<div style=3D"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-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 'suspicious-l=
ogin', priority =3D 2,</span></div>
<div style=3D"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 'An atte=
mpted login using a suspicious username was detected' },</span></div>
<div style=3D"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-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 'system-call-=
detect', priority =3D 2,</span></div>
<div style=3D"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 'A syste=
m call was detected' },</span></div>
<div style=3D"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-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 'tcp-connecti=
on', priority =3D 4,</span></div>
<div style=3D"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 'A TCP c=
onnection was detected' },</span></div>
<div style=3D"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-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 'trojan-activ=
ity', priority =3D 1,</span></div>
<div style=3D"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 'A Netwo=
rk Trojan was detected' },</span></div>
<div style=3D"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-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 'unusual-clie=
nt-port-connection', priority =3D 2,</span></div>
<div style=3D"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 'A clien=
t was using an unusual port' },</span></div>
<div style=3D"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-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 'network-scan=
', priority =3D 3,</span></div>
<div style=3D"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 'Detecti=
on of a Network Scan' },</span></div>
<div style=3D"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-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 'denial-of-se=
rvice', priority =3D 2,</span></div>
<div style=3D"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 'Detecti=
on of a Denial of Service Attack' },</span></div>
<div style=3D"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-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 'non-standard=
-protocol', priority =3D 2,</span></div>
<div style=3D"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 'Detecti=
on of a non-standard protocol or event' },</span></div>
<div style=3D"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-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 'protocol-com=
mand-decode', priority =3D 3,</span></div>
<div style=3D"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 'Generic=
 Protocol Command Decode' },</span></div>
<div style=3D"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-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 'web-applicat=
ion-activity', priority =3D 2,</span></div>
<div style=3D"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 'Access =
to a potentially vulnerable web application' },</span></div>
<div style=3D"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-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 'web-applicat=
ion-attack', priority =3D 1,</span></div>
<div style=3D"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 App=
lication Attack' },</span></div>
<div style=3D"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-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 'misc-activit=
y', priority =3D 3,</span></div>
<div style=3D"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 'Misc ac=
tivity' },</span></div>
<div style=3D"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-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 'misc-attack'=
, priority =3D 2,</span></div>
<div style=3D"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 'Misc At=
tack' },</span></div>
<div style=3D"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-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 'icmp-event',=
 priority =3D 3,</span></div>
<div style=3D"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 'Generic=
 ICMP event' },</span></div>
<div style=3D"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-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 'inappropriat=
e-content', priority =3D 1,</span></div>
<div style=3D"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 'Inappro=
priate Content was Detected' },</span></div>
<div style=3D"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-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 'policy-viola=
tion', priority =3D 1,</span></div>
<div style=3D"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 'Potenti=
al Corporate Privacy Violation' },</span></div>
<div style=3D"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-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 'default-logi=
n-attempt', priority =3D 2,</span></div>
<div style=3D"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 'Attempt=
 to login by a default username and password' },</span></div>
<div style=3D"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-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 'sdf', priori=
ty =3D 2,</span></div>
<div style=3D"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 'Sensiti=
ve Data' },</span></div>
<div style=3D"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-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 'file-format'=
, priority =3D 1,</span></div>
<div style=3D"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 m=
alicious file or file based exploit' },</span></div>
<div style=3D"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-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 'malware-cnc'=
, priority =3D 1,</span></div>
<div style=3D"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 m=
alware command and control traffic' },</span></div>
<div style=3D"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-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 'client-side-=
exploit', priority =3D 1,</span></div>
<div style=3D"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 c=
lient side exploit attempt' }</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, 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"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">gtp_v0_msg =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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 1, name =3D &=
quot;echo_request&quot; },</span></div>
<div style=3D"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 2, name =3D &=
quot;echo_response&quot; },</span></div>
<div style=3D"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 3, name =3D &=
quot;version_not_supported&quot; },</span></div>
<div style=3D"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 4, name =3D &=
quot;node_alive_request&quot; },</span></div>
<div style=3D"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 5, name =3D &=
quot;node_alive_response&quot; },</span></div>
<div style=3D"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 6, name =3D &=
quot;redirection_request&quot; },</span></div>
<div style=3D"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 7, name =3D &=
quot;redirection_response&quot; },</span></div>
<div style=3D"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-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 16, name =3D =
&quot;create_pdp_context_request&quot; },</span></div>
<div style=3D"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 17, name =3D =
&quot;create_pdp_context_response&quot; },</span></div>
<div style=3D"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 18, name =3D =
&quot;update_pdp_context_request&quot; },</span></div>
<div style=3D"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 19, name =3D =
&quot;update_pdp_context_response&quot; },</span></div>
<div style=3D"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 20, name =3D =
&quot;delete_pdp_context_request&quot; },</span></div>
<div style=3D"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 21, name =3D =
&quot;delete_pdp_context_response&quot; },</span></div>
<div style=3D"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 22, name =3D =
&quot;create_aa_pdp_context_request&quot; },</span></div>
<div style=3D"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 23, name =3D =
&quot;create_aa_pdp_context_response&quot; },</span></div>
<div style=3D"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 24, name =3D =
&quot;delete_aa_pdp_context_request&quot; },</span></div>
<div style=3D"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 25, name =3D =
&quot;delete_aa_pdp_context_response&quot; },</span></div>
<div style=3D"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 26, name =3D =
&quot;error_indication&quot; },</span></div>
<div style=3D"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 27, name =3D =
&quot;pdu_notification_request&quot; },</span></div>
<div style=3D"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 28, name =3D =
&quot;pdu_notification_response&quot; },</span></div>
<div style=3D"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 29, name =3D =
&quot;pdu_notification_reject_request&quot; },</span></div>
<div style=3D"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 30, name =3D =
&quot;pdu_notification_reject_response&quot; },</span></div>
<div style=3D"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-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 32, name =3D =
&quot;send_routing_info_request&quot; },</span></div>
<div style=3D"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 33, name =3D =
&quot;send_routing_info_response&quot; },</span></div>
<div style=3D"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 34, name =3D =
&quot;failure_report_request&quot; },</span></div>
<div style=3D"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-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 36, name =3D =
&quot;note_ms_present_request&quot; },</span></div>
<div style=3D"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 37, name =3D =
&quot;note_ms_present_response&quot; },</span></div>
<div style=3D"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-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 48, name =3D =
&quot;identification_request&quot; },</span></div>
<div style=3D"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 49, name =3D =
&quot;identification_response&quot; },</span></div>
<div style=3D"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 50, name =3D =
&quot;sgsn_context_request&quot; },</span></div>
<div style=3D"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 51, name =3D =
&quot;sgsn_context_response&quot; },</span></div>
<div style=3D"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 52, name =3D =
&quot;sgsn_context_ack&quot; },</span></div>
<div style=3D"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-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 240, name =3D=
 &quot;data_record_transfer_request&quot; },</span></div>
<div style=3D"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 241, name =3D=
 &quot;data_record_transfer_response&quot; },</span></div>
<div style=3D"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-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 255, name =3D=
 &quot;pdu&quot; },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; 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: 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;">{</span></div>
<div style=3D"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 1, name =3D &=
quot;echo_request&quot; },</span></div>
<div style=3D"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 2, name =3D &=
quot;echo_response&quot; },</span></div>
<div style=3D"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 3, name =3D &=
quot;version_not_supported&quot; },</span></div>
<div style=3D"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 4, name =3D &=
quot;node_alive_request&quot; },</span></div>
<div style=3D"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 5, name =3D &=
quot;node_alive_response&quot; },</span></div>
<div style=3D"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 6, name =3D &=
quot;redirection_request&quot; },</span></div>
<div style=3D"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 7, name =3D &=
quot;redirection_response&quot; },</span></div>
<div style=3D"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-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 16, name =3D =
&quot;create_pdp_context_request&quot; },</span></div>
<div style=3D"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 17, name =3D =
&quot;create_pdp_context_response&quot; },</span></div>
<div style=3D"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 18, name =3D =
&quot;update_pdp_context_request&quot; },</span></div>
<div style=3D"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 19, name =3D =
&quot;update_pdp_context_response&quot; },</span></div>
<div style=3D"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 20, name =3D =
&quot;delete_pdp_context_request&quot; },</span></div>
<div style=3D"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 21, name =3D =
&quot;delete_pdp_context_response&quot; },</span></div>
<div style=3D"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 22, name =3D =
&quot;init_pdp_context_activation_request&quot; },</span></div>
<div style=3D"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 23, name =3D =
&quot;init_pdp_context_activation_response&quot; },</span></div>
<div style=3D"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-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 26, name =3D =
&quot;error_indication&quot; },</span></div>
<div style=3D"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 27, name =3D =
&quot;pdu_notification_request&quot; },</span></div>
<div style=3D"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 28, name =3D =
&quot;pdu_notification_response&quot; },</span></div>
<div style=3D"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 29, name =3D =
&quot;pdu_notification_reject_request&quot; },</span></div>
<div style=3D"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 30, name =3D =
&quot;pdu_notification_reject_response&quot; },</span></div>
<div style=3D"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 31, name =3D =
&quot;supported_ext_header_notification&quot; },</span></div>
<div style=3D"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 32, name =3D =
&quot;send_routing_info_request&quot; },</span></div>
<div style=3D"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 33, name =3D =
&quot;send_routing_info_response&quot; },</span></div>
<div style=3D"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 34, name =3D =
&quot;failure_report_request&quot; },</span></div>
<div style=3D"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-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 36, name =3D =
&quot;note_ms_present_request&quot; },</span></div>
<div style=3D"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 37, name =3D =
&quot;note_ms_present_response&quot; },</span></div>
<div style=3D"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-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 48, name =3D =
&quot;identification_request&quot; },</span></div>
<div style=3D"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 49, name =3D =
&quot;identification_response&quot; },</span></div>
<div style=3D"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 50, name =3D =
&quot;sgsn_context_request&quot; },</span></div>
<div style=3D"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 51, name =3D =
&quot;sgsn_context_response&quot; },</span></div>
<div style=3D"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 52, name =3D =
&quot;sgsn_context_ack&quot; },</span></div>
<div style=3D"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 53, name =3D =
&quot;forward_relocation_request&quot; },</span></div>
<div style=3D"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 54, name =3D =
&quot;forward_relocation_response&quot; },</span></div>
<div style=3D"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 55, name =3D =
&quot;forward_relocation_complete&quot; },</span></div>
<div style=3D"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 56, name =3D =
&quot;relocation_cancel_request&quot; },</span></div>
<div style=3D"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 57, name =3D =
&quot;relocation_cancel_response&quot; },</span></div>
<div style=3D"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 58, name =3D =
&quot;forward_srns_contex&quot; },</span></div>
<div style=3D"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 59, name =3D =
&quot;forward_relocation_complete_ack&quot; },</span></div>
<div style=3D"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 60, name =3D =
&quot;forward_srns_contex_ack&quot; },</span></div>
<div style=3D"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-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 70, name =3D =
&quot;ran_info_relay&quot; },</span></div>
<div style=3D"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-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 96, name =3D =
&quot;mbms_notification_request&quot; },</span></div>
<div style=3D"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 97, name =3D =
&quot;mbms_notification_response&quot; },</span></div>
<div style=3D"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 98, name =3D =
&quot;mbms_notification_reject_request&quot; },</span></div>
<div style=3D"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 99, name =3D =
&quot;mbms_notification_reject_response&quot; },</span></div>
<div style=3D"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 100, name =3D=
 &quot;create_mbms_context_request&quot; },</span></div>
<div style=3D"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 101, name =3D=
 &quot;create_mbms_context_response&quot; },</span></div>
<div style=3D"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;update_mbms_context_request&quot; },</span></div>
<div style=3D"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 103, name =3D=
 &quot;update_mbms_context_response&quot; },</span></div>
<div style=3D"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 104, name =3D=
 &quot;delete_mbms_context_request&quot; },</span></div>
<div style=3D"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 105, name =3D=
 &quot;delete_mbms_context_response&quot; },</span></div>
<div style=3D"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-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 112, name =3D=
 &quot;mbms_register_request&quot; },</span></div>
<div style=3D"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 113, name =3D=
 &quot;mbms_register_response&quot; },</span></div>
<div style=3D"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 114, name =3D=
 &quot;mbms_deregister_request&quot; },</span></div>
<div style=3D"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 115, name =3D=
 &quot;mbms_deregister_response&quot; },</span></div>
<div style=3D"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 116, name =3D=
 &quot;mbms_session_start_request&quot; },</span></div>
<div style=3D"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 117, name =3D=
 &quot;mbms_session_start_response&quot; },</span></div>
<div style=3D"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 118, name =3D=
 &quot;mbms_session_stop_request&quot; },</span></div>
<div style=3D"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 119, name =3D=
 &quot;mbms_session_stop_response&quot; },</span></div>
<div style=3D"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 120, name =3D=
 &quot;mbms_session_update_request&quot; },</span></div>
<div style=3D"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 121, name =3D=
 &quot;mbms_session_update_response&quot; },</span></div>
<div style=3D"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-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 128, name =3D=
 &quot;ms_info_change_request&quot; },</span></div>
<div style=3D"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 129, name =3D=
 &quot;ms_info_change_response&quot; },</span></div>
<div style=3D"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-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 240, name =3D=
 &quot;data_record_transfer_request&quot; },</span></div>
<div style=3D"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 241, name =3D=
 &quot;data_record_transfer_response&quot; },</span></div>
<div style=3D"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-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 254, name =3D=
 &quot;end_marker&quot; },</span></div>
<div style=3D"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 255, name =3D=
 &quot;pdu&quot; },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(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-fa=
mily: 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-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 1, name =3D &=
quot;echo_request&quot; },</span></div>
<div style=3D"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 2, name =3D &=
quot;echo_response&quot; },</span></div>
<div style=3D"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 3, name =3D &=
quot;version_not_supported&quot; },</span></div>
<div style=3D"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-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 32, name =3D =
&quot;create_session_request&quot; },</span></div>
<div style=3D"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 33, name =3D =
&quot;create_session_response&quot; },</span></div>
<div style=3D"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 34, name =3D =
&quot;modify_bearer_request&quot; },</span></div>
<div style=3D"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;modify_bearer_response&quot; },</span></div>
<div style=3D"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 36, name =3D =
&quot;delete_session_request&quot; },</span></div>
<div style=3D"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 37, name =3D =
&quot;delete_session_response&quot; },</span></div>
<div style=3D"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 38, name =3D =
&quot;change_notification_request&quot; },</span></div>
<div style=3D"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 39, name =3D =
&quot;change_notification_response&quot; },</span></div>
<div style=3D"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-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 64, name =3D =
&quot;modify_bearer_command&quot; },</span></div>
<div style=3D"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 65, name =3D =
&quot;modify_bearer_failure_indication&quot; },</span></div>
<div style=3D"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 66, name =3D =
&quot;delete_bearer_command&quot; },</span></div>
<div style=3D"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 67, name =3D =
&quot;delete_bearer_failure_indication&quot; },</span></div>
<div style=3D"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 68, name =3D =
&quot;bearer_resource_command&quot; },</span></div>
<div style=3D"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 69, name =3D =
&quot;bearer_resource_failure_indication&quot; },</span></div>
<div style=3D"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 70, name =3D =
&quot;downlink_failure_indication&quot; },</span></div>
<div style=3D"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 71, name =3D =
&quot;trace_session_activation&quot; },</span></div>
<div style=3D"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 72, name =3D =
&quot;trace_session_deactivation&quot; },</span></div>
<div style=3D"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 73, name =3D =
&quot;stop_paging_indication&quot; },</span></div>
<div style=3D"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-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 95, name =3D =
&quot;create_bearer_request&quot; },</span></div>
<div style=3D"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 96, name =3D =
&quot;create_bearer_response&quot; },</span></div>
<div style=3D"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 97, name =3D =
&quot;update_bearer_request&quot; },</span></div>
<div style=3D"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 98, name =3D =
&quot;update_bearer_response&quot; },</span></div>
<div style=3D"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 99, name =3D =
&quot;delete_bearer_request&quot; },</span></div>
<div style=3D"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 100, name =3D=
 &quot;delete_bearer_response&quot; },</span></div>
<div style=3D"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 101, name =3D=
 &quot;delete_pdn_request&quot; },</span></div>
<div style=3D"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-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-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 128, name =3D=
 &quot;identification_request&quot; },</span></div>
<div style=3D"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 129, name =3D=
 &quot;identification_response&quot; },</span></div>
<div style=3D"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 130, name =3D=
 &quot;sgsn_context_request&quot; },</span></div>
<div style=3D"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 131, name =3D=
 &quot;sgsn_context_response&quot; },</span></div>
<div style=3D"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 132, name =3D=
 &quot;sgsn_context_ack&quot; },</span></div>
<div style=3D"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 133, name =3D=
 &quot;forward_relocation_request&quot; },</span></div>
<div style=3D"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 134, name =3D=
 &quot;forward_relocation_response&quot; },</span></div>
<div style=3D"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 135, name =3D=
 &quot;forward_relocation_complete&quot; },</span></div>
<div style=3D"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 136, name =3D=
 &quot;forward_relocation_complete_ack&quot; },</span></div>
<div style=3D"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 137, name =3D=
 &quot;forward_access&quot; },</span></div>
<div style=3D"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 138, name =3D=
 &quot;forward_access_ack&quot; },</span></div>
<div style=3D"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 139, name =3D=
 &quot;relocation_cancel_request&quot; },</span></div>
<div style=3D"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 140, name =3D=
 &quot;relocation_cancel_response&quot; },</span></div>
<div style=3D"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 141, name =3D=
 &quot;configuration_transfer_tunnel&quot; },</span></div>
<div style=3D"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-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 149, name =3D=
 &quot;detach&quot; },</span></div>
<div style=3D"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 150, name =3D=
 &quot;detach_ack&quot; },</span></div>
<div style=3D"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 151, name =3D=
 &quot;cs_paging&quot; },</span></div>
<div style=3D"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 152, name =3D=
 &quot;ran_info_relay&quot; },</span></div>
<div style=3D"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 153, name =3D=
 &quot;alert_mme&quot; },</span></div>
<div style=3D"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 154, name =3D=
 &quot;alert_mme_ack&quot; },</span></div>
<div style=3D"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-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 156, name =3D=
 &quot;ue_activity_ack&quot; },</span></div>
<div style=3D"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-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 160, name =3D=
 &quot;create_forward_tunnel_request&quot; },</span></div>
<div style=3D"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 161, name =3D=
 &quot;create_forward_tunnel_response&quot; },</span></div>
<div style=3D"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 162, name =3D=
 &quot;suspend&quot; },</span></div>
<div style=3D"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 163, name =3D=
 &quot;suspend_ack&quot; },</span></div>
<div style=3D"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 164, name =3D=
 &quot;resume&quot; },</span></div>
<div style=3D"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 165, name =3D=
 &quot;resume_ack&quot; },</span></div>
<div style=3D"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 166, name =3D=
 &quot;create_indirect_forward_tunnel_request&quot; },</span></div>
<div style=3D"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 167, name =3D=
 &quot;create_indirect_forward_tunnel_response&quot; },</span></div>
<div style=3D"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 168, name =3D=
 &quot;delete_indirect_forward_tunnel_request&quot; },</span></div>
<div style=3D"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 169, name =3D=
 &quot;delete_indirect_forward_tunnel_response&quot; },</span></div>
<div style=3D"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 170, name =3D=
 &quot;release_access_bearer_request&quot; },</span></div>
<div style=3D"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 171, name =3D=
 &quot;release_access_bearer_response&quot; },</span></div>
<div style=3D"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-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 176, name =3D=
 &quot;downlink_data&quot; },</span></div>
<div style=3D"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 177, name =3D=
 &quot;downlink_data_ack&quot; },</span></div>
<div style=3D"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-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 179, name =3D=
 &quot;pgw_restart&quot; },</span></div>
<div style=3D"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 180, name =3D=
 &quot;pgw_restart_ack&quot; },</span></div>
<div style=3D"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-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 200, name =3D=
 &quot;update_pdn_request&quot; },</span></div>
<div style=3D"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 201, name =3D=
 &quot;update_pdn_response&quot; },</span></div>
<div style=3D"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-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 211, name =3D=
 &quot;modify_access_bearer_request&quot; },</span></div>
<div style=3D"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 212, name =3D=
 &quot;modify_access_bearer_response&quot; },</span></div>
<div style=3D"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-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 231, name =3D=
 &quot;mbms_session_start_request&quot; },</span></div>
<div style=3D"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 232, name =3D=
 &quot;mbms_session_start_response&quot; },</span></div>
<div style=3D"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 233, name =3D=
 &quot;mbms_session_update_request&quot; },</span></div>
<div style=3D"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 234, name =3D=
 &quot;mbms_session_update_response&quot; },</span></div>
<div style=3D"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 235, name =3D=
 &quot;mbms_session_stop_request&quot; },</span></div>
<div style=3D"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 236, name =3D=
 &quot;mbms_session_stop_response&quot; },</span></div>
<div style=3D"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;">};</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- length =3D 0 indicates variable len=
gth</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">gtp_v0_info =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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 1, name =3D &=
quot;cause&quot;, length =3D 2 },</span></div>
<div style=3D"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 2, name =3D &=
quot;imsi&quot;, length =3D 9 },</span></div>
<div style=3D"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 3, name =3D &=
quot;rai&quot;, length =3D 7 },</span></div>
<div style=3D"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 4, name =3D &=
quot;tlli&quot;, length =3D 5 },</span></div>
<div style=3D"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 5, name =3D &=
quot;p_tmsi&quot;, length =3D 5 },</span></div>
<div style=3D"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 6, name =3D &=
quot;qos&quot;, length =3D 4 },</span></div>
<div style=3D"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-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 8, name =3D &=
quot;recording_required&quot;, length =3D 2 },</span></div>
<div style=3D"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 9, name =3D &=
quot;authentication&quot;, length =3D 29 },</span></div>
<div style=3D"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-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 11, name =3D =
&quot;map_cause&quot;, length =3D 2 },</span></div>
<div style=3D"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 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-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 13, name =3D =
&quot;ms_validated&quot;, length =3D 2 },</span></div>
<div style=3D"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 14, name =3D =
&quot;recovery&quot;, length =3D 2 },</span></div>
<div style=3D"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 15, name =3D =
&quot;selection_mode&quot;, length =3D 2 },</span></div>
<div style=3D"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 16, name =3D =
&quot;flow_label_data_1&quot;, length =3D 3 },</span></div>
<div style=3D"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 17, name =3D =
&quot;flow_label_signalling&quot;, length =3D 3 },</span></div>
<div style=3D"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 18, name =3D =
&quot;flow_label_data_2&quot;, length =3D 4 },</span></div>
<div style=3D"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 19, name =3D =
&quot;ms_unreachable&quot;, length =3D 2 },</span></div>
<div style=3D"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-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 127, name =3D=
 &quot;charge_id&quot;, length =3D 5 },</span></div>
<div style=3D"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 128, name =3D=
 &quot;end_user_address&quot;, length =3D 0 },</span></div>
<div style=3D"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 129, name =3D=
 &quot;mm_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 130, name =3D=
 &quot;pdp_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 131, name =3D=
 &quot;apn&quot;, length =3D 0 },</span></div>
<div style=3D"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 132, name =3D=
 &quot;protocol_config&quot;, length =3D 0 },</span></div>
<div style=3D"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 133, name =3D=
 &quot;gsn&quot;, length =3D 0 },</span></div>
<div style=3D"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 134, name =3D=
 &quot;msisdn&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 251, name =3D=
 &quot;charging_gateway_addr&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 255, name =3D=
 &quot;private_extension&quot;, length =3D 0 },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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-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 1, name =3D &=
quot;cause&quot;, length =3D 2 },</span></div>
<div style=3D"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 2, name =3D &=
quot;imsi&quot;, length =3D 9 },</span></div>
<div style=3D"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 3, name =3D &=
quot;rai&quot;, length =3D 7 },</span></div>
<div style=3D"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 4, name =3D &=
quot;tlli&quot;, length =3D 5 },</span></div>
<div style=3D"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 5, name =3D &=
quot;p_tmsi&quot;, length =3D 5 },</span></div>
<div style=3D"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-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 8, name =3D &=
quot;recording_required&quot;, length =3D 2 },</span></div>
<div style=3D"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 9, name =3D &=
quot;authentication&quot;, length =3D 29 },</span></div>
<div style=3D"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-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 11, name =3D =
&quot;map_cause&quot;, length =3D 2 },</span></div>
<div style=3D"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 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-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 13, name =3D =
&quot;ms_validated&quot;, length =3D 2 },</span></div>
<div style=3D"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 14, name =3D =
&quot;recovery&quot;, length =3D 2 },</span></div>
<div style=3D"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 15, name =3D =
&quot;selection_mode&quot;, length =3D 2 },</span></div>
<div style=3D"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 16, name =3D =
&quot;teid_1&quot;, length =3D 5 },</span></div>
<div style=3D"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 17, name =3D =
&quot;teid_control&quot;, length =3D 5 },</span></div>
<div style=3D"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 18, name =3D =
&quot;teid_2&quot;, length =3D 6 },</span></div>
<div style=3D"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 19, name =3D =
&quot;teardown_ind&quot;, length =3D 2 },</span></div>
<div style=3D"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 20, name =3D =
&quot;nsapi&quot;, length =3D 2 },</span></div>
<div style=3D"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 21, name =3D =
&quot;ranap&quot;, length =3D 2 },</span></div>
<div style=3D"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 22, name =3D =
&quot;rab_context&quot;, length =3D 10 },</span></div>
<div style=3D"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 23, name =3D =
&quot;radio_priority_sms&quot;, length =3D 2 },</span></div>
<div style=3D"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 24, name =3D =
&quot;radio_priority&quot;, length =3D 2 },</span></div>
<div style=3D"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 25, name =3D =
&quot;packet_flow_id&quot;, length =3D 3 },</span></div>
<div style=3D"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 26, name =3D =
&quot;charging_char&quot;, length =3D 3 },</span></div>
<div style=3D"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 27, name =3D =
&quot;trace_ref&quot;, length =3D 3 },</span></div>
<div style=3D"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 28, name =3D =
&quot;trace_type&quot;, length =3D 3 },</span></div>
<div style=3D"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 29, name =3D =
&quot;ms_unreachable&quot;, length =3D 2 },</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; { &nbsp;type =3D127, nam=
e =3D &quot;charge_id&quot;, length =3D 5 },</span></div>
<div style=3D"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 128, name =3D=
 &quot;end_user_address&quot;, length =3D 0 },</span></div>
<div style=3D"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 129, name =3D=
 &quot;mm_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 130, name =3D=
 &quot;pdp_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 131, name =3D=
 &quot;apn&quot;, length =3D 0 },</span></div>
<div style=3D"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 132, name =3D=
 &quot;protocol_config&quot;, length =3D 0 },</span></div>
<div style=3D"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 133, name =3D=
 &quot;gsn&quot;, length =3D 0 },</span></div>
<div style=3D"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 134, name =3D=
 &quot;msisdn&quot;, length =3D 0 },</span></div>
<div style=3D"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 135, name =3D=
 &quot;qos&quot;, length =3D 0 },</span></div>
<div style=3D"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 136, name =3D=
 &quot;authentication_qu&quot;, length =3D 0 },</span></div>
<div style=3D"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 137, name =3D=
 &quot;tft&quot;, length =3D 0 },</span></div>
<div style=3D"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 138, name =3D=
 &quot;target_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 139, name =3D=
 &quot;utran_trans&quot;, length =3D 0 },</span></div>
<div style=3D"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 140, name =3D=
 &quot;rab_setup&quot;, length =3D 0 },</span></div>
<div style=3D"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 141, name =3D=
 &quot;ext_header&quot;, length =3D 0 },</span></div>
<div style=3D"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 142, name =3D=
 &quot;trigger_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 143, name =3D=
 &quot;omc_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 144, name =3D=
 &quot;ran_trans&quot;, length =3D 0 },</span></div>
<div style=3D"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 145, name =3D=
 &quot;pdp_context_pri&quot;, length =3D 0 },</span></div>
<div style=3D"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 146, name =3D=
 &quot;addi_rab_setup&quot;, length =3D 0 },</span></div>
<div style=3D"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 147, name =3D=
 &quot;sgsn_number&quot;, length =3D 0 },</span></div>
<div style=3D"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 148, name =3D=
 &quot;common_flag&quot;, length =3D 0 },</span></div>
<div style=3D"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 149, name =3D=
 &quot;apn_restriction&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 151, name =3D=
 &quot;rat_type&quot;, length =3D 0 },</span></div>
<div style=3D"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 152, name =3D=
 &quot;user_loc_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 154, name =3D=
 &quot;imei_sv&quot;, length =3D 0 },</span></div>
<div style=3D"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;camel&quot;, length =3D 0 },</span></div>
<div style=3D"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 156, name =3D=
 &quot;mbms_ue_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 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-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 159, name =3D=
 &quot;mbms_config&quot;, length =3D 0 },</span></div>
<div style=3D"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 160, name =3D=
 &quot;mbms_service_area&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 162, name =3D=
 &quot;addi_trace_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 163, name =3D=
 &quot;hop_counter&quot;, length =3D 0 },</span></div>
<div style=3D"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 164, name =3D=
 &quot;plmn_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 165, name =3D=
 &quot;mbms_session_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 166, name =3D=
 &quot;mbms_2g3g_indicator&quot;, length =3D 0 },</span></div>
<div style=3D"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 167, name =3D=
 &quot;enhanced_nsapi&quot;, length =3D 0 },</span></div>
<div style=3D"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 168, name =3D=
 &quot;mbms_session_duration&quot;, length =3D 0 },</span></div>
<div style=3D"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 169, name =3D=
 &quot;addi_mbms_trace_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 170, name =3D=
 &quot;mbms_session_repetition_num&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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-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 173, name =3D=
 &quot;bss&quot;, length =3D 0 },</span></div>
<div style=3D"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 174, name =3D=
 &quot;cell_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 175, name =3D=
 &quot;pdu_num&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 178, name =3D=
 &quot;rim_routing_disc&quot;, length =3D 0 },</span></div>
<div style=3D"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 179, name =3D=
 &quot;list_pfc&quot;, length =3D 0 },</span></div>
<div style=3D"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 180, name =3D=
 &quot;ps_xid&quot;, length =3D 0 },</span></div>
<div style=3D"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 181, name =3D=
 &quot;ms_info_change_report&quot;, length =3D 4 },</span></div>
<div style=3D"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 182, name =3D=
 &quot;direct_tunnel_flags&quot;, length =3D 0 },</span></div>
<div style=3D"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 183, name =3D=
 &quot;correlation_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 184, name =3D=
 &quot;bearer_control_mode&quot;, length =3D 0 },</span></div>
<div style=3D"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 185, name =3D=
 &quot;mbms_flow_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 187, name =3D=
 &quot;mbms_distribution_ack&quot;, length =3D 4 },</span></div>
<div style=3D"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 188, name =3D=
 &quot;reliable_inter_rat_handover&quot;, length =3D 0 },</span></div>
<div style=3D"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 189, name =3D=
 &quot;rfsp_index&quot;, length =3D 0 },</span></div>
<div style=3D"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 190, name =3D=
 &quot;fqdn&quot;, length =3D 0 },</span></div>
<div style=3D"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 191, name =3D=
 &quot;evolved_allocation1&quot;, length =3D 0 },</span></div>
<div style=3D"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 192, name =3D=
 &quot;evolved_allocation2&quot;, length =3D 0 },</span></div>
<div style=3D"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 193, name =3D=
 &quot;extended_flags&quot;, length =3D 0 },</span></div>
<div style=3D"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 194, name =3D=
 &quot;uci&quot;, length =3D 0 },</span></div>
<div style=3D"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 195, name =3D=
 &quot;csg_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 196, name =3D=
 &quot;csg_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 197, name =3D=
 &quot;cmi&quot;, length =3D 4 },</span></div>
<div style=3D"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 198, name =3D=
 &quot;apn_ambr&quot;, length =3D 0 },</span></div>
<div style=3D"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 199, name =3D=
 &quot;ue_network&quot;, length =3D 0 },</span></div>
<div style=3D"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 200, name =3D=
 &quot;ue_ambr&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 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-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 203, name =3D=
 &quot;signalling_priority_indication&quot;, length =3D 0 },</span></div>
<div style=3D"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 204, name =3D=
 &quot;signalling_priority_indication_nsapi&quot;, length =3D 0 },</span></=
div>
<div style=3D"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 205, name =3D=
 &quot;high_bitrate&quot;, length =3D 4 },</span></div>
<div style=3D"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 206, name =3D=
 &quot;max_mbr&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 251, name =3D=
 &quot;charging_gateway_addr&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 255, name =3D=
 &quot;private_extension&quot;, length =3D 0 },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">gtp_v2_info =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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 1, name =3D &=
quot;imsi&quot;, length =3D 0 },</span></div>
<div style=3D"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 2, name =3D &=
quot;cause&quot;, length =3D 0 },</span></div>
<div style=3D"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 3, name =3D &=
quot;recovery&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 71, name =3D =
&quot;apn&quot;, length =3D 0 },</span></div>
<div style=3D"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 72, name =3D =
&quot;ambr&quot;, length =3D 0 },</span></div>
<div style=3D"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 73, name =3D =
&quot;ebi&quot;, length =3D 0 },</span></div>
<div style=3D"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 74, name =3D =
&quot;ip_addr&quot;, length =3D 0 },</span></div>
<div style=3D"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 75, name =3D =
&quot;mei&quot;, length =3D 0 },</span></div>
<div style=3D"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 76, name =3D =
&quot;msisdn&quot;, length =3D 0 },</span></div>
<div style=3D"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 77, name =3D =
&quot;indication&quot;, length =3D 0 },</span></div>
<div style=3D"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 78, name =3D =
&quot;pco&quot;, length =3D 0 },</span></div>
<div style=3D"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 79, name =3D =
&quot;paa&quot;, length =3D 0 },</span></div>
<div style=3D"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 80, name =3D =
&quot;bearer_qos&quot;, length =3D 0 },</span></div>
<div style=3D"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 81, name =3D =
&quot;flow_qos&quot;, length =3D 0 },</span></div>
<div style=3D"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 82, name =3D =
&quot;rat_type&quot;, length =3D 0 },</span></div>
<div style=3D"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 83, name =3D =
&quot;serving_network&quot;, length =3D 0 },</span></div>
<div style=3D"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 84, name =3D =
&quot;bearer_tft&quot;, length =3D 0 },</span></div>
<div style=3D"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 85, name =3D =
&quot;tad&quot;, length =3D 0 },</span></div>
<div style=3D"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 86, name =3D =
&quot;uli&quot;, length =3D 0 },</span></div>
<div style=3D"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 87, name =3D =
&quot;f_teid&quot;, length =3D 0 },</span></div>
<div style=3D"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 88, name =3D =
&quot;tmsi&quot;, length =3D 0 },</span></div>
<div style=3D"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 89, name =3D =
&quot;cn_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 90, name =3D =
&quot;s103pdf&quot;, length =3D 0 },</span></div>
<div style=3D"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 91, name =3D =
&quot;s1udf&quot;, length =3D 0 },</span></div>
<div style=3D"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 92, name =3D =
&quot;delay_value&quot;, length =3D 0 },</span></div>
<div style=3D"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 93, name =3D =
&quot;bearer_context&quot;, length =3D 0 },</span></div>
<div style=3D"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 94, name =3D =
&quot;charging_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 95, name =3D =
&quot;charging_char&quot;, length =3D 0 },</span></div>
<div style=3D"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 96, name =3D =
&quot;trace_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 97, name =3D =
&quot;bearer_flag&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 99, &nbsp;nam=
e =3D &quot;pdn_type&quot;, length =3D 0 },</span></div>
<div style=3D"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 100, name =3D=
 &quot;pti&quot;, length =3D 0 },</span></div>
<div style=3D"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 101, name =3D=
 &quot;drx_parameter&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 103, name =3D=
 &quot;gsm_key_tri&quot;, length =3D 0 },</span></div>
<div style=3D"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 104, name =3D=
 &quot;umts_key_cipher_quin&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 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-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 107, name =3D=
 &quot;eps_quad&quot;, length =3D 0 },</span></div>
<div style=3D"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 108, name =3D=
 &quot;umts_key_quad_quin&quot;, length =3D 0 },</span></div>
<div style=3D"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 109, name =3D=
 &quot;pdn_connection&quot;, length =3D 0 },</span></div>
<div style=3D"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 110, name =3D=
 &quot;pdn_number&quot;, length =3D 0 },</span></div>
<div style=3D"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 111, name =3D=
 &quot;p_tmsi&quot;, length =3D 0 },</span></div>
<div style=3D"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 112, name =3D=
 &quot;p_tmsi_sig&quot;, length =3D 0 },</span></div>
<div style=3D"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 113, name =3D=
 &quot;hop_counter&quot;, length =3D 0 },</span></div>
<div style=3D"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 114, name =3D=
 &quot;ue_time_zone&quot;, length =3D 0 },</span></div>
<div style=3D"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 115, name =3D=
 &quot;trace_ref&quot;, length =3D 0 },</span></div>
<div style=3D"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 116, name =3D=
 &quot;complete_request_msg&quot;, length =3D 0 },</span></div>
<div style=3D"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 117, name =3D=
 &quot;guti&quot;, length =3D 0 },</span></div>
<div style=3D"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 118, name =3D=
 &quot;f_container&quot;, length =3D 0 },</span></div>
<div style=3D"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 119, name =3D=
 &quot;f_cause&quot;, length =3D 0 },</span></div>
<div style=3D"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 120, name =3D=
 &quot;plmn_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 121, name =3D=
 &quot;target_id&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 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-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 124, name =3D=
 &quot;rab_contex&quot;, length =3D 0 },</span></div>
<div style=3D"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 125, name =3D=
 &quot;src_rnc_pdcp&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 127, name =3D=
 &quot;apn_restriction&quot;, length =3D 0 },</span></div>
<div style=3D"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 128, name =3D=
 &quot;selection_mode&quot;, length =3D 0 },</span></div>
<div style=3D"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 129, name =3D=
 &quot;src_id&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 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-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 132, name =3D=
 &quot;fq_csid&quot;, length =3D 0 },</span></div>
<div style=3D"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 133, name =3D=
 &quot;channel&quot;, length =3D 0 },</span></div>
<div style=3D"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 134, name =3D=
 &quot;emlpp_pri&quot;, length =3D 0 },</span></div>
<div style=3D"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 135, name =3D=
 &quot;node_type&quot;, length =3D 0 },</span></div>
<div style=3D"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 136, name =3D=
 &quot;fqdn&quot;, length =3D 0 },</span></div>
<div style=3D"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 137, name =3D=
 &quot;ti&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 139, name =3D=
 &quot;mbms_service_area&quot;, length =3D 0 },</span></div>
<div style=3D"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 140, name =3D=
 &quot;mbms_session_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 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-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 143, name =3D=
 &quot;mbms_distribution_ack&quot;, length =3D 0 },</span></div>
<div style=3D"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 144, name =3D=
 &quot;rfsp_index&quot;, length =3D 0 },</span></div>
<div style=3D"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 145, name =3D=
 &quot;uci&quot;, length =3D 0 },</span></div>
<div style=3D"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 146, name =3D=
 &quot;csg_info&quot;, length =3D 0 },</span></div>
<div style=3D"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 147, name =3D=
 &quot;csg_id&quot;, length =3D 0 },</span></div>
<div style=3D"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 148, name =3D=
 &quot;cmi&quot;, length =3D 0 },</span></div>
<div style=3D"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 149, name =3D=
 &quot;service_indicator&quot;, length =3D 0 },</span></div>
<div style=3D"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 150, name =3D=
 &quot;detach_type&quot;, length =3D 0 },</span></div>
<div style=3D"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 151, name =3D=
 &quot;ldn&quot;, length =3D 0 },</span></div>
<div style=3D"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 152, name =3D=
 &quot;node_feature&quot;, length =3D 0 },</span></div>
<div style=3D"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 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-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 154, name =3D=
 &quot;throttling&quot;, length =3D 0 },</span></div>
<div style=3D"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;arp&quot;, length =3D 0 },</span></div>
<div style=3D"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 156, name =3D=
 &quot;epc_timer&quot;, length =3D 0 },</span></div>
<div style=3D"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 157, name =3D=
 &quot;signalling_priority_indication&quot;, length =3D 0 },</span></div>
<div style=3D"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 158, name =3D=
 &quot;tmgi&quot;, length =3D 0 },</span></div>
<div style=3D"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 159, name =3D=
 &quot;mm_srvcc&quot;, length =3D 0 },</span></div>
<div style=3D"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 160, name =3D=
 &quot;flags_srvcc&quot;, length =3D 0 },</span></div>
<div style=3D"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 161, name =3D=
 &quot;mmbr&quot;, length =3D 0 },</span></div>
<div style=3D"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-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 255, name =3D=
 &quot;private_extension&quot;, length =3D 0 },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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%; font-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; { version =3D 0, message=
s =3D gtp_v0_msg, infos =3D gtp_v0_info },</span></div>
<div style=3D"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; { version =3D 1, message=
s =3D gtp_v1_msg, infos =3D gtp_v1_info },</span></div>
<div style=3D"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; { version =3D 2, message=
s =3D gtp_v2_msg, infos =3D gtp_v2_info },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- port_scan defaults</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">tcp_low_dist =3D &nbsp;{ scans =3D &nb=
sp; 0, rejects =3D 15, nets =3D &nbsp;50, ports =3D 15 }</span></div>
<div style=3D"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-fa=
mily: 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, rej=
ects =3D 10, nets =3D &nbsp;60, ports =3D 15 }</span></div>
<div style=3D"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;">tcp_med_decoy =3D { scans =3D 200, rej=
ects =3D 30, nets =3D 120, ports =3D 60 }</span></div>
<div style=3D"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;">tcp_med_sweep =3D { scans =3D &nbsp;30=
, rejects =3D &nbsp;7, nets =3D &nbsp; 7, ports =3D 10 }</span></div>
<div style=3D"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;">tcp_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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">tcp_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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">tcp_hi_sweep =3D &nbsp;{ scans =3D &nb=
sp;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-fa=
mily: 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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; 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; 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;">udp_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-fa=
mily: 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 &nbsp; 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-fa=
mily: 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 &nb=
sp; 0, rejects =3D 15, nets =3D &nbsp;50, ports =3D 15 }</span></div>
<div style=3D"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-fa=
mily: 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, rej=
ects =3D 10, nets =3D &nbsp;60, ports =3D 15 }</span></div>
<div style=3D"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;">udp_med_decoy =3D { scans =3D 200, rej=
ects =3D 30, nets =3D 120, ports =3D 60 }</span></div>
<div style=3D"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;">udp_med_sweep =3D { scans =3D &nbsp;30=
, rejects =3D &nbsp;5, nets =3D &nbsp; 5, ports =3D 20 }</span></div>
<div style=3D"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;">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-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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">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-fa=
mily: 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 &nb=
sp;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-fa=
mily: Verdana, Arial, 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 &nbsp;3, nets =3D 200, ports =3D 10 }</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ip_low_proto =3D &nbsp;{ scans =3D &nb=
sp; 0, rejects =3D 10, nets =3D &nbsp;10, ports =3D 50 }</span></div>
<div style=3D"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;">ip_low_decoy =3D &nbsp;{ scans =3D &nb=
sp; 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">ip_low_sweep =3D &nbsp;{ scans =3D &nb=
sp; 0, rejects =3D 10, nets =3D &nbsp;10, ports =3D 10 }</span></div>
<div style=3D"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;">ip_low_dist =3D &nbsp; { scans =3D &nb=
sp; 0, rejects =3D 15, nets =3D &nbsp;25, ports =3D 50 }</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">ip_med_decoy =3D &nbsp;{ 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%; font-fa=
mily: 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 &nb=
sp;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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<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>
<div style=3D"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;">ip_hi_decoy =3D &nbsp; { scans =3D 200=
, rejects =3D &nbsp;7, nets =3D &nbsp;15, ports =3D &nbsp;5 }</span></div>
<div style=3D"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;">ip_hi_sweep =3D &nbsp; { scans =3D &nb=
sp;30, rejects =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D &nbsp;7 }</span></=
div>
<div style=3D"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;">ip_hi_dist =3D &nbsp; &nbsp;{ scans =
=3D 200, rejects =3D &nbsp;3, nets =3D &nbsp;11, ports =3D 10 }</span></div=
>
<div style=3D"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-fa=
mily: 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-fa=
mily: 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;2=
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-fa=
mily: 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 &n=
bsp;10, rejects =3D &nbsp;3, nets =3D &nbsp; 3, ports =3D &nbsp;5 }</span><=
/div>
<div style=3D"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-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-fa=
mily: 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-fa=
mily: 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: 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; scan_types =3D 'all',</s=
pan></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; tcp_window =3D 600,</spa=
n></div>
<div style=3D"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; udp_window =3D 600,</spa=
n></div>
<div style=3D"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_window =3D 600,</span=
></div>
<div style=3D"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; icmp_window =3D 600,</sp=
an></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; tcp_ports =3D tcp_hi_por=
ts,</span></div>
<div style=3D"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; tcp_decoy =3D tcp_hi_dec=
oy,</span></div>
<div style=3D"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; tcp_sweep =3D tcp_hi_swe=
ep,</span></div>
<div style=3D"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; tcp_dist =3D tcp_hi_dist=
,</span></div>
<div style=3D"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-fa=
mily: 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_por=
ts,</span></div>
<div style=3D"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; udp_decoy =3D udp_hi_dec=
oy,</span></div>
<div style=3D"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; udp_sweep =3D udp_hi_swe=
ep,</span></div>
<div style=3D"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; udp_dist =3D udp_hi_dist=
,</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; ip_proto =3D ip_hi_proto=
,</span></div>
<div style=3D"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: 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_sweep =3D ip_hi_sweep=
,</span></div>
<div style=3D"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_hi_dist,<=
/span></div>
<div style=3D"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-fa=
mily: 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_s=
weep,</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; 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-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;">{</span></div>
<div style=3D"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; protos =3D 'all',</span>=
</div>
<div style=3D"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; scan_types =3D 'all',</s=
pan></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-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-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; udp_window =3D 90,</span=
></div>
<div style=3D"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_window =3D 90,</span>=
</div>
<div style=3D"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; icmp_window =3D 90,</spa=
n></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; tcp_ports =3D tcp_med_po=
rts,</span></div>
<div style=3D"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; tcp_decoy =3D tcp_med_de=
coy,</span></div>
<div style=3D"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; tcp_sweep =3D tcp_med_sw=
eep,</span></div>
<div style=3D"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; tcp_dist =3D tcp_med_dis=
t,</span></div>
<div style=3D"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-fa=
mily: 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_med_po=
rts,</span></div>
<div style=3D"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; udp_decoy =3D udp_med_de=
coy,</span></div>
<div style=3D"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; udp_sweep =3D udp_med_sw=
eep,</span></div>
<div style=3D"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; udp_dist =3D udp_med_dis=
t,</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; ip_proto =3D ip_med_prot=
o,</span></div>
<div style=3D"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_med_deco=
y,</span></div>
<div style=3D"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_sweep =3D ip_med_swee=
p,</span></div>
<div style=3D"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-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-fa=
mily: 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-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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_low_port_scan =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; protos =3D 'all',</span>=
</div>
<div style=3D"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; scan_types =3D 'all',</s=
pan></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; tcp_window =3D 60,</span=
></div>
<div style=3D"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; udp_window =3D 60,</span=
></div>
<div style=3D"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_window =3D 60,</span>=
</div>
<div style=3D"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; icmp_window =3D 60,</spa=
n></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; tcp_ports =3D tcp_low_po=
rts,</span></div>
<div style=3D"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; tcp_decoy =3D tcp_low_de=
coy,</span></div>
<div style=3D"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; tcp_sweep =3D tcp_low_sw=
eep,</span></div>
<div style=3D"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; tcp_dist =3D tcp_low_dis=
t,</span></div>
<div style=3D"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-fa=
mily: 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_po=
rts,</span></div>
<div style=3D"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; udp_decoy =3D udp_low_de=
coy,</span></div>
<div style=3D"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; udp_sweep =3D udp_low_sw=
eep,</span></div>
<div style=3D"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; udp_dist =3D udp_low_dis=
t,</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; ip_proto =3D ip_low_prot=
o,</span></div>
<div style=3D"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_low_deco=
y,</span></div>
<div style=3D"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_sweep =3D ip_low_swee=
p,</span></div>
<div style=3D"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_low_dist,=
</span></div>
<div style=3D"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-fa=
mily: 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_low_=
sweep,</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default js_norm configuration</span=
></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- ECMAScript Standard Built-in Object=
s and Functions Names (Identifiers)</span></div>
<div style=3D"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-speci=
fication identifiers like those</span></div>
<div style=3D"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;">-- are part of WebAPI or frameworks</s=
pan></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_js_norm_ident_ignore =3D</span=
></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; -- GlobalObject.Function=
s</span></div>
<div style=3D"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; 'eval', 'PerformEval', '=
HostEnsureCanCompileStrings', 'EvalDeclarationInstantiation',</span></div>
<div style=3D"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; 'isFinite', 'isNaN', 'pa=
rseFloat', 'parseInt', 'Encode', 'Decode', 'decodeURI',</span></div>
<div style=3D"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; 'decodeURIComponent', 'e=
ncodeURI', 'encodeURIComponent',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Microsoft.JScript.Glo=
balObject.Functions</span></div>
<div style=3D"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; 'CollectGarbage', 'GetHa=
shCode', 'GetObject', 'GetType', 'MemberwiseClone',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- GlobalObject.Construc=
tors</span></div>
<div style=3D"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; 'AggregateError', 'Array=
', 'ArrayBuffer', 'BigInt', 'BitInt64Array', 'BigUint64Array',</span></div>
<div style=3D"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; 'Boolean', 'DataView', '=
Date', 'Error', 'EvalError', 'FinalizationRegistry',</span></div>
<div style=3D"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; 'Float32Array', 'Float64=
Array', 'Function', 'Int8Array', 'Int16Array', 'Int32Array',</span></div>
<div style=3D"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; 'Map', 'NativeError', 'N=
umber', 'Object', 'Promise', 'Proxy',</span></div>
<div style=3D"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', 'Reference=
Error', 'RegExp', 'Set', 'SharedArrayBuffer', 'String',</span></div>
<div style=3D"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; 'Symbol', 'SyntaxError',=
 'TypeError', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array',</span></div=
>
<div style=3D"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; 'Uint32Array', 'URIError=
', 'WeakMap', 'WeakRef', 'WeakSet',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Microsoft.JScript.Glo=
balObject.Constructors</span></div>
<div style=3D"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', 'Enumer=
ator', 'VBArray',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Atomics</span></div>
<div style=3D"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; 'Atomics', 'WaiterList',=
 'ValidateIntegerTypedArray', 'ValidateAtomicAccess', 'GetWaiterList',</spa=
n></div>
<div style=3D"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; 'EnterCriticalSection', =
'LeaveCriticalSection', 'AddWaiter', 'RemoveWaiter', 'RemoveWaiters',</span=
></div>
<div style=3D"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; 'SuspendAgent', 'NotifyW=
aiter', 'AtomicReadModifyWrite', 'ByteListBitwiseOp', 'ByteListEqual',</spa=
n></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- JSON</span></div>
<div style=3D"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; 'JSON', 'InternalizeJSON=
Property', 'SerializeJSONProperty', 'QuoteJSONString', 'UnicodeEscape',</sp=
an></div>
<div style=3D"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; 'SerializeJSONObject','S=
erializeJSONArray',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Math</span></div>
<div style=3D"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; 'Math',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Reflect</span></div>
<div style=3D"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; 'Reflect',</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'LocalTZA', 'LocalTime',=
 'UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'TimeClip', 'TimeString',</span>=
</div>
<div style=3D"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; 'DateString', 'TimeZoneS=
tring', 'ToDateString',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- String</span></div>
<div style=3D"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; 'StringPad', 'GetSubstit=
ution', 'SplitMatch', 'TrimString',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- RegExp</span></div>
<div style=3D"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; 'RegExpExec', 'RegExpBui=
ltinExec', 'AdvanceStringIndex', 'RegExpHasFlag',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- TypedArray</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; 'TypedArray', 'TypedArra=
ySpeciesCreate', 'TypedArrayCreate', 'ValidateTypedArray',</span></div>
<div style=3D"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; 'AllocateTypedArray', 'I=
nitializeTypedArrayFromTypedArray',</span></div>
<div style=3D"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; 'InitializeTypedArrayFro=
mArrayBuffer', 'InitializeTypedArrayFromList',</span></div>
<div style=3D"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; 'InitializeTypedArrayFro=
mArrayLike', 'AllocateTypedArrayBuffer',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- ArrayBuffer</span></d=
iv>
<div style=3D"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; 'AllocateArrayBuffer', '=
IsDetachedBuffer', 'DetachArrayBuffer', 'CloneArrayBuffer',</span></div>
<div style=3D"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; 'IsUnsignedElementType',=
 'IsUnclampedIntegerElementType', 'IsBigIntElementType',</span></div>
<div style=3D"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; 'IsNoTearConfiguration',=
 'RawBytesToNumeric', 'GetValueFromBuffer', 'NumericToRawBytes',</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; 'SetValueInBuffer', 'Get=
ModifySetValueInBuffer',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- SharedArrayBuffer</sp=
an></div>
<div style=3D"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; 'AllocateSharedArrayBuff=
er', 'IsSharedArrayBuffer',</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'GetViewValue', 'SetView=
Value', 'getDataView',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- WeakRef</span></div>
<div style=3D"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; 'WeakRefDeref',</span></=
div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'IfAbruptRejectPromise',=
 'CreateResolvingFunctions', 'FulfillPromise', 'NewPromiseCapability',</spa=
n></div>
<div style=3D"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; 'IsPromise', 'RejectProm=
ise', 'TriggerPromiseReactions', 'HostPromiseRejectionTracker',</span></div=
>
<div style=3D"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; 'NewPromiseReactionJob',=
 'NewPromiseResolveThenableJob', 'GetPromiseResolve',</span></div>
<div style=3D"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; 'PerformPromiseAll', 'Pe=
rformPromiseAllSettled', 'PerformPromiseAny', 'PerformPromiseRace',</span><=
/div>
<div style=3D"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; 'PromiseResolve', 'Perfo=
rmPromiseThen',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- GeneratorFunction</sp=
an></div>
<div style=3D"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; 'GeneratorFunction', 'As=
yncGeneratorFunction',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Generator</span></div=
>
<div style=3D"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; 'Generator', 'GeneratorS=
tart', 'GeneratorValidate', 'GeneratorResume', 'GeneratorResumeAbrupt',</sp=
an></div>
<div style=3D"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; 'GetGeneratorKind', 'Gen=
eratorYield', 'Yield', 'CreateIteratorFromClosure',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- AsyncGenerator</span>=
</div>
<div style=3D"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; 'AsyncGenerator', 'Async=
GeneratorStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolve',</span><=
/div>
<div style=3D"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; 'AsyncGeneratorReject', =
'AsyncGeneratorResumeNext', 'AsyncGeneratorEnqueue',</span></div>
<div style=3D"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; 'AsyncGeneratorYield', '=
CreateAsyncIteratorFromClosure',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- AsyncFunction</span><=
/div>
<div style=3D"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; 'AsyncFunction', 'AsyncF=
unctionStart',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'console', 'document',</=
span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'arguments', 'CreateDyna=
micFunction', 'HostHasSourceTextAvailable', 'SymbolDescriptiveString',</spa=
n></div>
<div style=3D"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; 'IsConcatSpreadable', 'F=
lattenIntoArray', 'SortCompare', 'AddEntriesFromIterable',</span></div>
<div style=3D"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; 'CreateMapIterator', 'Cr=
eateSetIterator', 'EventSet', 'SharedDataBlockEventSet',</span></div>
<div style=3D"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; 'HostEventSet', 'Compose=
WriteEventBytes', 'ValueOfReadEvent', 'escape', 'unescape',</span></div>
<div style=3D"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; 'CreateHTML',</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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Adobe Acrobat</span><=
/div>
<div style=3D"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; 'addAnnot', 'bookmarkRoo=
t', 'calculateNow', 'closeDoc', 'createDataObject', 'docID',</span></div>
<div style=3D"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; 'exportAsFDF', 'exportAs=
FDFStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRichMedia',</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; 'getField', 'getLegalWar=
nings', 'getNthFieldName', 'getOCGs', 'openDataObject', 'removeField',</spa=
n></div>
<div style=3D"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; 'removeLinks', 'modDate'=
, 'scroll', 'setAction', 'setPageAction', 'submitForm', 'syncAnnotScan',</s=
pan></div>
<div style=3D"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; 'Collab', 'Net', 'Rendit=
ion', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'spell', 'util'</span></=
div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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</span>=
</div>
<div style=3D"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;">{</span></div>
<div style=3D"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; -- Object</span></div>
<div style=3D"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; 'constructor', 'prototyp=
e', '__proto__', '__defineGetter__', '__defineSetter__',</span></div>
<div style=3D"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; '__lookupGetter__', '__l=
ookupSetter__', '__count__', '__noSuchMethod__', '__parent__',</span></div>
<div style=3D"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; 'hasOwnProperty', 'isPro=
totypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString',</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; 'toSource', 'valueOf', '=
getNotifier', 'eval', 'observe', 'unobserve', 'watch', 'unwatch',</span></d=
iv>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'arguments', 'arity', 'c=
aller', 'length', 'name', 'displayName', 'apply', 'bind', 'call',</span></d=
iv>
<div style=3D"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; 'isGenerator',</span></d=
iv>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'toExponential', 'toFixe=
d', 'toPrecision',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- String</span></div>
<div style=3D"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; 'at', 'charAt', 'charCod=
eAt', 'codePointAt', 'concat', 'includes', 'endWith', 'indexOf',</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; 'lastIndexOf', 'localeCo=
mpare', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart',</span></div=
>
<div style=3D"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; 'repeat', 'replace', 're=
placeAll', 'search', 'slice', 'split', 'startsWith', 'substring',</span></d=
iv>
<div style=3D"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; 'toLocaleLowerCase', 'to=
LocaleUpperCase', 'toLowerCase', 'toUpperCase', 'trim', 'trimStart',</span>=
</div>
<div style=3D"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; 'trimEnd',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- RegExp</span></div>
<div style=3D"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; 'flags', 'dotAll', 'glob=
al', 'hasIndices', 'ignoreCase', 'multiline', 'source', 'sticky',</span></d=
iv>
<div style=3D"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; 'unicode', 'lastIndex', =
'compile', 'exec', 'test', 'input', 'lastMatch', 'lastParen',</span></div>
<div style=3D"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; 'leftContext', 'rightCon=
text',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Array</span></div>
<div style=3D"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; 'copyWithin', 'entries',=
 'every', 'fill', 'filter', 'find', 'findIndex', 'flat', 'flatMap',</span><=
/div>
<div style=3D"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; 'forEach', 'groupBy', 'g=
roupByToMap', 'join', 'keys', 'map', 'pop', &nbsp;'push', 'reduce',</span><=
/div>
<div style=3D"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; 'reduceRight', 'reverse'=
, 'shift', 'unshift', 'some', 'sort', 'splice',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Generator</span></div=
>
<div style=3D"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; 'next', 'return', 'throw=
',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- EventTarget</span></d=
iv>
<div style=3D"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; 'addEventListener', 'dis=
patchEvent', 'removeEventListener',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Node</span></div>
<div style=3D"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; 'childNodes', 'nodeValue=
', 'ownerDocument', 'parentElement', 'textContent', 'appendChild',</span></=
div>
<div style=3D"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; 'cloneNode', 'insertBefo=
re', 'removeChild', 'replaceChild',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Element</span></div>
<div style=3D"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; 'innerHTML', 'msRegionOv=
erflow', 'openOrClosedShadowRoot', 'outerHTML', 'part', 'shadowRoot',</span=
></div>
<div style=3D"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; 'after', 'append', 'atta=
chShadow', 'before', 'closest', 'createShadowRoot', 'getAttribute',</span><=
/div>
<div style=3D"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; 'getAttributeNode', 'get=
AttributeNodeNS', 'getAttributeNS', 'getElementsByClassName',</span></div>
<div style=3D"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; 'getElementsByTagName', =
'getElementsByTagNameNS', 'insertAdjacentElement', 'insertAdjacentHTML',</s=
pan></div>
<div style=3D"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; 'insertAdjacentText', 'p=
repend', 'querySelector', 'querySelectorAll', 'releasePointerCapture',</spa=
n></div>
<div style=3D"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; 'remove', 'removeAttribu=
te', 'removeAttributeNode', 'removeAttributeNS', 'replaceChildren',</span><=
/div>
<div style=3D"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; 'replaceWith', 'setAttri=
bute', 'setAttributeNode', 'setAttributeNodeNS', 'setAttributeNS',</span></=
div>
<div style=3D"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; 'setCapture', 'setHTML',=
 'setPointerCapture', 'toggleAttribute',</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- HTMLElement</span></d=
iv>
<div style=3D"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; 'contentEditable', 'cont=
extMenu', 'dataset', 'dir', 'enterKeyHint', 'hidden', 'inert',</span></div>
<div style=3D"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; 'innerText', 'lang', 'no=
nce', 'outerText', 'style', 'tabIndex', 'title',</span></div>
<div style=3D"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; 'attachInternals',</span=
></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'catch', 'finally',</spa=
n></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; 'ExportStyle', 'callee',=
</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp; &nbsp; -- Adobe Acrobat</span><=
/div>
<div style=3D"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; 'activated', 'addAnnot',=
 'addLink', 'annot', 'attachIcon', 'begin', 'bookmarkRoot',</span></div>
<div style=3D"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; 'borderColor', 'borderSt=
yle', 'buttonGetIcon', 'calculate', 'calculateNow', 'callAS',</span></div>
<div style=3D"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; 'children', 'close', 'cl=
oseDoc', 'commitOnSelChange', 'createChild', 'createDataObject', 'data',</s=
pan></div>
<div style=3D"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; 'dataObjects', 'destroy'=
, 'doc', 'docID', 'end', 'execute', 'exportAsFDF', 'exportAsFDFStr',</span>=
</div>
<div style=3D"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; 'exportDataObject', 'exp=
ortValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedia',</span></d=
iv>
<div style=3D"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; 'getField', 'getLegalWar=
nings', 'getNthFieldName', 'getOCGs', 'getPageBox', 'openDataObject',</span=
></div>
<div style=3D"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; 'getProps', 'inReplyTo',=
 'layout', 'media', 'modDate', 'newPlayer', 'objectMetadata', 'page',</span=
></div>
<div style=3D"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; 'point', 'points', 'popu=
pOpen', 'popupRect', 'print', 'println', 'qSilence', 'query', 'rect',</span=
></div>
<div style=3D"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; 'removeField', 'removeLi=
nks', 'reset', 'resetForm', 'richText', 'rotate', 'saveAs', 'scroll',</span=
></div>
<div style=3D"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; 'setAction', 'setFocus',=
 'setIntent', 'setItems', 'setPageAction', 'setPersistent', 'setProps',</sp=
an></div>
<div style=3D"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; 'show', 'state', 'stateM=
odel', 'streamFromString', 'stringFromStream', 'submitForm',</span></div>
<div style=3D"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; 'syncAnnotScan', 'talk',=
 'text', 'toggleNoView', 'type', 'userName', 'value', 'width', 'xfa'</span>=
</div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">default_js_norm =3D</span></div>
<div style=3D"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;">{</span></div>
<div style=3D"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; -- params not specified =
here get internal defaults</span></div>
<div style=3D"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; ident_ignore =3D default=
_js_norm_ident_ignore,</span></div>
<div style=3D"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; prop_ignore =3D default_=
js_norm_prop_ignore,</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: 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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">-- default whitelist</span></div>
<div style=3D"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;">--------------------------------------=
-------------------------------------</span></div>
<div style=3D"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_whitelist =3D</span></div>
<div style=3D"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;">[[</span></div>
<div style=3D"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; ftp_command_specs defaul=
t_ftp_server smtp_default_alt_max_command_lines</span></div>
<div style=3D"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; default_smtp http_method=
s sip_requests telnet_commands default_wizard</span></div>
<div style=3D"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; default_references defau=
lt_classifications gtp_v0_msg gtp_v1_msg gtp_v2_msg</span></div>
<div style=3D"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; gtp_v0_info gtp_v1_info =
gtp_v2_info default_gtp tcp_low_ports</span></div>
<div style=3D"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; tcp_low_decoy tcp_low_sw=
eep tcp_low_dist tcp_med_ports</span></div>
<div style=3D"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; tcp_med_decoy tcp_med_sw=
eep tcp_med_dist tcp_hi_ports tcp_hi_decoy</span></div>
<div style=3D"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; tcp_hi_sweep tcp_hi_dist=
 udp_low_ports udp_low_decoy udp_low_sweep</span></div>
<div style=3D"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; udp_low_dist udp_med_por=
ts udp_med_decoy udp_med_sweep udp_med_dist</span></div>
<div style=3D"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; udp_hi_ports udp_hi_deco=
y udp_hi_sweep udp_hi_dist ip_low_proto</span></div>
<div style=3D"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_low_decoy ip_low_swee=
p ip_low_dist ip_med_proto ip_med_decoy</span></div>
<div style=3D"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_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-fa=
mily: 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_swee=
p icmp_med_sweep icmp_hi_sweep</span></div>
<div style=3D"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; default_hi_port_scan def=
ault_med_port_scan default_low_port_scan</span></div>
<div style=3D"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; default_variables netflo=
w_versions default_js_norm_ident_ignore</span></div>
<div style=3D"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; default_js_norm_prop_ign=
ore default_js_norm</span></div>
<div style=3D"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;">]]</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">snort_whitelist_append(default_whiteli=
st)</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 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: 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; alert_fast =3D {</span><=
/div>
<div style=3D"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;">file =3D true,</span></div>
<div style=3D"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;">filename =3D &quot;/var/log/snort/snor=
t.log&quot;,</span></div>
<div style=3D"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; },</span></div>
<div style=3D"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; alert_console =3D {</spa=
n></div>
<div style=3D"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;">file =3D true,</span></div>
<div style=3D"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; },</span></div>
<div style=3D"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;">}</span></div>
<div style=3D"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-fa=
mily: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0,=
 0, 0);">
<span style=3D"line-height: normal;">&nbsp;ips =3D {</span></div>
<div style=3D"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; rules =3D [[</span></div=
>
<div style=3D"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;">include /usr/local/etc/snort/rules/loc=
al.rules</span></div>
<div style=3D"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; ]]</span></div>
<div style=3D"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;">}</span></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"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"margin-top: 10px; margin-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: 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);">
---- On Wed, 08 Jan 2025 09:19:23 -0600 [email protected]&lt;[email protected]=
m&gt; wrote ----</div>
<div style=3D"direction: ltr; font-family: Verdana, Arial, Helvetica, sans-=
serif; font-size: 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 using?</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; font-family: &quot;Courier New&quot;, monospa=
ce; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id=3D"x_x_x_1159414911Signature" class=3D"x_x_x_1159414911elementToPro=
of">
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 16px; color: rgb(30, 73, 125);">
<b>Albert Lewis</b></p>
<p style=3D"line-height: normal; margin: 0px; font-family: Courier; font-si=
ze: 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"mai=
lto:[email protected]" id=3D"OWAd8579170-05eb-f3dc-bb7a-abaffe5cd9dd" class=
=3D"x_x_x_1159414911OWAAutoLink" 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>
<div id=3D"x_x_x_1159414911appendonsend"></div>
<hr style=3D"direction: ltr; display: inline-block; width: 98%;">
<div id=3D"x_x_x_1159414911divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-f=
amily: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><b>From:=
</b>&nbsp;Snort-users &lt;<a href=3D"mailto:[email protected]=
.org" id=3D"OWA1b1d96b2-72da-0d8c-f448-e2cd2a67c126" class=3D"OWAAutoLink">=
[email protected]</a>&gt;
 on behalf of Jacko B via Snort-users &lt;<a href=3D"mailto:snort-users@lis=
ts.snort.org" id=3D"OWA26aca7f4-40b8-06aa-93d7-433650fcbdce" class=3D"OWAAu=
toLink">[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]=
rg" id=3D"OWAba76db07-6bad-1332-674e-5812ea5913eb" class=3D"OWAAutoLink">sn=
[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, Helvetica, sans-=
serif; font-size: 10pt; color: rgb(0, 0, 0);">
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>
<div style=3D"direction: ltr; font-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 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
 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 alternative logging mechanism at this point bu=
t figured I would reach out for help first.
 I can send pics of my configuration and I appreciate any and all help.</di=
v>
<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"direction: 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>
</body>
</html>

--_000_BL3PR11MB571584F878A34BDF26D6AF8BDA122BL3PR11MB5715namp_--

--===============0743584876271992248==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Snort-users mailing list
[email protected]
Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-users

	To unsubscribe, send an email to:
	[email protected]

Please visit http://blog.snort.org to stay current on all the latest Snort news!

Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette

--===============0743584876271992248==--