Lines Matching refs:LogToWireshark
41 …public static void LogToWireshark<T>(this Emulation emulation, INetworkLog<T> reporter, T iface) w…
43 …eporter as INetworkLog<INetworkInterface>, GetName(reporter, iface)).LogToWireshark(reporter as IN…
46 …public static void LogToWireshark(this Emulation emulation, INetworkLog<INetworkInterface> reporte… in LogToWireshark() method in Antmicro.Renode.Plugins.WiresharkPlugin.INetworkLogExtensions
48 GetConfiguredWireshark(emulation, reporter, GetName(reporter)).LogToWireshark(reporter); in LogToWireshark()
56 result.LogToWireshark((INetworkLog<INetworkInterface>)BLE); in LogBLETraffic()
71 result.LogToWireshark((INetworkLog<INetworkInterface>)IEEE802_15_4); in LogIEEE802_15_4Traffic()
86 result.LogToWireshark((INetworkLog<INetworkInterface>)ethernet); in LogEthernetTraffic()
101 result.LogToWireshark((INetworkLog<INetworkInterface>)hub); in LogCANTraffic()
121 IEEE802_15_4Result.LogToWireshark((IEEE802_15_4Medium)external); in AddExternal()
126 BLEResult.LogToWireshark((BLEMedium)external); in AddExternal()
131 ethernetResult.LogToWireshark((Switch)external); in AddExternal()
136 CANResult.LogToWireshark((CANHub)external); in AddExternal()