scapy.contrib.ppi_cace
CACE PPI types
- class scapy.contrib.ppi_cace.PPITSFTField(name: str, default: int | None)[source]
Bases:
LELongField
- class scapy.contrib.ppi_cace.PPI_Dot11Common(_pkt, /, *, TSF_Timer=0, Pkt_Flags=<Flag 0 ()>, Rate=0, Ch_Freq=0, Ch_Flags=<Flag 0 ()>, FHSS_Hop=0, FHSS_Pat=0, Antsignal=-128, Antnoise=-128)[source]
Bases:
PPI_Element- aliastypes = [<class 'scapy.contrib.ppi_cace.PPI_Dot11Common'>, <class 'scapy.layers.ppi.PPI_Element'>, <class 'scapy.packet.Packet'>]
- fields_desc: ClassVar[List[Field[Any, Any] | _FieldContainer]] = [<PPITSFTField (PPI_Dot11Common).TSF_Timer>, <FlagsField (PPI_Dot11Common).Pkt_Flags>, <LEShortField (PPI_Dot11Common).Rate>, <LEShortField (PPI_Dot11Common).Ch_Freq>, <FlagsField (PPI_Dot11Common).Ch_Flags>, <ByteField (PPI_Dot11Common).FHSS_Hop>, <ByteField (PPI_Dot11Common).FHSS_Pat>, <dBmByteField (PPI_Dot11Common).Antsignal>, <dBmByteField (PPI_Dot11Common).Antnoise>]