예제 #1
0
파일: inet.py 프로젝트: xen0ntr/antinetcut
 def __init__(self, res=None, name="Traceroute", stats=None):
     PacketList.__init__(self, res, name, stats)
     self.graphdef = None
     self.graphASres = 0
     self.padding = 0
     self.hloc = None
     self.nloc = None
    def __init__(self, res=None, name="Dot11List", stats=None):
        if stats is None:
            stats = conf.stats_dot11_protocols

        PacketList.__init__(self, res, name, stats)
예제 #3
0
파일: dot11.py 프로젝트: ahgpro/scapy
    def __init__(self, res=None, name="Dot11List", stats=None):
        if stats is None:
            stats = conf.stats_dot11_protocols

        PacketList.__init__(self, res, name, stats)