Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DINetworkLogExtensions.cs38 CreateEthernetConfiguredWireshark(emulation, name); in CreateWiresharkForEthernet()
83 var result = CreateEthernetConfiguredWireshark(emulation, EthernetLogName); in LogEthernetTraffic()
152 return CreateEthernetConfiguredWireshark(emulation, hostName); in GetConfiguredWireshark()
188 private static Wireshark CreateEthernetConfiguredWireshark(Emulation emulation, string name) in CreateEthernetConfiguredWireshark() method in Antmicro.Renode.Plugins.WiresharkPlugin.INetworkLogExtensions