Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
値が に等しい「エーテル型」のフィルタを設定したい0xe188。このフィルターの書き方
0xe188
私のフィルターは ですが"ether type 0xe188"、エラーでコンパイルされます:
"ether type 0xe188"
if(pcap_compile(fp, &fcode,"ether proto 0xe188", 1, NetMask) >= 0) pcap_setfilter(fp, &fcode);