Loading...
Searching...
No Matches

Interface for a generic network packet dumping module. More...

Detailed Description

Interface for a generic network packet dumping module.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file pktdump.h.

#include "sched.h"
+ Include dependency graph for pktdump.h:

Go to the source code of this file.

Macros

#define CONFIG_GNRC_PKTDUMP_MSG_QUEUE_SIZE_EXP   3
 Default message queue size for the PKTDUMP thread (as exponent of 2^n).
 
#define GNRC_PKTDUMP_MSG_QUEUE_SIZE   (1 << CONFIG_GNRC_PKTDUMP_MSG_QUEUE_SIZE_EXP)
 Message queue size for the pktdump thread.
 
#define GNRC_PKTDUMP_PRIO   (THREAD_PRIORITY_MAIN - 1)
 Priority of the pktdump thread.
 
#define GNRC_PKTDUMP_STACKSIZE   ((THREAD_STACKSIZE_MAIN) - 64)
 Stack size used for the pktdump thread.
 

Functions

kernel_pid_t gnrc_pktdump_init (void)
 Start the packet dump thread and listening for incoming packets.
 

Variables

kernel_pid_t gnrc_pktdump_pid
 The PID of the pktdump thread.