SomeIPParser

public class SomeIPParser

SomeIP Parser Class.

Methods

inputFromFile

public static void inputFromFile(String filename, EPRuntime cepRT)

Read a single File and send every Paket to the Esper Engine.

Parameters:
  • filename – .pcap file to read
  • cepRT – Esper Engine the parsed paket is sent to

inputFromInterface

public static void inputFromInterface(String interfaceI, EPRuntime cepRT)

Cpature from interface and send every Paket to the Esper Engine.

Parameters:
  • interfaceI – interface to capture from
  • cepRT – Esper Engine the parsed paket is sent to