Home
last modified time | relevance | path

Searched refs:LogToWireshark (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DINetworkLogExtensions.cs41 …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()
[all …]
DWireshark.cs32 public void LogToWireshark(INetworkLog<INetworkInterface> reporter) in LogToWireshark() method in Antmicro.Renode.Plugins.WiresharkPlugin.Wireshark
43 public void LogToWireshark(INetworkLog<INetworkInterface> reporter, INetworkInterface iface) in LogToWireshark() method in Antmicro.Renode.Plugins.WiresharkPlugin.Wireshark