1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 04:10:01 +03:00
fq/format/inet
Mattias Wadman 9b81d4d3ab decode: More type safe API and split scalar into multiple types
Preparation to make decoder use less memory and API more type safe.
Now each scalar type has it's own struct type so it can store different
things and enables to have a scalar interface.
Also own types will enable experimenting with decode DLS designs like
using chained methods that are type aware.
2022-12-14 16:23:58 +01:00
..
flowsdecoder gopacket: Switch/update to new fork, remove SLL2 hack 2022-08-20 01:25:03 +02:00
testdata interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
bsd_loopback_frame.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ether8023_frame.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
icmp.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
icmpv6.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ipv4_packet.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ipv6_packet.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
sll2_packet.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
sll_packet.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
tcp_segment.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
udp_datagram.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00