1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/format/inet
Mattias Wadman a6a97136b7 decode: Cleanup Try<f>/<f> pairs
Decode API design is that Try* returns error non-Try panics.
Also rename Must* as they should panic and introduce some new Try* functions
that were missing.
2022-06-30 12:13:46 +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 fq: Use go 1.18 2022-05-20 15:23:16 +02:00
ether8023_frame.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
icmp.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
icmpv6.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
ipv4_packet.go decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
ipv6_packet.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
sll2_packet.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
sll_packet.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
tcp_segment.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
udp_datagram.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00