ROHC compression/decompression library
Functions
rohc_traces.c File Reference

ROHC for traces. More...

#include "rohc_traces.h"
#include <assert.h>
Include dependency graph for rohc_traces.c:

Functions

void rohc_dump_packet (const char *const descr, const unsigned char *const packet, const size_t length)
 Dump given packet content.

Detailed Description

ROHC for traces.

Author:
Didier Barvaux <didier@barvaux.org>

Function Documentation

void rohc_dump_packet ( const char *const  descr,
const unsigned char *const  packet,
const size_t  length 
)

Dump given packet content.

Parameters:
descrThe description of the packet to dump
packetThe packet to dump
lengthThe length (in bytes) of the packet to dump

References rohc_debugf, and rohc_debugf_.