Home
last modified time | relevance | path

Searched refs:DLT_IEEE802_11_RADIO (Results 1 – 25 of 3419) sorted by relevance

12345678910>>...137

/dports/misc/rump/buildrump.sh-b914579/src/sys/net80211/
H A Dieee80211_radiotap.h47 #ifndef DLT_IEEE802_11_RADIO
48 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */ macro
/dports/net/tcpflow/tcpflow-1.5.0/src/wifipcap/
H A Dieee802_11_radio.h53 #ifndef DLT_IEEE802_11_RADIO
54 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */ macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-dlt.h380 #ifndef DLT_IEEE802_11_RADIO
381 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */ macro
/dports/net/tcpdump/tcpdump-4.99.1/missing/
H A Ddlnames.c113 #ifdef DLT_IEEE802_11_RADIO
114 DLT_CHOICE(DLT_IEEE802_11_RADIO, "802.11 plus radio information header"),
/dports/net/tcpflow/tcpflow-1.5.0/src/
H A Ddatalink.cpp229 #ifndef DLT_IEEE802_11_RADIO
230 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus radiotap radio header */ macro
250 { dl_ieee802_11_radio, DLT_IEEE802_11_RADIO },
H A Ddatalink_wifi.cpp40 theWcap.handle_packet(&TFCB::theTFCB,DLT_IEEE802_11_RADIO,h,p); in dl_ieee802_11_radio()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Ddlt_names.h241 #ifndef DLT_IEEE802_11_RADIO
242 #define DLT_IEEE802_11_RADIO 127 macro
/dports/net/hostapd-devel/hostap-14ab4a816/wlantest/
H A Dreadpcap.c66 if (dlt != DLT_IEEE802_11_RADIO && dlt != DLT_PRISM_HEADER && in read_cap_file()
118 case DLT_IEEE802_11_RADIO: in read_cap_file()
H A Dwritepcap.c20 int linktype = wt->ethernet ? DLT_EN10MB : DLT_IEEE802_11_RADIO; in write_pcap_init()
323 case DLT_IEEE802_11_RADIO: in write_pcapng_write_read()
372 DLT_IEEE802_11_RADIO, &h, buf); in write_pcapng_captured()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wlantest/
H A Dreadpcap.c66 if (dlt != DLT_IEEE802_11_RADIO && dlt != DLT_PRISM_HEADER && in read_cap_file()
118 case DLT_IEEE802_11_RADIO: in read_cap_file()
H A Dwritepcap.c20 int linktype = wt->ethernet ? DLT_EN10MB : DLT_IEEE802_11_RADIO; in write_pcap_init()
323 case DLT_IEEE802_11_RADIO: in write_pcapng_write_read()
372 DLT_IEEE802_11_RADIO, &h, buf); in write_pcapng_captured()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dpacketsource_pcap.h108 #ifndef DLT_IEEE802_11_RADIO
109 #define DLT_IEEE802_11_RADIO 127 macro
/dports/net/scapy/scapy-2.4.5/scapy/arch/bpf/
H A Dconsts.py27 DLT_IEEE802_11_RADIO = 127 variable
H A Dsupersocket.py19 BPF_BUFFER_LENGTH, BIOCSDLT, DLT_IEEE802_11_RADIO
87 dlt_radiotap = struct.pack('I', DLT_IEEE802_11_RADIO)
/dports/net/libnids/libnids-1.24/src/
H A Dlibnids.c268 #ifdef DLT_IEEE802_11_RADIO in nids_pcap_handler()
269 case DLT_IEEE802_11_RADIO: in nids_pcap_handler()
610 #ifdef DLT_IEEE802_11_RADIO in nids_init()
611 case DLT_IEEE802_11_RADIO: in nids_init()
/dports/net/libusipp/libusipp-libusipp-2.25s/src/
H A Ddatalink.cc323 case DLT_IEEE802_11_RADIO: in init_device()
504 case DLT_IEEE802_11_RADIO: in sniffpack()
578 case DLT_IEEE802_11_RADIO: in get_frame()
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dprepare_pcap.c100 if (link == DLT_IEEE802_11_RADIO) {
170 || link == DLT_IEEE802_11_RADIO) {
/dports/net-mgmt/argus3/argus-3.0.8.2/include/argus/
H A Dieee802_11.h374 #ifndef DLT_IEEE802_11_RADIO
375 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */ macro
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/helper/
H A Dwifi-helper.h180DLT_IEEE802_11_RADIO = PcapHelper::DLT_IEEE802_11_RADIO /**< Include Radiotap link layer informat… enumerator
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-he-network.cc208 phy.SetPcapDataLinkType (WifiPhyHelper::DLT_IEEE802_11_RADIO); in main()
232 phy.SetPcapDataLinkType (WifiPhyHelper::DLT_IEEE802_11_RADIO); in main()
H A Dwifi-blockack.cc77 phy.SetPcapDataLinkType (WifiPhyHelper::DLT_IEEE802_11_RADIO); in main()
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/
H A Dppcap.py45 DLT_IEEE802_11_RADIO = 127 variable
55 DLT_IEEE802_11_RADIO: radiotap.Radiotap,
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint.c103 #ifdef DLT_IEEE802_11_RADIO
104 { ieee802_11_radio_if_print, DLT_IEEE802_11_RADIO },
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsfbpf_dlt.h309 #define DLT_IEEE802_11_RADIO 127 /* 802.11 plus radiotap radio header */ macro
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/click/examples/
H A Dnsclick-raw-wlan.cc78 wifiPhy.SetPcapDataLinkType (WifiPhyHelper::DLT_IEEE802_11_RADIO); in main()

12345678910>>...137