MCPcopy Index your code
hub / github.com/secdev/scapy / SenderInfo

Class SenderInfo

scapy/contrib/rtcp.py:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class SenderInfo(Packet):
46 name = "Sender info"
47 fields_desc = [
48 LongField('ntp_timestamp', None),
49 IntField('rtp_timestamp', None),
50 IntField('sender_packet_count', None),
51 IntField('sender_octet_count', None)
52 ]
53
54 def extract_padding(self, p):
55 return "", p
56
57
58class ReceptionReport(Packet):

Callers 1

RTCPClass · 0.85

Calls 2

LongFieldClass · 0.90
IntFieldClass · 0.90

Tested by

no test coverage detected