PcapPlusPlus  Next
SdpLayer.h File Reference
#include "IpAddress.h"
#include "TextBasedProtocol.h"
#include <vector>

Go to the source code of this file.

Classes

class  pcpp::SdpLayer
 

Namespaces

 pcpp
 The main namespace for the PcapPlusPlus lib.
 

Macros

#define PCPP_SDP_PROTOCOL_VERSION_FIELD   "v"
 Protocol version (v)
 
#define PCPP_SDP_ORIGINATOR_FIELD   "o"
 Originator and session identifier (o)
 
#define PCPP_SDP_SESSION_NAME_FIELD   "s"
 Session name (s)
 
#define PCPP_SDP_INFO_FIELD   "i"
 Session title, media title or short information (i)
 
#define PCPP_SDP_URI_FIELD   "u"
 URI of description (u)
 
#define PCPP_SDP_EMAIL_FIELD   "e"
 Email address with optional name of contacts (e)
 
#define PCPP_SDP_PHONE_FIELD   "p"
 Phone number with optional name of contacts (p)
 
#define PCPP_SDP_CONNECTION_INFO_FIELD   "c"
 Connection information (c)
 
#define PCPP_SDP_BANDWIDTH_FIELD   "b"
 Bandwidth information (b)
 
#define PCPP_SDP_TIME_FIELD   "t"
 Time the session is active (t)
 
#define PCPP_SDP_REPEAT_TIMES_FIELD   "r"
 Repeat times (r)
 
#define PCPP_SDP_TIME_ZONE_FIELD   "z"
 Time zone adjustments (z)
 
#define PCPP_SDP_ENCRYPTION_KEY_FIELD   "k"
 Encryption key (k)
 
#define PCPP_SDP_MEDIA_ATTRIBUTE_FIELD   "a"
 Media attribute (a)
 
#define PCPP_SDP_MEDIA_NAME_FIELD   "m"
 Media name and transport address (m)