Trying out V12.00. I have the following for my wordfile.txt
And have each element in a test file.
The problem is that the following items are not being highlighted:
procedure
tcp_sourceport
tcp_destport
tcp_seqnum
tcp_acknum
tcp_headerlen
tcp_flags
tcp_windowsize
tcp_checksum
tcp_reserved
tcp_options
Cannot figure out why. Rest of the highlighting is working fine. Anyone see my error???
thanks
-DK
Code: Select all
/L19"FX" Line Comment = # File Extensions = PSL FSL
/Delimiters = ~!@%^&*()+=|\/{}[]:;"' <> , ?
/Function String = "%[^t ]++procedure[^t ]+^([a-z0-9_&]+^)"
/Function String 1 = "%[^t ]++procedure[^t ]+^([~{]+^)"
/Function String 2 = "%[^t ]++frame[^t ]+^([a-z0-9_&]+^)"
/Function String 3 = "%[^t ]++frame[^t ]+^([~{]+^)"
/Open Fold Strings = "{"
/Close Fold Strings = "}"
/Open Brace Strings = "{" "(" "["
/Close Brace Strings = "}" ")" "]"
/Indent Strings = "{" "repeat"
/Unindent Strings = "}" "repend"
/C1"Keywords"
abort add append arp arp_answer_range arp_destaddr arp_reply arp_retries autohide autorun
begin break buffer button
call clear connect convert
debug decr destipaddr destmacaddr disconnect disp div
end exit
find flushbuffer flushtcp flushudp fontcolor fontsize frameburst framecapture frameupdate
gets getstrlen
if include incr interpacketdelay
mod mtu mul myipaddr mymacaddr
pause puts
recv recvflush recvframe remote_address remote_interval remote_keepalive remote_keepalivecommand remote_keepaliveresponse remote_listener remote_missthreshold remote_name remote_password remote_port repeat repend resendframe reset resolve restart rputs
send sendframe set skew snag statetable step stepped strcount sub
title
update
/C2"System Variables"
$time
$date
$repeat
$reptime
$dec2hex
$hex2dec
$substr
$offset
$timer
$rnd
$strlen
$grabstring
$scount
$snagfield
$snagoffset
$snagfname
$runtimer
$totaltxfrags
$fragboundry
$mtusize
$mymacaddr
$secmacaddr
$myipaddr
$arp_reply
$arp_retries
$arp_timeout
$arp_answer_range
$arp_destaddr
$remote_ipaddress
$remote_port
$remote_name
$frametablelen
$frametableptr
$framesunread
$frametxpps
$frametxbps
$framerxpps
$framerxbps
$autoport
$autoport
$autoport
$framelen
$framerec
$frametxmac
$framerxmac
$frameptype
$framepadlen
$framepadding
$frametablelen
$frametableptr
$framesunread
$time
$ip_ttl
$ip_dscp
$ip_totallen
$ip_txtotallen
$ip_idhex
$ip_iddec
$ip_idtxhex
$ip_idtxdec
$ip_flags
$ip_fragoffset
$ip_fragoffsetval
$ip_ttl
$ip_proto
$ip_checksum
$ip_rxipaddr
$ip_txipaddr
$ip_options
$ip_optlen
$ip_totallen
$tcp_recvtrue
$tcp_dstportnum
$tcp_srcportnum
$tcp_seqnum
$tcp_rxseqnum
$tcp_rxacknum
$tcp_acknum
$tcp_nextseqnum
$tcp_headerlen
$tcp_flags
$tcp_flagval
$tcp_windowsize
$tcp_windowsizeval
$tcp_checksum
$tcp_reserved
$tcp_txdatalen
$tcp_options
$tcp_datahex
$tcp_dataasc
$tcp_datasub40
$tcp_datasub20
$tcp_dataraw
$tcp_datalen
$tcp_options
$tcp_optlen
$udp_srcportnum
$udp_dstportnum
$udp_hdrlen
$udp_checksum
$udp_datalen
$udp_srcportnum
$udp_dstportnum
$udp_dataraw
$udp_datahex
$udp_dataasc
$udp_datasub40
$udp_datasub20
/C3"Subs"
frame procedure
/C4"Operators"
+
-
=
%
>
<
!
/C5"Brackets"
[
]
/C6"Parens"
(
)
/C7"Variables"
** $
/C8"Elements"
mac_dstaddr mac_srcaddr mac_payload_type mac_padding
ip_verhdr_len ip_tos_value ip_length ip_id ip_flags ip_frag_offset ip_ttl ip_protocol ip_checksum ip_sourceaddr ip_destaddr ip_options
tcp_sourceport
tcp_destport
tcp_seqnum
tcp_acknum
tcp_headerlen
tcp_flags
tcp_windowsize
tcp_checksum
tcp_reserved
tcp_options
data
udp_sourceport udp_destport udp_hdrlen udp_checksum
timestamp
The problem is that the following items are not being highlighted:
procedure
tcp_sourceport
tcp_destport
tcp_seqnum
tcp_acknum
tcp_headerlen
tcp_flags
tcp_windowsize
tcp_checksum
tcp_reserved
tcp_options
Cannot figure out why. Rest of the highlighting is working fine. Anyone see my error???
thanks
-DK