ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions | Variables
ccsrtptest.cpp File Reference
#include <cstdlib>
#include <cstring>
#include <ccrtp/rtp.h>
#include <ccrtp/rtppkt.h>
#include <ccrtp/crypto/SrtpSymCrypto.h>
#include <ccrtp/CryptoContext.h>
#include <ccrtp/CryptoContextCtrl.h>
Include dependency graph for ccsrtptest.cpp:

Go to the source code of this file.

Data Structures

class  PacketsPattern
 
class  SendPacketTransmissionTest
 
class  RecvPacketTransmissionTest
 

Functions

int hex_char_to_nibble (uint8_t c)
 
int hex_string_to_octet_string (char *raw, char *hex, int len)
 
int main (int argc, char *argv[])
 

Variables

PacketsPattern pattern
 
uint8 masterKey []
 
uint8 masterSalt []
 

Function Documentation

int hex_char_to_nibble ( uint8_t  c)
inline

Definition at line 35 of file ccsrtptest.cpp.

int hex_string_to_octet_string ( char *  raw,
char *  hex,
int  len 
)

Definition at line 71 of file ccsrtptest.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 274 of file ccsrtptest.cpp.

Variable Documentation

uint8 masterKey[]
Initial value:
= { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }

Definition at line 138 of file ccsrtptest.cpp.

uint8 masterSalt[]
Initial value:
= { 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d }

Definition at line 141 of file ccsrtptest.cpp.

PacketsPattern pattern

Definition at line 131 of file ccsrtptest.cpp.