MCPcopy Index your code
hub / github.com/secdev/scapy / ProgPath

Class ProgPath

scapy/config.py:149–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149class ProgPath(ConfClass):
150 _default: str = "<System default>"
151 universal_open: str = "open" if DARWIN else "xdg-open"
152 pdfreader: str = universal_open
153 psreader: str = universal_open
154 svgreader: str = universal_open
155 dot: str = "dot"
156 display: str = "display"
157 tcpdump: str = "tcpdump"
158 tcpreplay: str = "tcpreplay"
159 hexedit: str = "hexer"
160 tshark: str = "tshark"
161 wireshark: str = "wireshark"
162 ifconfig: str = "ifconfig"
163 extcap_folders: List[str] = [
164 os.path.join(os.path.expanduser("~"), ".config", "wireshark", "extcap"),
165 "/usr/lib/x86_64-linux-gnu/wireshark/extcap",
166 ]
167
168
169class ConfigFieldList:

Callers 1

ConfClass · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected