byteflow – Telegram
byteflow
207 subscribers
46 photos
1 video
13 files
295 links
Master of none ( shitposting, some nets, foss, hardware, random links).
questions/hate @Unkledolan
Download Telegram
 local pktLib = require "packet"
local ffi = require "ffi"
local eth = require "proto.ethernet"
local ip = require "proto.ip4"

-- Checks if a UDP packet's payload begins with "EXAMPLE".
-- You can do arbitrary complex stuff here, e.g., attach a DPI library like nDPI.
return function(pkt)
local udpPkt = pktLib.getUdp4Packet(pkt)
if udpPkt.eth:getType() == eth.TYPE_IP
and udpPkt.ip4:getProtocol() == ip.PROTO_UDP then
local data = ffi.string(udpPkt.payload.uint8, #"EXAMPLE")
return data == "EXAMPLE"
end
return false
end
TDP до 300W и пакеты все обработали, и еду разогрели.
Немного кликбейта https://news.ycombinator.com/item?id=15222470
 Special kernel boot parameters, 100% CPU usage
This media is not supported in your browser
VIEW IN TELEGRAM