Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dhttp2.py1037 def huffman_decode(cls, i, ibl): member in HPackZString
1214 return HPackZString(HPackZString.huffman_decode(i, ibl))
Dhttp2.uts231 assert(b'Test' == h2.HPackZString.huffman_decode(i, ibl))
235 assert(b'a'*65535 == h2.HPackZString.huffman_decode(i, ibl))
239 'h2.HPackZString.huffman_decode(*h2.HPackZString.huffman_conv2bitstring(b"\\xdeT"))')