Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWireshark.cs21 public Wireshark(string sinkName, LinkLayer layer, string wiresharkPath) in Wireshark() argument
28 wiresharkSender = new WiresharkSender(wiresharkSinkName, (uint)layer, wiresharkPath); in Wireshark()
29 this.layer = layer; in Wireshark()
81 if(linkLayerToMedium[layer] == typeOfInterface) in IsConfiguredForMediumType()
226 if(linkLayerToMedium[layer] == typeof(BLEMedium)) in SendProcessedFrame()
263 private LinkLayer layer; field in Antmicro.Renode.Plugins.WiresharkPlugin.Wireshark
DINetworkLogExtensions.cs212 … private static Wireshark CreateWireshark(this Emulation emulation, string name, LinkLayer layer) in CreateWireshark() argument
218 result = new Wireshark(name, layer, wiresharkPath); in CreateWireshark()
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst1099 * various fixes in file handling layer
1653 * problem with halting cores in GDB support layer when hitting a breakpoint - GDB works in a proper…
1742 * integration layer for Verilator
1812 * several fixes and improvements in file backend storage layer
2027 * few other fixes in GDB integration layer
2071 * thin OpenOCD layer in GDB remote protocol support
2100 * API for UART-related keywords in Robot Framework integration layer