Wirepas SDK
wireshark.h
Go to the documentation of this file.
1/* Copyright 2022 Wirepas Ltd. All Rights Reserved.
2 *
3 * See file LICENSE.txt for full license details.
4 *
5 */
6
12#ifndef WIRESHARK_H
13#define WIRESHARK_H
14
15#include <stdint.h>
16#include <stdarg.h>
17#include "api.h"
18
19#ifndef WIRESHARK_UART_BAUDRATE
20#define WIRESHARK_UART_BAUDRATE 115200
21#endif
22
24 uint32_t src,
25 uint32_t dest,
26 uint8_t qos,
27 uint8_t src_ep,
28 uint8_t dst_ep,
29 int8_t rssi,
30 uint32_t delay,
31 const uint8_t * data,
32 size_t len);
33
34void Wireshark_init(void);
35
36#endif // WIRESHARK_H
void Wireshark_init(void)
void Wireshark_print(uint32_t src, uint32_t dest, uint8_t qos, uint8_t src_ep, uint8_t dst_ep, int8_t rssi, uint32_t delay, const uint8_t *data, size_t len)