Skip to content

Commit 0fa4710

Browse files
committed
WIP: sqlite3: Add decoder
See sqlite3.{go,jq} for TODO Related to #27
1 parent 055b029 commit 0fa4710

22 files changed

+2161
-0
lines changed

format/all/all.fqtest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $ fq -n _registry.groups.probe
1717
"pcap",
1818
"pcapng",
1919
"png",
20+
"sqlite3",
2021
"tar",
2122
"tiff",
2223
"webp",

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import (
4040
_ "github.com/wader/fq/format/protobuf"
4141
_ "github.com/wader/fq/format/raw"
4242
_ "github.com/wader/fq/format/rtmp"
43+
_ "github.com/wader/fq/format/sqlite3"
4344
_ "github.com/wader/fq/format/tar"
4445
_ "github.com/wader/fq/format/text"
4546
_ "github.com/wader/fq/format/tiff"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const (
106106
RTMP = "rtmp"
107107
SLL_PACKET = "sll_packet"
108108
SLL2_PACKET = "sll2_packet"
109+
SQLITE3 = "sqlite3"
109110
TAR = "tar"
110111
TCP_SEGMENT = "tcp_segment"
111112
TIFF = "tiff"

0 commit comments

Comments
 (0)