Searched defs:wordbytes (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/ |
D | fields.py | 1385 def __init__(self, name, default, wordbytes, maxbytes, aton, ntoa, length_from): argument 1446 def __init__(self, name, default, wordbytes=1, length_from= None): argument 1451 def __init__(self, name, default, wordbytes= 1, length_from= None): argument
|