Returns a dictionary of the loaded interfaces, by their name.
(self)
| 40 | libpcap = False |
| 41 | |
| 42 | def load(self): |
| 43 | # type: () -> Dict[str, NetworkInterface] |
| 44 | """Returns a dictionary of the loaded interfaces, by their |
| 45 | name.""" |
| 46 | raise NotImplementedError |
| 47 | |
| 48 | def reload(self): |
| 49 | # type: () -> Dict[str, NetworkInterface] |