CapturePrinter expose Ethernet and IP printers

This commit is contained in:
Patricio Whittingslow
2026-06-17 16:42:38 -03:00
parent 5a674a4ad1
commit 059f761856
4 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ func init() {
}
func debugPacket(msg string, b []byte) {
_pcap.PrintPacket(msg, b)
_pcap.PrintEthernet(msg, b)
}