Searched refs:wiresharkPath (Results 1 – 3 of 3) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/ |
D | WiresharkSender.cs | 39 public WiresharkSender(string pipeName, uint pcapNetId, string wiresharkPath) in WiresharkSender() argument 43 this.wiresharkPath = wiresharkPath; in WiresharkSender() 78 … wiresharkProces.StartInfo = new ProcessStartInfo(wiresharkPath, $"-ni {GetPrefixedPipeName()} -k") in TryOpenWireshark() 210 private string wiresharkPath; field in Antmicro.Renode.Plugins.WiresharkPlugin.WiresharkSender
|
D | INetworkLogExtensions.cs | 215 …var wiresharkPath = ConfigurationManager.Instance.Get("wireshark", "wireshark-path", WiresharkPath… in CreateWireshark() 216 if(File.Exists(wiresharkPath)) in CreateWireshark() 218 result = new Wireshark(name, layer, wiresharkPath); in CreateWireshark()
|
D | Wireshark.cs | 21 public Wireshark(string sinkName, LinkLayer layer, string wiresharkPath) in Wireshark() argument 28 wiresharkSender = new WiresharkSender(wiresharkSinkName, (uint)layer, wiresharkPath); in Wireshark()
|