Searched refs:FieldUVarLenField (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/contrib/ |
D | http2.py | 551 class FieldUVarLenField(AbstractUVarIntField): class 575 super(FieldUVarLenField, self).__init__(name, default, size) 596 return super(FieldUVarLenField, self).addfield(pkt, s, val) 611 return super(FieldUVarLenField, self).i2m(pkt, x) 1298 FieldUVarLenField('len', None, 7, length_of='data'),
|
D | http2.uts | 173 + HTTP/2 FieldUVarLenField Test Suite 175 = HTTP/2 FieldUVarLenField.i2m without adjustment 179 f = h2.FieldUVarLenField('len', None, 8, length_of='data') 193 = HTTP/2 FieldUVarLenField.i2m with adjustment 203 f = h2.FieldUVarLenField('value', None, 8, length_of='data', adjust=lambda x: x-1)
|