📄 radiotapencap.hh
字号:
#ifndef CLICK_RADIOTAPENCAP_HH#define CLICK_RADIOTAPENCAP_HH#include <click/element.hh>#include <clicknet/ether.h>CLICK_DECLS/*=cRadiotapEncap()=s WifiPushes the click_wifi_radiotap header on a packet based on information in Packet::anno()=dCopies the wifi_radiotap_header from Packet::anno() and pushes it onto the packet.=a RadiotapDecap, SetTXRate*/class RadiotapEncap : public Element { public: RadiotapEncap(); ~RadiotapEncap(); const char *class_name() const { return "RadiotapEncap"; } const char *port_count() const { return PORTS_1_1; } const char *processing() const { return AGNOSTIC; } int configure(Vector<String> &, ErrorHandler *); bool can_live_reconfigure() const { return true; } Packet *simple_action(Packet *); void add_handlers(); bool _debug; private:};CLICK_ENDDECLS#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -