Re: Log trouble
"Al Lewis \(allewi\) via Snort-users" <[email protected]> Mon, 13 Jan 2025 01:30:14 +0000
| Newsgroups | gmane.comp.security.ids.snort.general |
|---|---|
| Message-ID | <BL3PR11MB5715011C8F70E0045D732F3FDA1F2@BL3PR11MB5715.namprd11.prod.outlook.com> |
--===============6022594175863190276== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_BL3PR11MB5715011C8F70E0045D732F3FDA1F2BL3PR11MB5715namp_" --_000_BL3PR11MB5715011C8F70E0045D732F3FDA1F2BL3PR11MB5715namp_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Remove the "alert console" and just use the file logging. Albert Lewis Email: [email protected]<mailto:[email protected]> ________________________________ From: Jacko B <[email protected]> Sent: Sunday, January 12, 2025 7:40 PM To: Al Lewis (allewi) <[email protected]> Cc: Snort users <[email protected]> Subject: Re: [Snort-users] Log trouble I am able to get the alerts to log in the terminal but I cannot seem to get= them to log to a file. For example /var/log/snort Is snort meant to be more of a command line alert system or is logging to a= file common? Sorry for the ongoing thread, I have been trying to figure th= is out for a while and I appreciate the help. ---- On Wed, 08 Jan 2025 21:06:02 -0600 Al Lewis (allewi)<[email protected]>= wrote ---- Yes. The default configuration can be used as an example. You can uncomment= one of them and the alerts will be logged with just setting it to true. (i= .e alert_csv =3D { file =3D true } Albert Lewis Email: [email protected]<mailto:[email protected]> ________________________________ From: Jacko B <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 8, 2025 8:25 PM To: Al Lewis (allewi) <[email protected]<mailto:[email protected]>> Cc: Snort users <[email protected]<mailto:[email protected]= .org>> Subject: Re: [Snort-users] Log trouble Like so? --------------------------------------------------------------------------- -- Snort++ defaults --------------------------------------------------------------------------- -- this file defines the external defaults for Snort. all simple scalar -- types have a builtin default, including those in 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 alert_fast =3D { file =3D true, filename =3D '/var/log/snort/snort.log' } alert_console =3D { file =3D true, } ---- On Wed, 08 Jan 2025 12:13:45 -0600 Al Lewis (allewi)<[email protected]<= mailto:[email protected]>> wrote ---- Meaning the alert sections should be top level and not nested under another= section. Albert Lewis Email: [email protected]<mailto:[email protected]> ________________________________ From: Snort-users <[email protected]<mailto:snort-users-b= [email protected]>> on behalf of Al Lewis (allewi) via Snort-users <sn= [email protected]<mailto:[email protected]>> Sent: Wednesday, January 8, 2025 12:54 PM To: Jacko B <[email protected]<mailto:[email protected]>> Cc: Snort users <[email protected]<mailto:[email protected]= .org>> 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]<mailto:[email protected]>> Sent: Wednesday, January 8, 2025 11:24 AM To: Al Lewis (allewi) <[email protected]<mailto:[email protected]>> Cc: Snort users <[email protected]<mailto:[email protected]= .org>> 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]<mailto:allewi@cisc= o.com><[email protected]<mailto:[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_BL3PR11MB5715011C8F70E0045D732F3FDA1F2BL3PR11MB5715namp_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"= > <style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo= ttom:0;} </style> </head> <body dir=3D"ltr"> <div class=3D"elementToProof" style=3D"font-family: "Courier New"= , monospace; font-size: 12pt; color: rgb(0, 0, 0);"> Remove the "alert console" and just use the file logging.</div> <div class=3D"elementToProof" style=3D"font-family: "Courier New"= , monospace; font-size: 12pt; color: rgb(0, 0, 0);"> <br> </div> <div class=3D"elementToProof" style=3D"font-family: "Courier New"= , 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]" style=3D"color: rgb(128, 27, 128); margin-top: 0px; m= argin-bottom: 0px;">[email protected]</a></u></span><span style=3D"font-size= : 16px; color: rgb(79, 129, 189);"> </span></p> </div> <div id=3D"appendonsend"></div> <hr style=3D"display:inline-block;width:98%" tabindex=3D"-1"> <div id=3D"divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, sans-serif" st= yle=3D"font-size:11pt" color=3D"#000000"><b>From:</b> Jacko B <rojo404@z= ohomail.com><br> <b>Sent:</b> Sunday, January 12, 2025 7:40 PM<br> <b>To:</b> Al Lewis (allewi) <[email protected]><br> <b>Cc:</b> Snort users <[email protected]><br> <b>Subject:</b> Re: [Snort-users] Log trouble</font> <div> </div> </div> <div> <div style=3D"font-size:10pt; font-family:Verdana,Arial,Helvetica,sans-seri= f; color:#000000"> <div> <div><br> </div> <div><br> </div> <div>I am able to get the alerts to log in the terminal but I cannot seem t= o get them to log to a file. For example /var/log/snort</div> <div><br> </div> <div>Is snort meant to be more of a command line alert system or is logging= to a file common? Sorry for the ongoing thread, I have been trying to figu= re this out for a while and I appreciate the help. </div> <br> </div> <div class=3D"x_zmail_extra_hr" style=3D"border-top-width:1px; border-top-s= tyle:solid; border-top-color:rgb(204,204,204); height:0px; margin-top:10px;= margin-bottom:10px; line-height:0px"> </div> <br> <div class=3D"x_replyHeader">---- On Wed, 08 Jan 2025 21:06:02 -0600 Al Lew= is (allewi)<[email protected]> wrote ----</div> <div><br> </div> <blockquote style=3D"border-left:0px; padding-left:0px; margin-left:0px"> <meta content=3D"text/html; charset=3Dus-ascii"> <style style=3D"display:none"> <!-- div.x_zm_5271370164670993736_parse_6124147626900794347 p {margin-top:0; margin-bottom:0} --> </style> <div dir=3D"ltr" class=3D"x_zm_5271370164670993736_parse_612414762690079434= 7"> <div class=3D"x_x_496587064elementToProof" style=3D"font-family:"Couri= er New",monospace; font-size:12pt; color:rgb(0,0,0)"> Yes. The default configuration can be used as an example. You can uncomment= one of them and the alerts will be logged with just setting it to true. (i= .e alert_csv =3D { file =3D true }</div> <div class=3D"x_x_496587064elementToProof" style=3D"font-family:"Couri= er New",monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_x_496587064elementToProof" style=3D"font-family:"Couri= er New",monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_496587064Signature" class=3D"x_x_496587064elementToProof"> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 16px; color:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 15px; color:rgb(127,127,127)"> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span = style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:allewi= @cisco.com" id=3D"x_x_496587064OWA98b70255-4a24-6fb8-8d47-1955f5af2dd1" cla= ss=3D"x_x_496587064OWAAutoLink" target=3D"_blank" style=3D"color:rgb(128,27= ,128); margin-top:0px; margin-bottom:0px">[email protected]</a></u></span><s= pan style=3D"font-size:16px; color:rgb(79,129,189)"> </span></p> </div> <div id=3D"x_x_496587064appendonsend"></div> <hr style=3D"display:inline-block; width:98%"> <div id=3D"x_x_496587064divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, s= ans-serif" color=3D"#000000" style=3D"font-size:11pt"><b>From:</b> Jacko B = <<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@zohom= ail.com</a>><br> <b>Sent:</b> Wednesday, January 8, 2025 8:25 PM<br> <b>To:</b> Al Lewis (allewi) <<a href=3D"mailto:[email protected]" target= =3D"_blank">[email protected]</a>><br> <b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]" t= arget=3D"_blank">[email protected]</a>><br> <b>Subject:</b> Re: [Snort-users] Log trouble</font> <div> </div> </div> <div> <div style=3D"font-size:10pt; font-family:Verdana,Arial,Helvetica,sans-seri= f; color:rgb(0,0,0)"> <div> <div>Like so?</div> <div><br> </div> <div><span style=3D"visibility:visible; line-height:normal!important">-----= ----------------------------------------------------------------------</spa= n> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- Snort++ defaults</span= ></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-------------------------= --------------------------------------------------</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- this file defines the = external defaults for Snort. all simple scalar</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- types have a builtin d= efault, including those in list items, however</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- lists defaults are pro= vided here instead of compiling them into the</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- binary. this makes it = easier to copy and paste or edit for your</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- environment.</span></d= iv> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- include in your snort.= lua</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- after you set HOME_NET= and EXTERNAL_NET</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- use these by assignmen= t, eg</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- ftp_serv= er =3D default_ftp_server</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-------------------------= --------------------------------------------------</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- default paths - used i= n Talos configs</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-------------------------= --------------------------------------------------</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- Path to your rules fil= es (this can be a relative path)</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">RULE_PATH =3D '/usr/local= /etc/snort/rules'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">BUILTIN_RULE_PATH =3D '..= /builtin_rules'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">PLUGIN_RULE_PATH =3D '../= so_rules'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- If you are using reput= ation preprocessor set these</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">WHITE_LIST_PATH =3D '../l= ists'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">BLACK_LIST_PATH =3D '../l= ists'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-------------------------= --------------------------------------------------</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- default networks - use= d in Talos rules</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-------------------------= --------------------------------------------------</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">-- define servers on your= network you want to protect</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">DNS_SERVERS =3D HOME_NET<= /span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">FTP_SERVERS =3D HOME_NET<= /span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">HTTP_SERVERS =3D HOME_NET= </span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">SIP_SERVERS =3D HOME_NET<= /span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">SMTP_SERVERS =3D HOME_NET= </span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">SQL_SERVERS =3D HOME_NET<= /span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">SSH_SERVERS =3D HOME_NET<= /span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">TELNET_SERVERS =3D HOME_N= ET</span></div> <div style=3D"max-width:100%; line-height:normal!important"><br style=3D"li= ne-height:1.3"> </div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important"> alert_fast = =3D {</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">file =3D true,</span></di= v> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">filename =3D '/var/log/sn= ort/snort.log'</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important"> }</span></d= iv> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important"> alert_conso= le =3D {</span></div> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important">file =3D true,</span></di= v> <div style=3D"max-width:100%; line-height:normal!important"><span style=3D"= visibility:visible; line-height:normal!important"> }</span></d= iv> </div> <br> </div> <div class=3D"x_x_zmail_extra_hr" style=3D"border-top-width:1px; border-top= -style:solid; border-top-color:rgb(204,204,204); min-height:0px; margin-top= :10px; margin-bottom:10px; line-height:0px"> </div> <br> <div class=3D"x_x_replyHeader">---- On Wed, 08 Jan 2025 12:13:45 -0600 Al L= ewis (allewi)<<a href=3D"mailto:[email protected]" target=3D"_blank">alle= [email protected]</a>> wrote ----</div> <div><br> </div> <blockquote style=3D"border-left:0px; padding-left:0px; margin-left:0px"> <meta content=3D"text/html; charset=3Diso-8859-1"> <style style=3D"display:none"> <!-- div.x_zm_5271370164670993736_parse_6124147626900794347 div.x_x_zm_444372666= 139586490_parse_4795833495057976243 p {margin-top:0; margin-bottom:0} --> </style> <div dir=3D"ltr" class=3D"x_x_zm_444372666139586490_parse_47958334950579762= 43"> <div class=3D"x_x_x_1612152773elementToProof" style=3D"font-family:"Co= urier New",monospace; font-size:12pt; color:rgb(0,0,0)"> Meaning the alert sections should be top level and not nested under another= section. </div> <div class=3D"x_x_x_1612152773elementToProof" style=3D"font-family:"Co= urier New",monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_x_x_1612152773elementToProof" style=3D"font-family:"Co= urier New",monospace; font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_1612152773Signature" class=3D"x_x_x_1612152773elementToPro= of"> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 16px; color:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 15px; color:rgb(127,127,127)"> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span = style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:allewi= @cisco.com" id=3D"x_x_x_1612152773OWAf960989f-b675-9d8e-27db-b8ee5d01a874" = class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank" style=3D"color:rgb(= 128,27,128); margin-top:0px; margin-bottom:0px">[email protected]</a></u></s= pan><span style=3D"font-size:16px; color:rgb(79,129,189)"> </span></p> </div> <div id=3D"x_x_x_1612152773appendonsend"></div> <div style=3D"font-family:"Courier New",monospace; font-size:12pt= ; color:rgb(0,0,0)"> <br> </div> <hr style=3D"display:inline-block; width:98%"> <div id=3D"x_x_x_1612152773divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-f= amily:Calibri,sans-serif; font-size:11pt; color:rgb(0,0,0)"><b>From:</b>&nb= sp;Snort-users <<a href=3D"mailto:[email protected]" t= arget=3D"_blank">[email protected]</a>> on behalf of Al Lewis (allewi) via Snort-users <<a href=3D"mailto:snort= [email protected]" target=3D"_blank">[email protected]</a>&g= t;<br> <b>Sent:</b> Wednesday, January 8, 2025 12:54 PM<br> <b>To:</b> Jacko B <<a href=3D"mailto:[email protected]" target= =3D"_blank">[email protected]</a>><br> <b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]= rg" target=3D"_blank">[email protected]</a>><br> <b>Subject:</b> Re: [Snort-users] Log trouble</span> <div> </div> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> I think you have the alert section under the "output" sectio= n (alert_fast and alert_console) which doesn't look correct.</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> I am referring to this:</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> outputs =3D {</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> alert_fast =3D {</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> file =3D true,</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> filename =3D "/var/log/snort/snort.log",</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> },</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> alert_console =3D {</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> file =3D true,</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> },</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> }</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> Try removing that outputs =3D {} section.</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_Signature"> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 16px; color:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 15px; color:rgb(127,127,127)"> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span = style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:allewi= @cisco.com" id=3D"x_x_x_1612152773OWA66c5270e-3c14-9691-ca3e-9cf915061d19" = class=3D"x_x_x_OWAAutoLink" target=3D"_blank" style=3D"color:rgb(128,27,128= ); margin-top:0px; margin-bottom:0px">[email protected]</a></u></span><span = style=3D"font-size:16px; color:rgb(79,129,189)"> </span></p> </div> <div id=3D"x_x_x_appendonsend"></div> <hr style=3D"direction:ltr; display:inline-block; width:98%"> <div id=3D"x_x_x_divRplyFwdMsg" dir=3D"ltr"><span style=3D"font-family:Cali= bri,sans-serif; font-size:11pt; color:rgb(0,0,0)"><b>From:</b> Jacko B= <<a href=3D"mailto:[email protected]" target=3D"_blank">rojo404@zoho= mail.com</a>><br> <b>Sent:</b> Wednesday, January 8, 2025 11:24 AM<br> <b>To:</b> Al Lewis (allewi) <<a href=3D"mailto:[email protected]" t= arget=3D"_blank">[email protected]</a>><br> <b>Cc:</b> Snort users <<a href=3D"mailto:[email protected]= rg" target=3D"_blank">[email protected]</a>><br> <b>Subject:</b> Re: [Snort-users] Log trouble</span> <div> </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-famil= y: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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- this file defines the external defaul= ts for Snort. all simple scalar</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- types have a builtin default, includi= ng those in list items, however</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- lists defaults are provided here inst= ead of compiling them into the</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- binary. this makes it easier to copy = and paste or edit for your</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- environment.</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- include in your snort.lua</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- after you set HOME_NET and EXTERNAL_N= ET</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- use these by assignment, eg</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- ftp_server =3D default_= ftp_server</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default paths - used in Talos configs= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y: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/rule= s'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">BUILTIN_RULE_PATH =3D '../builtin_rules'= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">PLUGIN_RULE_PATH =3D '../so_rules'</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- If you are using reputation preproces= sor set these</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">WHITE_LIST_PATH =3D '../lists'</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">BLACK_LIST_PATH =3D '../lists'</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default networks - used in Talos rule= s</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- define servers on your network you wa= nt to protect</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y: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-famil= y: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-famil= y: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-famil= y: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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">SQL_SERVERS =3D HOME_NET</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y: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></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- define ports on your network you want= to protect</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- where possible, use the wizard for in= spection instead of explicit port</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- bindings. this gives you some port in= dependence and allows you find c&c</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- channels hard port bindings would mis= s. Talos rules will still use these</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y: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 service= .</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">FTP_PORTS =3D ' 21 2100 3535'</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">HTTP_PORTS =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 80 81 311 383 591 593 901 = 1220 1414 1741 1830 2301 2381 2809 3037 3128</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 3702 4343 4848 5250 6988 7= 000 7001 7144 7145 7510 7777 7779 8000 8008</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 8014 8028 8080 8085 8088 8= 090 8118 8123 8180 8181 8243 8280 8300 8800</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 8888 8899 9000 9060 9080 9= 090 9091 9443 9999 11371 34443 34444 41080</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 50002 55555</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ORACLE_PORTS =3D ' 1024:'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">SSH_PORTS =3D ' 22'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">FILE_DATA_PORTS =3D HTTP_PORTS .. MAIL_P= ORTS</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default variables</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_variables =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> nets =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> HOME_NET =3D= HOME_NET,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> EXTERNAL_NET= =3D EXTERNAL_NET,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> DNS_SERVERS = =3D DNS_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> FTP_SERVERS = =3D FTP_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> HTTP_SERVERS= =3D HTTP_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SIP_SERVERS = =3D SIP_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SMTP_SERVERS= =3D SMTP_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SQL_SERVERS = =3D SQL_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SSH_SERVERS = =3D SSH_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> TELNET_SERVE= RS =3D TELNET_SERVERS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> paths =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> RULE_PATH = =3D RULE_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> BUILTIN_RULE= _PATH =3D BUILTIN_RULE_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> PLUGIN_RULE_= PATH =3D PLUGIN_RULE_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> WHITE_LIST_P= ATH =3D WHITE_LIST_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> BLACK_LIST_P= ATH =3D BLACK_LIST_PATH,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ports =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> FTP_PORTS = =3D FTP_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> HTTP_PORTS = =3D HTTP_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> MAIL_PORTS = =3D MAIL_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ORACLE_PORTS= =3D ORACLE_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SIP_PORTS = =3D SIP_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SSH_PORTS = =3D SSH_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> FILE_DATA_PO= RTS =3D FILE_DATA_PORTS,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default ftp server</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_cmds =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ABOR ACCT ADAT ALLO APPE A= UTH CCC CDUP CEL CLNT CMD CONF CWD DELE ENC</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> EPRT EPSV ESTA ESTP FEAT H= ELP LANG LIST LPRT LPSV MACB MAIL MDTM MIC</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> MKD MLSD MLST MODE NLST NO= OP OPTS PASS PASV PBSZ PORT PROT PWD QUIT</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> REIN REST RETR RMD RNFR RN= TO SDUP SITE SIZE SMNT STAT STOR STOU STRU</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> SYST TEST TYPE USER XCUP X= CRC XCWD XMAS XMD5 XMKD XPWD XRCP XRMD XRSQ</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> XSEM XSEN XSHA1 XSHA256</s= pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_data_chan_cmds =3D</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> PORT PASV LPRT LPSV EPRT E= PSV</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_data_xfer_cmds =3D</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> RETR STOR STOU APPE LIST N= LST</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_file_put_cmds =3D</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> STOR STOU APPE</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_default_file_get_cmds =3D</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> RETR</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> USER PASS</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> AUTH</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_format_commands =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ACCT ADAT ALLO APPE AUTH C= EL CLNT CMD CONF CWD DELE ENC EPRT EPSV ESTP</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> HELP LANG LIST LPRT MACB M= AIL MDTM MIC MKD MLSD MLST MODE NLST OPTS</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> PASS PBSZ PORT PROT REST R= ETR RMD RNFR RNTO SDUP SITE SIZE SMNT STAT</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> STOR STRU TEST TYPE USER X= CRC XCWD XMAS XMD5 XMKD XRCP XRMD XRSQ XSEM</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> XSEN XSHA1 XSHA256</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ftp_command_specs =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ABOR', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'CCC', lengt= h =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'CDUP', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ESTA', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'FEAT', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'LPSV', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'NOOP', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'PASV', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'PWD', lengt= h =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'QUIT', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'REIN', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SYST', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XCUP', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XPWD', leng= th =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'APPE', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'CMD', lengt= h =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'HELP', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'NLST', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'RETR', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'RNFR', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'STOR', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'STOU', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XMKD', leng= th =3D 200 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'CWD', lengt= h =3D 256 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'RNTO', leng= th =3D 256 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SIZE', leng= th =3D 512 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ALLO', leng= th =3D 200, format =3D '< int [ char R int ] >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EPRT', leng= th =3D 400, format =3D '< extd_host_port >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EPSV', form= at =3D "< [ { '1' | '2' | 'ALL' } ] >" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'LPRT', leng= th =3D 400, format =3D '< long_host_port >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'MACB', form= at =3D '< string >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'MDTM', form= at =3D '< [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'MODE', form= at =3D '< char ASBCZ >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'PORT', leng= th =3D 400, format =3D '< host_port >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'PROT', form= at =3D '< char CSEP >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'STRU', form= at =3D '< char FRPO [ string ] >' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'TYPE', form= at =3D '< { char AE [ char NTC ] | char I | char L [ number ] } >' }<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_ftp_server =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- params not specified he= re get internal defaults</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ftp_cmds =3D ftp_default_c= mds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> data_chan_cmds =3D ftp_def= ault_data_chan_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> data_xfer_cmds =3D ftp_def= ault_data_xfer_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> file_put_cmds =3D ftp_defa= ult_file_put_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> file_get_cmds =3D ftp_defa= ult_file_get_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> login_cmds =3D ftp_default= _login_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> encr_cmds =3D ftp_default_= encr_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> chk_str_fmt =3D ftp_format= _commands,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> cmd_validity =3D ftp_comma= nd_specs</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default smtp configuration</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> AUTH XAUTH X-EXPS</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">smtp_default_binary_data_cmds =3D</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> BDAT XEXCH50</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> DATA</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">smtp_default_normalize_cmds =3D</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ATRN AUTH BDAT CHUNKING DA= TA DEBUG EHLO EMAL ESAM ESND ESOM ETRN EVFY EXPN</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> HELO HELP IDENT MAIL NOOP = ONEX QUEU QUIT RCPT RSET SAML SEND SOML STARTTLS</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> TICK TIME TURN TURNME VERB= VRFY X-ADAT XADR XAUTH XCIR X-DRCP X-ERCP XEXCH50</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> X-EXCH50 X-EXPS XGEN XLICE= NSE X-LINK2STATE XQUE XSTA XTRN XUSR</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">smtp_default_valid_cmds =3D smtp_default= _normalize_cmds</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ATRN', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'AUTH', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'BDAT', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'DATA', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'DEBUG', len= gth =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EHLO', leng= th =3D 500, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EMAL', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ESAM', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ESND', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ESOM', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ETRN', leng= th =3D 500, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EVFY', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'EXPN', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'HELO', leng= th =3D 500, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'HELP', leng= th =3D 500, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'IDENT', len= gth =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'MAIL', leng= th =3D 260, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'NOOP', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'ONEX', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'QUEU', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'QUIT', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'RCPT', leng= th =3D 300, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'RSET', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SAML', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SEND', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SIZE', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'SOML', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'STARTTLS', = length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'TICK', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'TIME', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'TURN', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'TURNME', le= ngth =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'VERB', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'VRFY', leng= th =3D 255, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XADR', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XAUTH', len= gth =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XCIR', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XEXCH50', l= ength =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'X-EXPS', le= ngth =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XGEN', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XLICENSE', = length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'X-LINK2STAT= E', length =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XQUE', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XSTA', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XTRN', leng= th =3D 246, },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { command =3D 'XUSR', leng= th =3D 246, }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_smtp =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- params not specified he= re get internal defaults</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> auth_cmds =3D smtp_default= _auth_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> binary_data_cmds =3D smtp_= default_binary_data_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> data_cmds =3D smtp_default= _data_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> normalize_cmds =3D smtp_de= fault_normalize_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> valid_cmds =3D smtp_defaul= t_valid_cmds,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default wizard</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- some HTTP and SIP methods match the w= hole start line to disambiguate</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- the * * patterns match unknown method= s</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">http_methods =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'GET', 'HEAD', 'POST', 'DE= LETE', 'TRACE', 'CONNECT',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'VERSION_CONTROL', 'REPORT= ', 'CHECKOUT', 'CHECKIN', 'UNCHECKOUT',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'MKWORKSPACE', 'LABEL', 'M= ERGE', 'BASELINE_CONTROL',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'MKACTIVITY', 'ORDERPATCH'= , 'ACL', 'PATCH', 'BIND', 'LINK',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'MKCALENDAR', 'MKREDIRECTR= EF', 'REBIND', 'UNBIND', 'UNLINK',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'UPDATEREDIRECTREF', 'PROP= FIND', 'PROPPATCH', 'MKCOL', 'COPY',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'MOVE', 'LOCK', 'UNLOCK', = 'SEARCH', 'BCOPY', 'BDELETE', 'BMOVE',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'BPROPFIND', 'BPROPPATCH',= 'POLL', 'UNSUBSCRIBE', 'X_MS_ENUMATTS',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'NOTIFY * HTTP/', 'OPTIONS= * HTTP/', 'SUBSCRIBE * HTTP/', 'UPDATE * HTTP/',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'PUT * HTTP/', '* * HTTP/'= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">sip_requests =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'INVITE', 'CANCEL', 'BYE',= 'REGISTER', 'PRACK', 'PUBLISH', 'REFER', 'INFO', 'MESSAGE',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'NOTIFY * SIP/', 'OPTIONS = * SIP/', 'SUBSCRIBE * SIP/', 'UPDATE * SIP/',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'ACK * SIP/', '* * SIP/'</= span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">telnet_commands =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '|FF F0|', '|FF F1|', '|FF= F2|', '|FF F3|',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '|FF F4|', '|FF F5|', '|FF= F6|', '|FF F7|',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '|FF F8|', '|FF F9|', '|FF= FA|', '|FF FB|',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '|FF FC|', '|FF FD|', '|FF= FE|'</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">netflow_versions =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '|00 05|', '|00 09|'</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_wizard =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> spells =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'ftp', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '220*FTP', '220*FileZilla' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'http', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D http_methods, to_client =3D { 'HTTP/' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'imap', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '** OK', '** BYE', '** PREAUTH' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'pop3', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '+OK', '-ERR' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'sip',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D sip_requests, to_client =3D { 'SIP/' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'smtp', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { 'HELO', 'EHLO' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '220*SMTP', '220*MAIL' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'ssh', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { 'SSH-' }, to_client =3D { 'SSH-' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'dce_http_server', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { 'ncacn_http' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'dce_http_proxy', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { 'RPC_CONNECT' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> hexes =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'dnp3', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { '|05 64|' }, to_client =3D { '|05 64|' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'netflow', proto =3D 'udp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D netflow_versions },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'http2', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '???|04 00 00 00 00 00|' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">--[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'modbus', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { '??|0 0|' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'rpc', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { '????|0 0 0 0 0 0 0 1|' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_cl= ient =3D { '????|0 0 0 0 0 0 0 1|' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">--]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'ssl', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D { '|16 03|' }, to_client =3D { '|16 03|' } },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { service = =3D 'telnet', proto =3D 'tcp',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> to_se= rver =3D telnet_commands, to_client =3D telnet_commands },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> curses =3D {'dce_udp', 'dc= e_tcp', 'dce_smb', 'mms', 's7commplus', 'sslv2'}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default references</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_references =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'bugtraq', &nbs= p; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http://www= .securityfocus.com/bid/" id=3D"x_x_x_1612152773OWA3373a3c5-9d53-c6c0-4393-7= c943186cb6e" class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank">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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'cve', &= nbsp; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"= http://cve.mitre.org/cgi-bin/cvename.cgi?name=3D" id=3D"x_x_x_1612152773OWA= 35e37b4d-5659-3a1d-2fdf-397da58bd403" class=3D"x_x_x_1612152773OWAAutoLink"= target=3D"_blank">http://cve.mitre.org/cgi-bin/cvename.cgi?name=3D</a></u>= </span><span style=3D"line-height:normal">' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'arachNIDS', ur= l =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http://www.whit= ehats.com/info/IDS" id=3D"x_x_x_1612152773OWA17bc3632-3646-22c1-04b2-6d6fd6= 949f64" class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank">http://www.= whitehats.com/info/IDS</a></u></span><span style=3D"line-height:normal">' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'osvdb', = url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http:= //osvdb.org/show/osvdb/" id=3D"x_x_x_1612152773OWAd37ed315-6fa4-ec0d-4bcc-8= 84a0882b625" class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank">http:/= /osvdb.org/show/osvdb/</a></u></span><span style=3D"line-height:normal">' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'McAfee',  = ; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http:= //vil.nai.com/vil/content/v_" id=3D"x_x_x_1612152773OWA77965f6f-6fdb-0642-c= 3f1-c8365a714cf3" class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank">h= ttp://vil.nai.com/vil/content/v_</a></u></span><span style=3D"line-height:n= ormal">' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'nessus',  = ; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"http:= //cgi.nessus.org/plugins/dump.php3?id=3D" id=3D"x_x_x_1612152773OWA0f85c586= -f6fe-f982-0b70-686c7e8d4b0b" class=3D"x_x_x_1612152773OWAAutoLink" target= =3D"_blank">http://cgi.nessus.org/plugins/dump.php3?id=3D</a></u></span><sp= an style=3D"line-height:normal">' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'url', &= nbsp; url =3D 'http://' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'msb', &= nbsp; url =3D '</span><span style=3D"line-height:1.3"><u><a href=3D"= http://technet.microsoft.com/en-us/security/bulletin/" id=3D"x_x_x_16121527= 73OWAb5a28e1a-9b59-f583-6a73-980e044c77b0" class=3D"x_x_x_1612152773OWAAuto= Link" target=3D"_blank">http://technet.microsoft.com/en-us/security/bulleti= n/</a></u></span><span style=3D"line-height:normal">' }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default classifications</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_classifications =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'not-suspicious= ', priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Not Suspi= cious Traffic' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'unknown', prio= rity =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Unknown T= raffic' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'bad-unknown', = priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Potential= ly Bad Traffic' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'attempted-reco= n', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Attempted= Information Leak' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'successful-rec= on-limited', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Informati= on Leak' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'successful-rec= on-largescale', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Large Sca= le Information Leak' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'attempted-dos'= , priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Attempted= Denial of Service' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'successful-dos= ', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Denial of= Service' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'attempted-user= ', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Attempted= User Privilege Gain' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'unsuccessful-u= ser', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Unsuccess= ful User Privilege Gain' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'successful-use= r', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Successfu= l User Privilege Gain' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'attempted-admi= n', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Attempted= Administrator Privilege Gain' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'successful-adm= in', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Successfu= l Administrator Privilege Gain' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'rpc-portmap-de= code', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Decode of= an RPC Query' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'shellcode-dete= ct', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Executabl= e code was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'string-detect'= , priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A suspici= ous string was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'suspicious-fil= ename-detect', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A suspici= ous filename was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'suspicious-log= in', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'An attemp= ted login using a suspicious username was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'system-call-de= tect', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A system = call was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'tcp-connection= ', priority =3D 4,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A TCP con= nection was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'trojan-activit= y', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A Network= Trojan was detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'unusual-client= -port-connection', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'A client = was using an unusual port' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'network-scan',= priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Detection= of a Network Scan' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'denial-of-serv= ice', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Detection= of a Denial of Service Attack' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'non-standard-p= rotocol', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Detection= of a non-standard protocol or event' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'protocol-comma= nd-decode', priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Generic P= rotocol Command Decode' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'web-applicatio= n-activity', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Access to= a potentially vulnerable web application' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'web-applicatio= n-attack', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Web Appli= cation Attack' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'misc-activity'= , priority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Misc acti= vity' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'misc-attack', = priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Misc Atta= ck' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'icmp-event', p= riority =3D 3,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Generic I= CMP event' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'inappropriate-= content', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Inappropr= iate Content was Detected' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'policy-violati= on', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Potential= Corporate Privacy Violation' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'default-login-= attempt', priority =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Attempt t= o login by a default username and password' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'sdf', priority= =3D 2,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Sensitive= Data' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'file-format', = priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Known mal= icious file or file based exploit' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'malware-cnc', = priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Known mal= ware command and control traffic' },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { name =3D 'client-side-ex= ploit', priority =3D 1,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> text =3D 'Known cli= ent side exploit attempt' }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- gtp defaults</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v0_msg =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;echo_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;echo_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;version_not_supported" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 4, name =3D &qu= ot;node_alive_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 5, name =3D &qu= ot;node_alive_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 6, name =3D &qu= ot;redirection_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 7, name =3D &qu= ot;redirection_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 16, name =3D &q= uot;create_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 17, name =3D &q= uot;create_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 18, name =3D &q= uot;update_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 19, name =3D &q= uot;update_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 20, name =3D &q= uot;delete_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 21, name =3D &q= uot;delete_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 22, name =3D &q= uot;create_aa_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 23, name =3D &q= uot;create_aa_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 24, name =3D &q= uot;delete_aa_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 25, name =3D &q= uot;delete_aa_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 26, name =3D &q= uot;error_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 27, name =3D &q= uot;pdu_notification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 28, name =3D &q= uot;pdu_notification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 29, name =3D &q= uot;pdu_notification_reject_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 30, name =3D &q= uot;pdu_notification_reject_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 32, name =3D &q= uot;send_routing_info_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 33, name =3D &q= uot;send_routing_info_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 34, name =3D &q= uot;failure_report_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 35, name =3D &q= uot;failure_report_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 36, name =3D &q= uot;note_ms_present_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 37, name =3D &q= uot;note_ms_present_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 48, name =3D &q= uot;identification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 49, name =3D &q= uot;identification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 50, name =3D &q= uot;sgsn_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 51, name =3D &q= uot;sgsn_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 52, name =3D &q= uot;sgsn_context_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 240, name =3D &= quot;data_record_transfer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 241, name =3D &= quot;data_record_transfer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 255, name =3D &= quot;pdu" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v1_msg =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;echo_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;echo_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;version_not_supported" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 4, name =3D &qu= ot;node_alive_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 5, name =3D &qu= ot;node_alive_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 6, name =3D &qu= ot;redirection_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 7, name =3D &qu= ot;redirection_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 16, name =3D &q= uot;create_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 17, name =3D &q= uot;create_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 18, name =3D &q= uot;update_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 19, name =3D &q= uot;update_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 20, name =3D &q= uot;delete_pdp_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 21, name =3D &q= uot;delete_pdp_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 22, name =3D &q= uot;init_pdp_context_activation_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 23, name =3D &q= uot;init_pdp_context_activation_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 26, name =3D &q= uot;error_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 27, name =3D &q= uot;pdu_notification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 28, name =3D &q= uot;pdu_notification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 29, name =3D &q= uot;pdu_notification_reject_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 30, name =3D &q= uot;pdu_notification_reject_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 31, name =3D &q= uot;supported_ext_header_notification" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 32, name =3D &q= uot;send_routing_info_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 33, name =3D &q= uot;send_routing_info_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 34, name =3D &q= uot;failure_report_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 35, name =3D &q= uot;failure_report_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 36, name =3D &q= uot;note_ms_present_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 37, name =3D &q= uot;note_ms_present_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 48, name =3D &q= uot;identification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 49, name =3D &q= uot;identification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 50, name =3D &q= uot;sgsn_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 51, name =3D &q= uot;sgsn_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 52, name =3D &q= uot;sgsn_context_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 53, name =3D &q= uot;forward_relocation_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 54, name =3D &q= uot;forward_relocation_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 55, name =3D &q= uot;forward_relocation_complete" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 56, name =3D &q= uot;relocation_cancel_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 57, name =3D &q= uot;relocation_cancel_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 58, name =3D &q= uot;forward_srns_contex" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 59, name =3D &q= uot;forward_relocation_complete_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 60, name =3D &q= uot;forward_srns_contex_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 70, name =3D &q= uot;ran_info_relay" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 96, name =3D &q= uot;mbms_notification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 97, name =3D &q= uot;mbms_notification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 98, name =3D &q= uot;mbms_notification_reject_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 99, name =3D &q= uot;mbms_notification_reject_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 100, name =3D &= quot;create_mbms_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 101, name =3D &= quot;create_mbms_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 102, name =3D &= quot;update_mbms_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 103, name =3D &= quot;update_mbms_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 104, name =3D &= quot;delete_mbms_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 105, name =3D &= quot;delete_mbms_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 112, name =3D &= quot;mbms_register_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 113, name =3D &= quot;mbms_register_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 114, name =3D &= quot;mbms_deregister_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 115, name =3D &= quot;mbms_deregister_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 116, name =3D &= quot;mbms_session_start_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 117, name =3D &= quot;mbms_session_start_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 118, name =3D &= quot;mbms_session_stop_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 119, name =3D &= quot;mbms_session_stop_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 120, name =3D &= quot;mbms_session_update_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 121, name =3D &= quot;mbms_session_update_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 128, name =3D &= quot;ms_info_change_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 129, name =3D &= quot;ms_info_change_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 240, name =3D &= quot;data_record_transfer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 241, name =3D &= quot;data_record_transfer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 254, name =3D &= quot;end_marker" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 255, name =3D &= quot;pdu" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v2_msg =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;echo_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;echo_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;version_not_supported" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 32, name =3D &q= uot;create_session_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 33, name =3D &q= uot;create_session_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 34, name =3D &q= uot;modify_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 35, name =3D &q= uot;modify_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 36, name =3D &q= uot;delete_session_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 37, name =3D &q= uot;delete_session_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 38, name =3D &q= uot;change_notification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 39, name =3D &q= uot;change_notification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 64, name =3D &q= uot;modify_bearer_command" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 65, name =3D &q= uot;modify_bearer_failure_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 66, name =3D &q= uot;delete_bearer_command" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 67, name =3D &q= uot;delete_bearer_failure_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 68, name =3D &q= uot;bearer_resource_command" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 69, name =3D &q= uot;bearer_resource_failure_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 70, name =3D &q= uot;downlink_failure_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 71, name =3D &q= uot;trace_session_activation" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 72, name =3D &q= uot;trace_session_deactivation" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 73, name =3D &q= uot;stop_paging_indication" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 95, name =3D &q= uot;create_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 96, name =3D &q= uot;create_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 97, name =3D &q= uot;update_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 98, name =3D &q= uot;update_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 99, name =3D &q= uot;delete_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 100, name =3D &= quot;delete_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 101, name =3D &= quot;delete_pdn_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 102, name =3D &= quot;delete_pdn_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 128, name =3D &= quot;identification_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 129, name =3D &= quot;identification_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 130, name =3D &= quot;sgsn_context_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 131, name =3D &= quot;sgsn_context_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 132, name =3D &= quot;sgsn_context_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 133, name =3D &= quot;forward_relocation_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 134, name =3D &= quot;forward_relocation_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 135, name =3D &= quot;forward_relocation_complete" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 136, name =3D &= quot;forward_relocation_complete_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 137, name =3D &= quot;forward_access" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 138, name =3D &= quot;forward_access_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 139, name =3D &= quot;relocation_cancel_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 140, name =3D &= quot;relocation_cancel_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 141, name =3D &= quot;configuration_transfer_tunnel" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 149, name =3D &= quot;detach" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 150, name =3D &= quot;detach_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 151, name =3D &= quot;cs_paging" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 152, name =3D &= quot;ran_info_relay" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 153, name =3D &= quot;alert_mme" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 154, name =3D &= quot;alert_mme_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 155, name =3D &= quot;ue_activity" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 156, name =3D &= quot;ue_activity_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 160, name =3D &= quot;create_forward_tunnel_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 161, name =3D &= quot;create_forward_tunnel_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 162, name =3D &= quot;suspend" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 163, name =3D &= quot;suspend_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 164, name =3D &= quot;resume" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 165, name =3D &= quot;resume_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 166, name =3D &= quot;create_indirect_forward_tunnel_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 167, name =3D &= quot;create_indirect_forward_tunnel_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 168, name =3D &= quot;delete_indirect_forward_tunnel_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 169, name =3D &= quot;delete_indirect_forward_tunnel_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 170, name =3D &= quot;release_access_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 171, name =3D &= quot;release_access_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 176, name =3D &= quot;downlink_data" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 177, name =3D &= quot;downlink_data_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 179, name =3D &= quot;pgw_restart" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 180, name =3D &= quot;pgw_restart_ack" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 200, name =3D &= quot;update_pdn_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 201, name =3D &= quot;update_pdn_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 211, name =3D &= quot;modify_access_bearer_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 212, name =3D &= quot;modify_access_bearer_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 231, name =3D &= quot;mbms_session_start_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 232, name =3D &= quot;mbms_session_start_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 233, name =3D &= quot;mbms_session_update_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 234, name =3D &= quot;mbms_session_update_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 235, name =3D &= quot;mbms_session_stop_request" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 236, name =3D &= quot;mbms_session_stop_response" },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">};</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- length =3D 0 indicates variable lengt= h</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v0_info =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;cause", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;imsi", length =3D 9 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;rai", length =3D 7 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 4, name =3D &qu= ot;tlli", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 5, name =3D &qu= ot;p_tmsi", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 6, name =3D &qu= ot;qos", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 8, name =3D &qu= ot;recording_required", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 9, name =3D &qu= ot;authentication", length =3D 29 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 11, name =3D &q= uot;map_cause", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 12, name =3D &q= uot;p_tmsi_sig", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 13, name =3D &q= uot;ms_validated", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 14, name =3D &q= uot;recovery", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 15, name =3D &q= uot;selection_mode", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 16, name =3D &q= uot;flow_label_data_1", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 17, name =3D &q= uot;flow_label_signalling", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 18, name =3D &q= uot;flow_label_data_2", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 19, name =3D &q= uot;ms_unreachable", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 127, name =3D &= quot;charge_id", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 128, name =3D &= quot;end_user_address", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 129, name =3D &= quot;mm_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 130, name =3D &= quot;pdp_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 131, name =3D &= quot;apn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 132, name =3D &= quot;protocol_config", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 133, name =3D &= quot;gsn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 134, name =3D &= quot;msisdn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 251, name =3D &= quot;charging_gateway_addr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 255, name =3D &= quot;private_extension", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v1_info =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;cause", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;imsi", length =3D 9 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;rai", length =3D 7 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 4, name =3D &qu= ot;tlli", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 5, name =3D &qu= ot;p_tmsi", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 8, name =3D &qu= ot;recording_required", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 9, name =3D &qu= ot;authentication", length =3D 29 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 11, name =3D &q= uot;map_cause", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 12, name =3D &q= uot;p_tmsi_sig", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 13, name =3D &q= uot;ms_validated", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 14, name =3D &q= uot;recovery", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 15, name =3D &q= uot;selection_mode", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 16, name =3D &q= uot;teid_1", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 17, name =3D &q= uot;teid_control", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 18, name =3D &q= uot;teid_2", length =3D 6 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 19, name =3D &q= uot;teardown_ind", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 20, name =3D &q= uot;nsapi", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 21, name =3D &q= uot;ranap", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 22, name =3D &q= uot;rab_context", length =3D 10 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 23, name =3D &q= uot;radio_priority_sms", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 24, name =3D &q= uot;radio_priority", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 25, name =3D &q= uot;packet_flow_id", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 26, name =3D &q= uot;charging_char", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 27, name =3D &q= uot;trace_ref", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 28, name =3D &q= uot;trace_type", length =3D 3 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 29, name =3D &q= uot;ms_unreachable", length =3D 2 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D127, name = =3D "charge_id", length =3D 5 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 128, name =3D &= quot;end_user_address", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 129, name =3D &= quot;mm_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 130, name =3D &= quot;pdp_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 131, name =3D &= quot;apn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 132, name =3D &= quot;protocol_config", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 133, name =3D &= quot;gsn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 134, name =3D &= quot;msisdn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 135, name =3D &= quot;qos", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 136, name =3D &= quot;authentication_qu", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 137, name =3D &= quot;tft", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 138, name =3D &= quot;target_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 139, name =3D &= quot;utran_trans", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 140, name =3D &= quot;rab_setup", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 141, name =3D &= quot;ext_header", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 142, name =3D &= quot;trigger_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 143, name =3D &= quot;omc_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 144, name =3D &= quot;ran_trans", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 145, name =3D &= quot;pdp_context_pri", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 146, name =3D &= quot;addi_rab_setup", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 147, name =3D &= quot;sgsn_number", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 148, name =3D &= quot;common_flag", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 149, name =3D &= quot;apn_restriction", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 150, name =3D &= quot;radio_priority_lcs", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 151, name =3D &= quot;rat_type", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 152, name =3D &= quot;user_loc_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 153, name =3D &= quot;ms_time_zone", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 154, name =3D &= quot;imei_sv", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 155, name =3D &= quot;camel", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 156, name =3D &= quot;mbms_ue_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 157, name =3D &= quot;tmp_mobile_group_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 158, name =3D &= quot;rim_routing_addr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 159, name =3D &= quot;mbms_config", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 160, name =3D &= quot;mbms_service_area", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 161, name =3D &= quot;src_rnc_pdcp", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 162, name =3D &= quot;addi_trace_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 163, name =3D &= quot;hop_counter", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 164, name =3D &= quot;plmn_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 165, name =3D &= quot;mbms_session_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 166, name =3D &= quot;mbms_2g3g_indicator", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 167, name =3D &= quot;enhanced_nsapi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 168, name =3D &= quot;mbms_session_duration", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 169, name =3D &= quot;addi_mbms_trace_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 170, name =3D &= quot;mbms_session_repetition_num", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 171, name =3D &= quot;mbms_time_to_data", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 173, name =3D &= quot;bss", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 174, name =3D &= quot;cell_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 175, name =3D &= quot;pdu_num", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 177, name =3D &= quot;mbms_bearer_capab", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 178, name =3D &= quot;rim_routing_disc", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 179, name =3D &= quot;list_pfc", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 180, name =3D &= quot;ps_xid", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 181, name =3D &= quot;ms_info_change_report", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 182, name =3D &= quot;direct_tunnel_flags", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 183, name =3D &= quot;correlation_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 184, name =3D &= quot;bearer_control_mode", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 185, name =3D &= quot;mbms_flow_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 186, name =3D &= quot;mbms_ip_multicast", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 187, name =3D &= quot;mbms_distribution_ack", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 188, name =3D &= quot;reliable_inter_rat_handover", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 189, name =3D &= quot;rfsp_index", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 190, name =3D &= quot;fqdn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 191, name =3D &= quot;evolved_allocation1", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 192, name =3D &= quot;evolved_allocation2", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 193, name =3D &= quot;extended_flags", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 194, name =3D &= quot;uci", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 195, name =3D &= quot;csg_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 196, name =3D &= quot;csg_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 197, name =3D &= quot;cmi", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 198, name =3D &= quot;apn_ambr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 199, name =3D &= quot;ue_network", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 200, name =3D &= quot;ue_ambr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 201, name =3D &= quot;apn_ambr_nsapi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 202, name =3D &= quot;ggsn_backoff_timer", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 203, name =3D &= quot;signalling_priority_indication", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 204, name =3D &= quot;signalling_priority_indication_nsapi", length =3D 0 },</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 205, name =3D &= quot;high_bitrate", length =3D 4 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 206, name =3D &= quot;max_mbr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 251, name =3D &= quot;charging_gateway_addr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 255, name =3D &= quot;private_extension", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">gtp_v2_info =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 1, name =3D &qu= ot;imsi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 2, name =3D &qu= ot;cause", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 3, name =3D &qu= ot;recovery", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 71, name =3D &q= uot;apn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 72, name =3D &q= uot;ambr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 73, name =3D &q= uot;ebi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 74, name =3D &q= uot;ip_addr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 75, name =3D &q= uot;mei", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 76, name =3D &q= uot;msisdn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 77, name =3D &q= uot;indication", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 78, name =3D &q= uot;pco", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 79, name =3D &q= uot;paa", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 80, name =3D &q= uot;bearer_qos", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 81, name =3D &q= uot;flow_qos", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 82, name =3D &q= uot;rat_type", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 83, name =3D &q= uot;serving_network", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 84, name =3D &q= uot;bearer_tft", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 85, name =3D &q= uot;tad", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 86, name =3D &q= uot;uli", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 87, name =3D &q= uot;f_teid", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 88, name =3D &q= uot;tmsi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 89, name =3D &q= uot;cn_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 90, name =3D &q= uot;s103pdf", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 91, name =3D &q= uot;s1udf", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 92, name =3D &q= uot;delay_value", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 93, name =3D &q= uot;bearer_context", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 94, name =3D &q= uot;charging_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 95, name =3D &q= uot;charging_char", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 96, name =3D &q= uot;trace_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 97, name =3D &q= uot;bearer_flag", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 99, name = =3D "pdn_type", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 100, name =3D &= quot;pti", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 101, name =3D &= quot;drx_parameter", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 103, name =3D &= quot;gsm_key_tri", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 104, name =3D &= quot;umts_key_cipher_quin", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 105, name =3D &= quot;gsm_key_cipher_quin", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 106, name =3D &= quot;umts_key_quin", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 107, name =3D &= quot;eps_quad", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 108, name =3D &= quot;umts_key_quad_quin", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 109, name =3D &= quot;pdn_connection", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 110, name =3D &= quot;pdn_number", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 111, name =3D &= quot;p_tmsi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 112, name =3D &= quot;p_tmsi_sig", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 113, name =3D &= quot;hop_counter", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 114, name =3D &= quot;ue_time_zone", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 115, name =3D &= quot;trace_ref", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 116, name =3D &= quot;complete_request_msg", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 117, name =3D &= quot;guti", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 118, name =3D &= quot;f_container", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 119, name =3D &= quot;f_cause", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 120, name =3D &= quot;plmn_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 121, name =3D &= quot;target_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 123, name =3D &= quot;packet_flow_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 124, name =3D &= quot;rab_contex", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 125, name =3D &= quot;src_rnc_pdcp", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 126, name =3D &= quot;udp_src_port", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 127, name =3D &= quot;apn_restriction", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 128, name =3D &= quot;selection_mode", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 129, name =3D &= quot;src_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 131, name =3D &= quot;change_report_action", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 132, name =3D &= quot;fq_csid", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 133, name =3D &= quot;channel", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 134, name =3D &= quot;emlpp_pri", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 135, name =3D &= quot;node_type", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 136, name =3D &= quot;fqdn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 137, name =3D &= quot;ti", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 138, name =3D &= quot;mbms_session_duration", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 139, name =3D &= quot;mbms_service_area", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 140, name =3D &= quot;mbms_session_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 141, name =3D &= quot;mbms_flow_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 142, name =3D &= quot;mbms_ip_multicast", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 143, name =3D &= quot;mbms_distribution_ack", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 144, name =3D &= quot;rfsp_index", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 145, name =3D &= quot;uci", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 146, name =3D &= quot;csg_info", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 147, name =3D &= quot;csg_id", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 148, name =3D &= quot;cmi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 149, name =3D &= quot;service_indicator", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 150, name =3D &= quot;detach_type", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 151, name =3D &= quot;ldn", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 152, name =3D &= quot;node_feature", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 153, name =3D &= quot;mbms_time_to_transfer", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 154, name =3D &= quot;throttling", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 155, name =3D &= quot;arp", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 156, name =3D &= quot;epc_timer", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 157, name =3D &= quot;signalling_priority_indication", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 158, name =3D &= quot;tmgi", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 159, name =3D &= quot;mm_srvcc", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 160, name =3D &= quot;flags_srvcc", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 161, name =3D &= quot;mmbr", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { type =3D 255, name =3D &= quot;private_extension", length =3D 0 },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_gtp =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { version =3D 0, messages = =3D gtp_v0_msg, infos =3D gtp_v0_info },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { version =3D 1, messages = =3D gtp_v1_msg, infos =3D gtp_v1_info },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> { version =3D 2, messages = =3D gtp_v2_msg, infos =3D gtp_v2_info },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- port_scan defaults</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_low_ports =3D { scans =3D 0, = rejects =3D 5, nets =3D 25, ports =3D 5 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_low_decoy =3D { scans =3D 0, = rejects =3D 15, nets =3D 50, ports =3D 30 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_low_sweep =3D { scans =3D 0, = rejects =3D 5, nets =3D 5, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_low_dist =3D { scans =3D  = ; 0, rejects =3D 15, nets =3D 50, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_med_ports =3D { scans =3D 200, rejec= ts =3D 10, nets =3D 60, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_med_decoy =3D { scans =3D 200, rejec= ts =3D 30, nets =3D 120, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_med_sweep =3D { scans =3D 30, = rejects =3D 7, nets =3D 7, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_med_dist =3D { 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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_ports =3D { scans =3D 200, = rejects =3D 5, nets =3D 100, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_decoy =3D { scans =3D 200, = rejects =3D 7, nets =3D 200, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_sweep =3D { scans =3D  = ;30, rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">tcp_hi_dist =3D { scans =3D 200, = rejects =3D 5, nets =3D 200, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_ports =3D { scans =3D 0, = rejects =3D 5, nets =3D 25, ports =3D 5 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_decoy =3D { scans =3D 0, = rejects =3D 15, nets =3D 50, ports =3D 30 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_sweep =3D { scans =3D 0, = rejects =3D 5, nets =3D 5, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_low_dist =3D { scans =3D  = ; 0, rejects =3D 15, nets =3D 50, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_ports =3D { scans =3D 200, rejec= ts =3D 10, nets =3D 60, ports =3D 15 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_decoy =3D { scans =3D 200, rejec= ts =3D 30, nets =3D 120, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_sweep =3D { scans =3D 30, = rejects =3D 5, nets =3D 5, ports =3D 20 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_med_dist =3D { 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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_hi_ports =3D { scans =3D 200, = rejects =3D 3, nets =3D 100, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_hi_decoy =3D { scans =3D 200, = rejects =3D 7, nets =3D 200, ports =3D 60 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_hi_sweep =3D { scans =3D  = ;30, rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">udp_hi_dist =3D { scans =3D 200, = rejects =3D 3, nets =3D 200, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_low_proto =3D { scans =3D  = ; 0, rejects =3D 10, nets =3D 10, ports =3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_low_decoy =3D { scans =3D  = ; 0, rejects =3D 40, nets =3D 50, ports =3D 25 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_low_sweep =3D { scans =3D  = ; 0, rejects =3D 10, nets =3D 10, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_low_dist =3D { scans =3D  = ; 0, rejects =3D 15, nets =3D 25, ports =3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_proto =3D { scans =3D 200, = rejects =3D 10, nets =3D 10, ports =3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_decoy =3D { scans =3D 200, = rejects =3D 40, nets =3D 50, ports =3D 25 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_sweep =3D { scans =3D  = ;30, rejects =3D 10, nets =3D 10, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_med_dist =3D { scans =3D 200, = rejects =3D 15, nets =3D 25, ports =3D 50 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_hi_proto =3D { scans =3D 200, = rejects =3D 3, nets =3D 3, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_hi_decoy =3D { scans =3D 200, = rejects =3D 7, nets =3D 15, ports =3D 5 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_hi_sweep =3D { scans =3D  = ;30, rejects =3D 3, nets =3D 3, ports =3D 7 }</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">ip_hi_dist =3D { scans =3D = 200, rejects =3D 3, nets =3D 11, ports =3D 10 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">icmp_low_sweep =3D { scans =3D 0,= rejects =3D 5, nets =3D 5, ports =3D 5 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">icmp_med_sweep =3D { scans =3D 20,= rejects =3D 5, nets =3D 5, ports =3D 5 }</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">icmp_hi_sweep =3D { scans =3D &nbs= p;10, rejects =3D 3, nets =3D 3, ports =3D 5 }</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> protos =3D 'all',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> scan_types =3D 'all',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_window =3D 600,</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_window =3D 600,</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_window =3D 600,</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_window =3D 600,</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_ports =3D tcp_hi_ports= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_decoy =3D tcp_hi_decoy= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_sweep =3D tcp_hi_sweep= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_dist =3D tcp_hi_dist,<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_ports =3D udp_hi_ports= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_decoy =3D udp_hi_decoy= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_sweep =3D udp_hi_sweep= ,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_dist =3D udp_hi_dist,<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_proto =3D ip_hi_proto,<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_decoy =3D ip_hi_decoy,<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_sweep =3D ip_hi_sweep,<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_dist =3D ip_hi_dist,</s= pan></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_sweep =3D icmp_hi_swe= ep,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> protos =3D 'all',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> scan_types =3D 'all',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_window =3D 90,</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_window =3D 90,</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_window =3D 90,</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_window =3D 90,</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_ports =3D tcp_med_port= s,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_decoy =3D tcp_med_deco= y,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_sweep =3D tcp_med_swee= p,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_dist =3D tcp_med_dist,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_ports =3D udp_med_port= s,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_decoy =3D udp_med_deco= y,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_sweep =3D udp_med_swee= p,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_dist =3D udp_med_dist,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_proto =3D ip_med_proto,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_decoy =3D ip_med_decoy,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_sweep =3D ip_med_sweep,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_dist =3D ip_med_dist,</= span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_sweep =3D icmp_med_sw= eep,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> protos =3D 'all',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> scan_types =3D 'all',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_window =3D 60,</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_window =3D 60,</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_window =3D 60,</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_window =3D 60,</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_ports =3D tcp_low_port= s,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_decoy =3D tcp_low_deco= y,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_sweep =3D tcp_low_swee= p,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_dist =3D tcp_low_dist,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_ports =3D udp_low_port= s,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_decoy =3D udp_low_deco= y,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_sweep =3D udp_low_swee= p,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_dist =3D udp_low_dist,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_proto =3D ip_low_proto,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_decoy =3D ip_low_decoy,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_sweep =3D ip_low_sweep,= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_dist =3D ip_low_dist,</= span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> icmp_sweep =3D icmp_low_sw= eep,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default js_norm configuration</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- ECMAScript Standard Built-in Objects = and Functions Names (Identifiers)</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- Also, might include other non-specifi= cation identifiers like those</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- are part of WebAPI or frameworks</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- GlobalObject.Functions<= /span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'eval', 'PerformEval', 'Ho= stEnsureCanCompileStrings', 'EvalDeclarationInstantiation',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'isFinite', 'isNaN', 'pars= eFloat', 'parseInt', 'Encode', 'Decode', 'decodeURI',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'decodeURIComponent', 'enc= odeURI', 'encodeURIComponent',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Microsoft.JScript.Globa= lObject.Functions</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'CollectGarbage', 'GetHash= Code', 'GetObject', 'GetType', 'MemberwiseClone',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- GlobalObject.Constructo= rs</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AggregateError', 'Array',= 'ArrayBuffer', 'BigInt', 'BitInt64Array', 'BigUint64Array',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Boolean', 'DataView', 'Da= te', 'Error', 'EvalError', 'FinalizationRegistry',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Float32Array', 'Float64Ar= ray', 'Function', 'Int8Array', 'Int16Array', 'Int32Array',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Map', 'NativeError', 'Num= ber', 'Object', 'Promise', 'Proxy',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'RangeError', 'ReferenceEr= ror', 'RegExp', 'Set', 'SharedArrayBuffer', 'String',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Symbol', 'SyntaxError', '= TypeError', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Uint32Array', 'URIError',= 'WeakMap', 'WeakRef', 'WeakSet',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Microsoft.JScript.Globa= lObject.Constructors</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'ActiveXObject', 'Enumerat= or', 'VBArray',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Atomics</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Atomics', 'WaiterList', '= ValidateIntegerTypedArray', 'ValidateAtomicAccess', 'GetWaiterList',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'EnterCriticalSection', 'L= eaveCriticalSection', 'AddWaiter', 'RemoveWaiter', 'RemoveWaiters',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'SuspendAgent', 'NotifyWai= ter', 'AtomicReadModifyWrite', 'ByteListBitwiseOp', 'ByteListEqual',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- JSON</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'JSON', 'InternalizeJSONPr= operty', 'SerializeJSONProperty', 'QuoteJSONString', 'UnicodeEscape',</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'SerializeJSONObject','Ser= ializeJSONArray',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Math</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Math',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Reflect</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Reflect',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Date and Time</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'LocalTZA', 'LocalTime', '= UTC', 'MakeTime', 'MakeDay', 'MakeDate', 'TimeClip', 'TimeString',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'DateString', 'TimeZoneStr= ing', 'ToDateString',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- String</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'StringPad', 'GetSubstitut= ion', 'SplitMatch', 'TrimString',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- RegExp</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'RegExpExec', 'RegExpBuilt= inExec', 'AdvanceStringIndex', 'RegExpHasFlag',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- TypedArray</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'TypedArray', 'TypedArrayS= peciesCreate', 'TypedArrayCreate', 'ValidateTypedArray',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AllocateTypedArray', 'Ini= tializeTypedArrayFromTypedArray',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'InitializeTypedArrayFromA= rrayBuffer', 'InitializeTypedArrayFromList',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'InitializeTypedArrayFromA= rrayLike', 'AllocateTypedArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- ArrayBuffer</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AllocateArrayBuffer', 'Is= DetachedBuffer', 'DetachArrayBuffer', 'CloneArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'IsUnsignedElementType', '= IsUnclampedIntegerElementType', 'IsBigIntElementType',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'IsNoTearConfiguration', '= RawBytesToNumeric', 'GetValueFromBuffer', 'NumericToRawBytes',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'SetValueInBuffer', 'GetMo= difySetValueInBuffer',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- SharedArrayBuffer</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AllocateSharedArrayBuffer= ', 'IsSharedArrayBuffer',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- DataView</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'GetViewValue', 'SetViewVa= lue', 'getDataView',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- WeakRef</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'WeakRefDeref',</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Promise</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'IfAbruptRejectPromise', '= CreateResolvingFunctions', 'FulfillPromise', 'NewPromiseCapability',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'IsPromise', 'RejectPromis= e', 'TriggerPromiseReactions', 'HostPromiseRejectionTracker',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'NewPromiseReactionJob', '= NewPromiseResolveThenableJob', 'GetPromiseResolve',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'PerformPromiseAll', 'Perf= ormPromiseAllSettled', 'PerformPromiseAny', 'PerformPromiseRace',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'PromiseResolve', 'Perform= PromiseThen',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- GeneratorFunction</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'GeneratorFunction', 'Asyn= cGeneratorFunction',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Generator</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Generator', 'GeneratorSta= rt', 'GeneratorValidate', 'GeneratorResume', 'GeneratorResumeAbrupt',</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'GetGeneratorKind', 'Gener= atorYield', 'Yield', 'CreateIteratorFromClosure',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- AsyncGenerator</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AsyncGenerator', 'AsyncGe= neratorStart', 'AsyncGeneratorValidate', 'AsyncGeneratorResolve',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AsyncGeneratorReject', 'A= syncGeneratorResumeNext', 'AsyncGeneratorEnqueue',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AsyncGeneratorYield', 'Cr= eateAsyncIteratorFromClosure',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- AsyncFunction</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'AsyncFunction', 'AsyncFun= ctionStart',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- WebAPI</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'console', 'document',</sp= an></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Misc</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'arguments', 'CreateDynami= cFunction', 'HostHasSourceTextAvailable', 'SymbolDescriptiveString',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'IsConcatSpreadable', 'Fla= ttenIntoArray', 'SortCompare', 'AddEntriesFromIterable',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'CreateMapIterator', 'Crea= teSetIterator', 'EventSet', 'SharedDataBlockEventSet',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'HostEventSet', 'ComposeWr= iteEventBytes', 'ValueOfReadEvent', 'escape', 'unescape',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'CreateHTML',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Adobe Acrobat</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'addAnnot', 'bookmarkRoot'= , 'calculateNow', 'closeDoc', 'createDataObject', 'docID',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'exportAsFDF', 'exportAsFD= FStr', 'getAnnotRichMedia', 'getAnnots', 'getAnnotsRichMedia',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'getField', 'getLegalWarni= ngs', 'getNthFieldName', 'getOCGs', 'openDataObject', 'removeField',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'removeLinks', 'modDate', = 'scroll', 'setAction', 'setPageAction', 'submitForm', 'syncAnnotScan',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'Collab', 'Net', 'Renditio= n', 'XFA', 'XMLData', 'app', 'catalog', 'event', 'spell', 'util'</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Object</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'constructor', 'prototype'= , '__proto__', '__defineGetter__', '__defineSetter__',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> '__lookupGetter__', '__loo= kupSetter__', '__count__', '__noSuchMethod__', '__parent__',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'hasOwnProperty', 'isProto= typeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'toSource', 'valueOf', 'ge= tNotifier', 'eval', 'observe', 'unobserve', 'watch', 'unwatch',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Function</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'arguments', 'arity', 'cal= ler', 'length', 'name', 'displayName', 'apply', 'bind', 'call',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'isGenerator',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Number</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'toExponential', 'toFixed'= , 'toPrecision',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- String</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'at', 'charAt', 'charCodeA= t', 'codePointAt', 'concat', 'includes', 'endWith', 'indexOf',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'lastIndexOf', 'localeComp= are', 'match', 'matchAll', 'normalize', 'padEnd', 'padStart',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'repeat', 'replace', 'repl= aceAll', 'search', 'slice', 'split', 'startsWith', 'substring',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'toLocaleLowerCase', 'toLo= caleUpperCase', 'toLowerCase', 'toUpperCase', 'trim', 'trimStart',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'trimEnd',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- RegExp</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'flags', 'dotAll', 'global= ', 'hasIndices', 'ignoreCase', 'multiline', 'source', 'sticky',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'unicode', 'lastIndex', 'c= ompile', 'exec', 'test', 'input', 'lastMatch', 'lastParen',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'leftContext', 'rightConte= xt',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Array</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'copyWithin', 'entries', '= every', 'fill', 'filter', 'find', 'findIndex', 'flat', 'flatMap',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'forEach', 'groupBy', 'gro= upByToMap', 'join', 'keys', 'map', 'pop', 'push', 'reduce',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'reduceRight', 'reverse', = 'shift', 'unshift', 'some', 'sort', 'splice',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Generator</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'next', 'return', 'throw',= </span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- EventTarget</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'addEventListener', 'dispa= tchEvent', 'removeEventListener',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Node</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'childNodes', 'nodeValue',= 'ownerDocument', 'parentElement', 'textContent', 'appendChild',</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'cloneNode', 'insertBefore= ', 'removeChild', 'replaceChild',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Element</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'innerHTML', 'msRegionOver= flow', 'openOrClosedShadowRoot', 'outerHTML', 'part', 'shadowRoot',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'after', 'append', 'attach= Shadow', 'before', 'closest', 'createShadowRoot', 'getAttribute',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'getAttributeNode', 'getAt= tributeNodeNS', 'getAttributeNS', 'getElementsByClassName',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'getElementsByTagName', 'g= etElementsByTagNameNS', 'insertAdjacentElement', 'insertAdjacentHTML',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'insertAdjacentText', 'pre= pend', 'querySelector', 'querySelectorAll', 'releasePointerCapture',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'remove', 'removeAttribute= ', 'removeAttributeNode', 'removeAttributeNS', 'replaceChildren',</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'replaceWith', 'setAttribu= te', 'setAttributeNode', 'setAttributeNodeNS', 'setAttributeNS',</span></di= v> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'setCapture', 'setHTML', '= setPointerCapture', 'toggleAttribute',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- HTMLElement</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'contentEditable', 'contex= tMenu', 'dataset', 'dir', 'enterKeyHint', 'hidden', 'inert',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'innerText', 'lang', 'nonc= e', 'outerText', 'style', 'tabIndex', 'title',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'attachInternals',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Promise</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'catch', 'finally',</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Misc</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'ExportStyle', 'callee',</= span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- Adobe Acrobat</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'activated', 'addAnnot', '= addLink', 'annot', 'attachIcon', 'begin', 'bookmarkRoot',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'borderColor', 'borderStyl= e', 'buttonGetIcon', 'calculate', 'calculateNow', 'callAS',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'children', 'close', 'clos= eDoc', 'commitOnSelChange', 'createChild', 'createDataObject', 'data',</spa= n></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'dataObjects', 'destroy', = 'doc', 'docID', 'end', 'execute', 'exportAsFDF', 'exportAsFDFStr',</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'exportDataObject', 'expor= tValues', 'get', 'getAnnot', 'getAnnots', 'getAnnotsRichMedia',</span></div= > <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'getField', 'getLegalWarni= ngs', 'getNthFieldName', 'getOCGs', 'getPageBox', 'openDataObject',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'getProps', 'inReplyTo', '= layout', 'media', 'modDate', 'newPlayer', 'objectMetadata', 'page',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'point', 'points', 'popupO= pen', 'popupRect', 'print', 'println', 'qSilence', 'query', 'rect',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'removeField', 'removeLink= s', 'reset', 'resetForm', 'richText', 'rotate', 'saveAs', 'scroll',</span><= /div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'setAction', 'setFocus', '= setIntent', 'setItems', 'setPageAction', 'setPersistent', 'setProps',</span= ></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'show', 'state', 'stateMod= el', 'streamFromString', 'stringFromStream', 'submitForm',</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> 'syncAnnotScan', 'talk', '= text', 'toggleNoView', 'type', 'userName', 'value', 'width', 'xfa'</span></= div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_js_norm =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">{</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> -- params not specified he= re get internal defaults</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ident_ignore =3D default_j= s_norm_ident_ignore,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> prop_ignore =3D default_js= _norm_prop_ignore,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">-- default whitelist</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">----------------------------------------= -----------------------------------</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">default_whitelist =3D</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">[[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ftp_command_specs default_= ftp_server smtp_default_alt_max_command_lines</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> default_smtp http_methods = sip_requests telnet_commands default_wizard</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> default_references default= _classifications gtp_v0_msg gtp_v1_msg gtp_v2_msg</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> gtp_v0_info gtp_v1_info gt= p_v2_info default_gtp tcp_low_ports</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_low_decoy tcp_low_swee= p tcp_low_dist tcp_med_ports</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_med_decoy tcp_med_swee= p tcp_med_dist tcp_hi_ports tcp_hi_decoy</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> tcp_hi_sweep tcp_hi_dist u= dp_low_ports udp_low_decoy udp_low_sweep</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_low_dist udp_med_ports= udp_med_decoy udp_med_sweep udp_med_dist</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> udp_hi_ports udp_hi_decoy = udp_hi_sweep udp_hi_dist ip_low_proto</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_low_decoy ip_low_sweep = ip_low_dist ip_med_proto ip_med_decoy</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_med_sweep ip_med_dist i= p_hi_proto ip_hi_decoy ip_hi_sweep</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ip_hi_dist icmp_low_sweep = icmp_med_sweep icmp_hi_sweep</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> default_hi_port_scan defau= lt_med_port_scan default_low_port_scan</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> default_variables netflow_= versions default_js_norm_ident_ignore</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> default_js_norm_prop_ignor= e default_js_norm</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">snort_whitelist_append(default_whitelist= )</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">outputs =3D {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> alert_fast =3D {</span></d= iv> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">file =3D true,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">filename =3D "/var/log/snort/snort.= log",</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> alert_console =3D {</span>= </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">file =3D true,</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> },</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">}</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ips =3D {</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> rules =3D [[</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal">include /usr/local/etc/snort/rules/local= .rules</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <span style=3D"line-height:normal"> ]]</span></div> <div style=3D"direction:ltr; line-height:normal; max-width:100%; font-famil= y:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"> <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 <a href=3D"mailto:[email protected]"= target=3D"_blank"> [email protected]</a><<a href=3D"mailto:[email protected]" target=3D"_blan= k">[email protected]</a>> 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:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> Can you share the config you are using?</div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div style=3D"direction:ltr; font-family:"Courier New",monospace;= font-size:12pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_x_x_x_x_1159414911Signature" class=3D"x_x_x_x_x_1159414911elem= entToProof"> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 16px; color:rgb(30,73,125)"> <b>Albert Lewis</b></p> <p style=3D"line-height:normal; margin:0px; font-family:Courier; font-size:= 15px; color:rgb(127,127,127)"> <span style=3D"font-size:16px; color:rgb(153,153,153)">Email: </span><span = style=3D"font-size:16px; color:rgb(128,27,128)"><u><a href=3D"mailto:allewi= @cisco.com" id=3D"x_x_x_1612152773OWAd8579170-05eb-f3dc-bb7a-abaffe5cd9dd" = class=3D"x_x_x_x_x_1159414911OWAAutoLink" target=3D"_blank" style=3D"color:= rgb(128,27,128); margin-top:0px; margin-bottom:0px">[email protected]</a></u= ></span><span style=3D"font-size:16px; color:rgb(79,129,189)"> </span>= </p> </div> <div id=3D"x_x_x_x_x_1159414911appendonsend"></div> <hr style=3D"direction:ltr; display:inline-block; width:98%"> <div id=3D"x_x_x_x_x_1159414911divRplyFwdMsg" dir=3D"ltr"><span style=3D"fo= nt-family:Calibri,sans-serif; font-size:11pt; color:rgb(0,0,0)"><b>From:</b= > Snort-users <<a href=3D"mailto:[email protected]= g" id=3D"x_x_x_1612152773OWA1b1d96b2-72da-0d8c-f448-e2cd2a67c126" class=3D"= x_x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]= ort.org</a>> on behalf of Jacko B via Snort-users <<a href=3D"mailto:snort-users@lis= ts.snort.org" id=3D"x_x_x_1612152773OWA26aca7f4-40b8-06aa-93d7-433650fcbdce= " class=3D"x_x_x_1612152773OWAAutoLink" target=3D"_blank">snort-users@lists= .snort.org</a>><br> <b>Sent:</b> Tuesday, January 7, 2025 10:08 AM<br> <b>To:</b> Snort users <<a href=3D"mailto:[email protected]= rg" id=3D"x_x_x_1612152773OWAba76db07-6bad-1332-674e-5812ea5913eb" class=3D= "x_x_x_1612152773OWAAutoLink" target=3D"_blank">[email protected]= </a>><br> <b>Subject:</b> [Snort-users] Log trouble</span> <div> </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 "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 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> </div> </blockquote> </div> <br> </div> </div> </blockquote> </div> <br> </div> </body> </html> --_000_BL3PR11MB5715011C8F70E0045D732F3FDA1F2BL3PR11MB5715namp_-- --===============6022594175863190276== 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 --===============6022594175863190276==--