1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/format/pcap
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
..
testdata fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
pcap.go decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
pcapng.go decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
shared.go tcp: Split into client/server structs and add skipped_bytes and has_start/end per direction 2022-05-06 16:52:18 +02:00