Searched refs:layer (Results 1 – 3 of 3) sorted by relevance
21 public Wireshark(string sinkName, LinkLayer layer, string wiresharkPath) in Wireshark() argument28 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
212 … private static Wireshark CreateWireshark(this Emulation emulation, string name, LinkLayer layer) in CreateWireshark() argument218 result = new Wireshark(name, layer, wiresharkPath); in CreateWireshark()
1099 * various fixes in file handling layer1653 * problem with halting cores in GDB support layer when hitting a breakpoint - GDB works in a proper…1742 * integration layer for Verilator1812 * several fixes and improvements in file backend storage layer2027 * few other fixes in GDB integration layer2071 * thin OpenOCD layer in GDB remote protocol support2100 * API for UART-related keywords in Robot Framework integration layer