aboutsummaryrefslogtreecommitdiff
path: root/udppacket.go
AgeCommit message (Collapse)Author
2022-08-16all: use fixed []byte for consuming UDP packetShulhan
Instead of using struct UDPPacket to read UDP packet from HAproxy log, simplify it by using fixed, reusable size of []byte directly.
2022-08-14all: update the go.modShulhan
Set the minimum Go to 1.18 and update the share modules. When this program written, the ini library does not have the Unmarshal function, so we load the configuration by reading each key and parse it manually. Now that we have Unmarshal function, the way we parse the configuration is simplified so does the way configuration written. This changes the accept_backend, capture_request_header written. Instead of using comma to set multiple values, now it must be written one key and one value on different line.
2018-11-30all: fix warning from linterShulhan
2018-04-01haminer: Library and program to parse and forward HAProxy logsShulhan