17 #define PCPP_SDP_PROTOCOL_VERSION_FIELD "v"
19 #define PCPP_SDP_ORIGINATOR_FIELD "o"
21 #define PCPP_SDP_SESSION_NAME_FIELD "s"
23 #define PCPP_SDP_INFO_FIELD "i"
25 #define PCPP_SDP_URI_FIELD "u"
27 #define PCPP_SDP_EMAIL_FIELD "e"
29 #define PCPP_SDP_PHONE_FIELD "p"
31 #define PCPP_SDP_CONNECTION_INFO_FIELD "c"
33 #define PCPP_SDP_BANDWIDTH_FIELD "b"
35 #define PCPP_SDP_TIME_FIELD "t"
37 #define PCPP_SDP_REPEAT_TIMES_FIELD "r"
39 #define PCPP_SDP_TIME_ZONE_FIELD "z"
41 #define PCPP_SDP_ENCRYPTION_KEY_FIELD "k"
43 #define PCPP_SDP_MEDIA_ATTRIBUTE_FIELD "a"
45 #define PCPP_SDP_MEDIA_NAME_FIELD "m"
96 const std::string& sessionName,
long startTime,
long stopTime);
115 TextBasedProtocolMessage::operator=(other);
161 bool addMediaDescription(
const std::string& mediaType, uint16_t mediaPort,
const std::string& mediaProtocol,
162 const std::string& mediaFormat,
const std::vector<std::string>& mediaAttributes);
175 char getHeaderFieldNameValueSeparator()
const override
179 bool spacesAllowedBetweenHeaderFieldNameAndValue()
const override
Definition: IpAddress.h:32
Definition: SdpLayer.h:60
SdpLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)
uint16_t getMediaPort(const std::string &mediaType) const
IPv4Address getOwnerIPv4Address() const
SdpLayer(const std::string &username, long sessionID, long sessionVersion, IPv4Address ipAddress, const std::string &sessionName, long startTime, long stopTime)
SdpLayer(const SdpLayer &other)
Definition: SdpLayer.h:105
SdpLayer & operator=(const SdpLayer &other)
Definition: SdpLayer.h:113
std::string toString() const override
bool addMediaDescription(const std::string &mediaType, uint16_t mediaPort, const std::string &mediaProtocol, const std::string &mediaFormat, const std::vector< std::string > &mediaAttributes)
OsiModelLayer getOsiModelLayer() const override
Definition: SdpLayer.h:166
Definition: TextBasedProtocol.h:123
The main namespace for the PcapPlusPlus lib.
OsiModelLayer
Definition: ProtocolType.h:364
@ OsiModelSesionLayer
Definition: ProtocolType.h:374