Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def help_set(self):
print_help("Set value of variable: \"set mac 00:11:22:33:44:55\"")
def help_pcap(self):
print_help("Passively listens for SSDP NOTIFY messages from UPNP devices")
def help_command(self):
print_help("Prints current value of command")
def help_back(self):
print_help("Exit script")
def help_command(self):
print_help("Prints current value of command")
def help_run(self):
print_help("Run script")
def help_msearch(self):
print_help("Actively locate UPNP hosts")
def help_mac(self):
print_help("Prints value of variable MAC")
def help_run(self):
print_help("Run script")
def help_info(self, e):
print_help("Show info about loaded module")