1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 11:16:09 +03:00
fq/format/inet
Mattias Wadman 1ddea1ada3 interp,format: Refactor registry usage and use function helpers
Move registry to interp and add support for functions and filesystems.
This will be used later for allow formats to add own functions and fq code.

Add gojqextra function helpers to have more comfortable API to add functions.
Takes care of argument type casting and JQValue:s and some more things.

Refactor interp package to use new function helper and registry. Probably
fixes a bunch of JQValue bugs and other type errors.

Refactor out some mpeg nal things to mpeg format.

Refactor interp jq code into display.q and init.jq.

Remove undocumented aes_ctr funciton, was a test. Hopefully will add more crypto things laster.
2022-07-16 19:24:13 +02:00
..
flowsdecoder tcp: Split into client/server structs and add skipped_bytes and has_start/end per direction 2022-05-06 16:52:18 +02:00
testdata fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
bsd_loopback_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
ether8023_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
icmp.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
icmpv6.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
ipv4_packet.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
ipv6_packet.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
sll2_packet.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
sll_packet.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
tcp_segment.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
udp_datagram.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00