Home
last modified time | relevance | path

Searched refs:strip_80211 (Results 1 – 3 of 3) sorted by path

/dports/security/sancp/sancp-1.6.1-stable/
H A Dbuild_acl.cc305 gVars.strip_80211 = ENABLED; in parse_args()
886 gVars.strip_80211 = ENABLED; in parse_default()
890 gVars.strip_80211 = DISABLED; in parse_default()
2211 if(gVars.strip_80211){ in print_acl()
2212 sprintf(LOG,"default strip-80211=%s\n",gVars.strip_80211?"enable":"disable"); in print_acl()
H A Dgvars.h87 u_int8_t daemon_mode:1, uselocaltime:1, strip_80211:1, pcap_raw:1, \ member
H A Dsancp.cc82 gVars.strip_80211=DISABLED; in main()
285 if( gVars.strip_80211 && (*(u_int16_t*)(pkt + 12 + gVars.pcap_shift)==ETHPROTO_8021Q)){ in ProcessMyPacket()