クラスの使用
org.pcap4j.packet.Dot11VendorSpecificElement
-
Dot11VendorSpecificElementを使用しているパッケージ パッケージ 説明 org.pcap4j.packet -
-
org.pcap4j.packetでのDot11VendorSpecificElementの使用
Dot11VendorSpecificElementを返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 Dot11VendorSpecificElement
Dot11VendorSpecificElement.Builder. build()
static Dot11VendorSpecificElement
Dot11VendorSpecificElement. newInstance(byte[] rawData, int offset, int length)
A static factory method.Dot11VendorSpecificElement型の引数を持つ型を返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 List<Dot11VendorSpecificElement>
Dot11ProbeRequestPacket.Dot11ProbeRequestHeader. getVendorSpecificElements()
Dot11VendorSpecificElement型の型引数を持つorg.pcap4j.packetのメソッド・パラメータ 修飾子とタイプ メソッド 説明 Dot11ProbeRequestPacket.Builder
Dot11ProbeRequestPacket.Builder. vendorSpecificElements(List<Dot11VendorSpecificElement> vendorSpecificElements)
-