Home
last modified time | relevance | path

Searched refs:countfld (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/layers/
Ddns.py133 def __init__(self, name, countfld, passon=1): argument
135 self.countfld = countfld
164 c = getattr(pkt, self.countfld)
166 warning("wrong value: DNS.%s=%i", self.countfld, c)