Skip to content

Commit b8dd58a

Browse files
committed
WIP: sqlite3: Add decoder
See sqlite3.{go,jq} for TODO Related to #27
1 parent 63b5828 commit b8dd58a

21 files changed

+2160
-0
lines changed

format/all/all.fqtest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $ fq -n _registry.groups.probe
2121
"pcap",
2222
"pcapng",
2323
"png",
24+
"sqlite3",
2425
"tar",
2526
"tiff",
2627
"tzif",

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import (
4646
_ "github.com/wader/fq/format/protobuf"
4747
_ "github.com/wader/fq/format/riff"
4848
_ "github.com/wader/fq/format/rtmp"
49+
_ "github.com/wader/fq/format/sqlite3"
4950
_ "github.com/wader/fq/format/tar"
5051
_ "github.com/wader/fq/format/text"
5152
_ "github.com/wader/fq/format/tiff"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const (
120120
RTMP = "rtmp"
121121
SLL_PACKET = "sll_packet"
122122
SLL2_PACKET = "sll2_packet"
123+
SQLITE3 = "sqlite3"
123124
TAR = "tar"
124125
TCP_SEGMENT = "tcp_segment"
125126
TIFF = "tiff"

0 commit comments

Comments
 (0)