Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dhttp2.py1921 class H2ContinuationFrame(H2FramePayload): class
1964 H2ContinuationFrame.type_id: H2ContinuationFrame.flags,
2024 if t == H2ContinuationFrame.type_id:
2025 return H2ContinuationFrame
2084 packet.bind_layers(H2Frame, H2ContinuationFrame, {'type': H2ContinuationFrame.type_id})
2677 cur_frm = H2ContinuationFrame()
Dhttp2.uts1330 assert(isinstance(pkt.payload, h2.H2ContinuationFrame))
1331 assert(pkt[h2.H2ContinuationFrame])
1332 hf = pkt[h2.H2ContinuationFrame]
1351 p = h2.H2Frame(stream_id=1)/h2.H2ContinuationFrame(
1372 assert(isinstance(pkt.payload, h2.H2ContinuationFrame))
1373 assert(pkt[h2.H2ContinuationFrame])
1374 hf = pkt[h2.H2ContinuationFrame]
1394 p = h2.H2Frame(flags={'EH'}, stream_id=1)/h2.H2ContinuationFrame(
2092 assert(isinstance(p.payload, h2.H2ContinuationFrame))
2093 hdrs_frm = p[h2.H2ContinuationFrame]
[all …]