Home
last modified time | relevance | path

Searched refs:style_packetlist_proto (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/
Dthemes.py97 style_packetlist_proto = "" variable in AnsiColorTheme
125 style_packetlist_proto = Color.blue variable in DefaultTheme
148 style_packetlist_proto = Color.yellow+Color.bold variable in BrightTheme
171 style_packetlist_proto = Color.yellow+Color.bold variable in RastaTheme
195 style_packetlist_proto = Color.yellow+Color.bold variable in ColorOnBlackTheme
225 style_packetlist_proto = r"\textcolor{blue}{%s}" variable in LatexTheme
244 style_packetlist_proto = r"@`@textcolor@[@blue@]@@[@%s@]@" variable in LatexTheme2
263 style_packetlist_proto = "<span class=packetlist_proto>%s</span>" variable in HTMLTheme
281 style_packetlist_proto = "#[#span class=packetlist_proto#]#%s#[#/span#]#" variable in HTMLTheme2