Class PcapChannelOption


  • public class PcapChannelOption
    extends Object
    • Field Detail

      • SUPPORT_VLANS

        public static final io.netty.channel.ChannelOption<Boolean> SUPPORT_VLANS
        Option to restrict the captures based on packet port.
      • PORT

        public static final io.netty.channel.ChannelOption<Integer> PORT
        Option to restrict the captures based on packet port.
      • PROTOCOL_ID

        public static final io.netty.channel.ChannelOption<Integer> PROTOCOL_ID
        Option to restrict the captures based on TCP protocol ids.
      • PACKET_HANDLER

        public static final io.netty.channel.ChannelOption<PacketHandler> PACKET_HANDLER
        Option for providing a PacketHandler, that intercepts the captured packets before passing the data into the channel.
    • Constructor Detail

      • PcapChannelOption

        public PcapChannelOption()