FreeRDP
include/freerdp/streamdump.h File Reference
#include <winpr/stream.h>
#include <winpr/wtypes.h>
#include <freerdp/api.h>
#include <freerdp/types.h>
This graph shows which files directly or indirectly include this file:

Enumerations

enum  StreamDumpDirection { STREAM_MSG_SRV_RX = 1 , STREAM_MSG_SRV_TX = 2 }
 

Functions

FREERDP_API SSIZE_T stream_dump_append (const rdpContext *context, UINT32 flags, wStream *s, size_t *offset)
 
FREERDP_API SSIZE_T stream_dump_get (const rdpContext *context, UINT32 *flags, wStream *s, size_t *offset, UINT64 *pts)
 
FREERDP_API BOOL stream_dump_register_handlers (rdpContext *context, CONNECTION_STATE state, BOOL isServer)
 
FREERDP_API void stream_dump_free (rdpStreamDumpContext *dump)
 
FREERDP_API rdpStreamDumpContext * stream_dump_new (void)
 

Enumeration Type Documentation

◆ StreamDumpDirection

Enumerator
STREAM_MSG_SRV_RX 
STREAM_MSG_SRV_TX 

Function Documentation

◆ stream_dump_append()

FREERDP_API SSIZE_T stream_dump_append ( const rdpContext *  context,
UINT32  flags,
wStream s,
size_t *  offset 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stream_dump_free()

FREERDP_API void stream_dump_free ( rdpStreamDumpContext *  dump)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stream_dump_get()

FREERDP_API SSIZE_T stream_dump_get ( const rdpContext *  context,
UINT32 *  flags,
wStream s,
size_t *  offset,
UINT64 *  pts 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stream_dump_new()

FREERDP_API rdpStreamDumpContext* stream_dump_new ( void  )
Here is the caller graph for this function:

◆ stream_dump_register_handlers()

FREERDP_API BOOL stream_dump_register_handlers ( rdpContext *  context,
CONNECTION_STATE  state,
BOOL  isServer 
)
Here is the call graph for this function:
Here is the caller graph for this function: