Class ReplayPcap

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class ReplayPcap
    extends Object
    implements org.apache.karaf.shell.api.action.Action
    • Field Detail

      • listenerName

        public String listenerName
      • parserName

        public String parserName
      • pcapFile

        public File pcapFile
      • packetCounterFrequency

        public int packetCounterFrequency
    • Constructor Detail

      • ReplayPcap

        public ReplayPcap()
    • Method Detail

      • execute

        public Object execute()
                       throws Exception
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        Exception