| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/pair/__pycache__/ |
Upload File : |
U
W[+ � @ s4 d Z ddlmZ G dd� de�ZG dd� de�ZdS )z4
Interface definitions for working with raw packets
� )� Interfacec @ s e Zd ZdZdd� Zdd� ZdS )�IRawDatagramProtocolz?
An interface for protocols such as UDP, ICMP and TCP.
c C s dS �z4
Add a protocol on top of this one.
N� r r r �2/usr/lib/python3/dist-packages/twisted/pair/raw.py�addProto s zIRawDatagramProtocol.addProtoc C s dS �zI
An IP datagram has been received. Parse and process it.
Nr r r r r �datagramReceived s z%IRawDatagramProtocol.datagramReceivedN��__name__�
__module__�__qualname__�__doc__r r r r r r r
s r c @ s e Zd ZdZdd� Zdd� ZdS )�IRawPacketProtocolzB
An interface for low-level protocols such as IP and ARP.
c C s dS r r r r r r r s zIRawPacketProtocol.addProtoc C s dS r r r r r r r % s z#IRawPacketProtocol.datagramReceivedNr
r r r r r s r N)r Zzope.interfacer r r r r r r �<module> s