Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dhttp2.py551 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'),
Dhttp2.uts173 + 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)