Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py96 style_packetlist_name = "" variable in AnsiColorTheme
124 style_packetlist_name = Color.red+Color.bold variable in DefaultTheme
147 style_packetlist_name = Color.red+Color.bold variable in BrightTheme
170 style_packetlist_name = Color.red+Color.bold variable in RastaTheme
194 style_packetlist_name = Color.black+Color.bold variable in ColorOnBlackTheme
224 style_packetlist_name = r"\textcolor{red}{\bf %s}" variable in LatexTheme
243 style_packetlist_name = r"@`@textcolor@[@red@]@@[@@`@bfseries@[@@]@%s@]@" variable in LatexTheme2
262 style_packetlist_name = "<span class=packetlist_name>%s</span>" variable in HTMLTheme
280 style_packetlist_name = "#[#span class=packetlist_name#]#%s#[#/span#]#" variable in HTMLTheme2