Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWireshark.cs113 foreach(var i in observedInterfaces) in DetachInterface()
153 if(observedInterfaces.ContainsKey(reporter)) in AddInterface()
155 if(!observedInterfaces[reporter].Contains(iface)) in AddInterface()
157 observedInterfaces[reporter].Add(iface); in AddInterface()
172 observedInterfaces.Add(reporter, new List<INetworkInterface>() { iface }); in AddInterface()
184 observedInterfaces.Clear(); in ClearLog()
195 … var observedCopy = new Dictionary<IExternal, List<INetworkInterface>>(observedInterfaces); in OnMachineRemoved()
203 observedInterfaces[external.Key].Remove(iface); in OnMachineRemoved()
207 if(observedInterfaces[external.Key].Count == 0) in OnMachineRemoved()
209 observedInterfaces.Remove(external.Key); in OnMachineRemoved()
[all …]