UDPProtocolParser
class UDPProtocolParser: TransportProtocolParserProtocol
Parser to process UDP packet and build packet.
-
The source port.
Declaration
Swift
var sourcePort: Port!
-
The destination port.
Declaration
Swift
var destinationPort: Port!
-
The data containing the UDP segment.
Declaration
Swift
var packetData: Data!
-
The offset of the UDP segment in the
packetData
.Declaration
Swift
var offset: Int = 0
-
The payload to be encapsulated.
Declaration
Swift
var payload: Data!
-
The length of the UDP segment.
Declaration
Swift
var bytesLength: Int
-
Undocumented
Declaration
Swift
class UDPProtocolParser: TransportProtocolParserProtocol
-
Undocumented
Declaration
Swift
class UDPProtocolParser: TransportProtocolParserProtocol
-
Undocumented
Declaration
Swift
class UDPProtocolParser: TransportProtocolParserProtocol