Lines Matching defs:emulation
21 public static void CreateWiresharkForBLE(this Emulation emulation, string name) in CreateWiresharkForBLE()
26 public static void CreateWiresharkForIEEE802_15_4(this Emulation emulation, string name) in CreateWiresharkForIEEE802_15_4()
31 public static void CreateWiresharkForCAN(this Emulation emulation, string name) in CreateWiresharkForCAN()
36 public static void CreateWiresharkForEthernet(this Emulation emulation, string name) in CreateWiresharkForEthernet()
46 …public static void LogToWireshark(this Emulation emulation, INetworkLog<INetworkInterface> reporte… in LogToWireshark()
51 public static void LogBLETraffic(this Emulation emulation) in LogBLETraffic()
66 public static void LogIEEE802_15_4Traffic(this Emulation emulation) in LogIEEE802_15_4Traffic()
81 public static void LogEthernetTraffic(this Emulation emulation) in LogEthernetTraffic()
96 public static void LogCANTraffic(this Emulation emulation) in LogCANTraffic()
140 …private static Wireshark GetConfiguredWireshark(Emulation emulation, INetworkLog<INetworkInterface… in GetConfiguredWireshark()
164 private static Wireshark CreateBLEConfiguredWireshark(Emulation emulation, string name) in CreateBLEConfiguredWireshark()
176 … private static Wireshark CreateIEEE802_15_4ConfiguredWireshark(Emulation emulation, string name) in CreateIEEE802_15_4ConfiguredWireshark()
188 private static Wireshark CreateEthernetConfiguredWireshark(Emulation emulation, string name) in CreateEthernetConfiguredWireshark()
200 private static Wireshark CreateCANConfiguredWireshark(Emulation emulation, string name) in CreateCANConfiguredWireshark()
212 … private static Wireshark CreateWireshark(this Emulation emulation, string name, LinkLayer layer) in CreateWireshark()