Scapy verbose mode documentation [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I understand that: conf.verb = 0 Disables Scapy verbose mode but where is the documentation to confirm this? My googling has failed me. 回答1: Actually, conf 's docstring specifies that configuring conf.verb = 0 sets the level of verbosity to almost mute , which implies that it doesn't disable it altogether. The