17#ifndef INCLUDED_FOO_WIRESHARK_CONNECTOR_IMPL_H
18#define INCLUDED_FOO_WIRESHARK_CONNECTOR_IMPL_H
21#include <boost/cstdint.hpp>
28 uint8_t encoding_to_rate(uint64_t encoding);
29 void handle_pdu(pmt::pmt_t pdu);
39 gr_vector_const_void_star& input_items,
40 gr_vector_void_star& output_items );
Definition: wireshark_connector_impl.h:26
wireshark_connector_impl(LinkType type, bool debug)
int general_work(int noutput, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Definition: wireshark_connector.h:32
struct gr::foo::pcap_file_hdr __attribute__((packed))
LinkType
Definition: wireshark_connector.h:26
Definition: burst_tagger.h:27
Definition: wireshark_connector_impl.h:43
uint16_t version_major
Definition: wireshark_connector_impl.h:45
uint32_t snaplen
Definition: wireshark_connector_impl.h:49
uint32_t network
Definition: wireshark_connector_impl.h:50
int32_t thiszone
Definition: wireshark_connector_impl.h:47
uint32_t magic_number
Definition: wireshark_connector_impl.h:44
uint16_t version_minor
Definition: wireshark_connector_impl.h:46
uint32_t sigfigs
Definition: wireshark_connector_impl.h:48
Definition: wireshark_connector_impl.h:53
uint32_t ts_sec
Definition: wireshark_connector_impl.h:54
uint32_t incl_len
Definition: wireshark_connector_impl.h:56
uint32_t orig_len
Definition: wireshark_connector_impl.h:57
uint32_t ts_usec
Definition: wireshark_connector_impl.h:55
Definition: wireshark_connector_impl.h:60
uint8_t signal
Definition: wireshark_connector_impl.h:67
uint16_t hdr_length
Definition: wireshark_connector_impl.h:62
uint32_t channel
Definition: wireshark_connector_impl.h:66
uint8_t rate
Definition: wireshark_connector_impl.h:65
uint32_t bitmap
Definition: wireshark_connector_impl.h:63
uint8_t noise
Definition: wireshark_connector_impl.h:68
uint16_t version
Definition: wireshark_connector_impl.h:61
uint8_t flags
Definition: wireshark_connector_impl.h:64
uint8_t antenna
Definition: wireshark_connector_impl.h:69