#ifndef TC_SNIFFER_H_
#define TC_SNIFFER_H_

extern void tc_sniffer (void *pvParameters);
extern void start_stop_sniffing (void);

#endif /*TC_SNIFFER_H_*/