1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00
Commit Graph

1768 Commits

Author SHA1 Message Date
Mattias Wadman
f3db2d53ef
Merge pull request #563 from wader/update-gojq
gojq: Update rebased fq fork
2023-01-31 17:54:07 +01:00
Mattias Wadman
0aa6e3e285 gojq: Update rebased fq fork
Upstream:
avoid nil panic
fix crash on assignment operators with multiple values
2023-01-31 17:40:06 +01:00
Mattias Wadman
4fdb661de0
Merge pull request #561 from wader/tcp-decode-options
tcp_segment: Decode standard options and rename maxseg to mss
2023-01-31 12:52:46 +01:00
Mattias Wadman
62e2cef5c2 tcp_segment: Decode standard options and rename maxseg to mss 2023-01-31 12:42:16 +01:00
Mattias Wadman
20464eb1fb
Merge pull request #560 from wader/readline-fix-delete-issue
readline: Update fq fork to fix draw issue when using del key
2023-01-29 15:16:09 +01:00
Mattias Wadman
55ef7a4b64 readline: Update fq fork to fix draw issue when using del key
Turrned out reading flag was no reset on del causing writes to be ignored
2023-01-29 14:57:58 +01:00
Mattias Wadman
a2c0a161fe
Merge pull request #559 from wader/tcp-flow-ignore-tcp-option-check
tcp: Ignore TCP option check for now as it seems unreliable in dumps
2023-01-28 21:03:48 +01:00
Mattias Wadman
1eb5e502af tcp: Ignore TCP option check for now as it seems unreliable in dumps
For example MSS can be to small in local dumps
2023-01-28 20:49:20 +01:00
Mattias Wadman
a2cdb3d6c9
Merge pull request #558 from wader/mp4-udta-with-no-length
mp4: udta: Handle box with value rest of box
2023-01-25 16:34:58 +01:00
Mattias Wadman
6340365841 mp4: udta: Handle box with value rest of box
Try distinguish by probing length field. Should probably be improved, what does ffmpeg do?

Regression from c3e3b3e90d #553
2023-01-25 16:24:28 +01:00
Mattias Wadman
0d1fdb5edf
Merge pull request #557 from wader/mp3-max-unknown-opt
mp3: Add max_unknown option to fail decode if too much unknown bits
2023-01-25 16:00:49 +01:00
Mattias Wadman
2d82c05f64 mp3: Add max_unknown option to fail decode if too much unknown bits
Hopefully help fix even more miss-detections
2023-01-25 15:27:31 +01:00
Mattias Wadman
1238734ea5
Merge pull request #556 from wader/flac-picture-type-mpeg-objec-type-desc-fix
flac_picture,mpeg: Fix trailing ")" typo in map sym and description
2023-01-25 14:38:11 +01:00
Mattias Wadman
b04a650bae flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
Mattias Wadman
d645e71008
Merge pull request #554 from wader/mp4-ftyp-qt-minor-desc
mp4: Decode qt minor verison as YYYY.MM description
2023-01-16 12:23:42 +01:00
Mattias Wadman
62f1f49fa2
Merge pull request #553 from wader/mp4-udta-without-meta
mp4: Decode udta metadata boxes without meta box
2023-01-16 12:13:55 +01:00
Mattias Wadman
f386a5158e mp4: Decode qt minor verison as YYYY.MM description 2023-01-16 12:13:19 +01:00
Mattias Wadman
c3e3b3e90d mp4: Decode udta metadata boxes without meta box 2023-01-16 12:03:53 +01:00
Mattias Wadman
c2795a7c2f
Merge pull request #552 from wader/mp4-tkhd-flags
mp4: Decode tkhd flags
2023-01-13 18:02:53 +01:00
Mattias Wadman
3555dc6721 mp4: Decode tkhd flags 2023-01-13 17:49:03 +01:00
Mattias Wadman
6e14baae62
Merge pull request #550 from wader/bump-docker-golang-1.19.5
Update docker-golang to 1.19.5 from 1.19.4
2023-01-11 17:27:14 +01:00
Mattias Wadman
4513b2815a
Merge pull request #551 from wader/bump-github-go-version-1.19.5
Update github-go-version to 1.19.5 from 1.19.4, 1.19.4, 1.19.4
2023-01-11 17:27:09 +01:00
bump
826d9a52b4 Update github-go-version to 1.19.5 from 1.19.4, 1.19.4, 1.19.4 2023-01-11 16:07:07 +00:00
bump
8702e1d151 Update docker-golang to 1.19.5 from 1.19.4 2023-01-11 16:07:03 +00:00
Mattias Wadman
0e48a7c609
Merge pull request #549 from wader/mp4-grouping_type-string
mp4: sgpd,sbgp: Change grouping_type to a string
2023-01-05 19:31:31 +01:00
Mattias Wadman
c49012dbca mp4: sgpd,sbgp: Change grouping_type to a string
Is defined as int32 but is a string in practive it seems
2023-01-05 19:18:48 +01:00
Mattias Wadman
e0f81df238
Merge pull request #548 from wader/bump-gomod-golang/text-0.6.0
Update gomod-golang/text to 0.6.0 from 0.5.0
2023-01-04 17:39:45 +01:00
bump
e8ecbf950a Update gomod-golang/text to 0.6.0 from 0.5.0
Source diff 0.5.0..0.6.0 https://github.com/golang/text/compare/v0.5.0..v0.6.0
2023-01-04 16:04:37 +00:00
Mattias Wadman
a9f5e15960
Merge pull request #547 from wader/more-proper-binary-format
interp: Wrap Binary in decodeValue to fix prompt issue with bits/byte…
2023-01-04 15:57:36 +01:00
Mattias Wadman
8b49b42fa3 interp: Wrap Binary in decodeValue to fix prompt issue with bits/bytes format 2023-01-04 15:30:05 +01:00
Mattias Wadman
162cb40d9f
Merge pull request #545 from wader/doc-decode-value-build-example
doc: Add _parent for decode values and clenaup doc a bit
2023-01-03 11:32:52 +01:00
Mattias Wadman
ca27e4266e doc: Add _parent for decode values and clenaup doc a bit 2023-01-03 11:21:09 +01:00
Mattias Wadman
d13790826d
Merge pull request #543 from wader/goreleaser-use-name-template-cleanup
goreleaser: Use name_template instead of deprecated archive replacements
2022-12-31 12:26:59 +01:00
Mattias Wadman
6e17de36ff goreleaser: Use name_template instead of deprecated archive replacements
Also some cleanup

https://goreleaser.com/deprecations/#archivesreplacements
2022-12-31 11:46:56 +01:00
Mattias Wadman
63b5828a8d
Merge pull request #537 from wader/release-0.2.0
fq: Release 0.2.0
2022-12-23 14:25:56 +01:00
Mattias Wadman
76e8504796 fq: Release 0.2.0 2022-12-23 14:15:15 +01:00
Mattias Wadman
3e767f8971
Merge pull request #540 from wader/string-functions-no-auto-binary
interp: Don't auto convert to binary for string functions, is just confusing
2022-12-22 21:37:39 +01:00
Mattias Wadman
6c229d7382 interp: Don't auto convert to binary for string functions, is just confusing
Instead use tobytes etc if binary matching is what is wanted
2022-12-22 12:13:23 +01:00
Mattias Wadman
fb16977391
Merge pull request #539 from wader/update-mods
mod: Update modules not tracked with bump
2022-12-21 19:51:45 +01:00
Mattias Wadman
acd22a1f69
Merge pull request #538 from wader/gojq-rebase3
gojq: Update rebased fq fork
2022-12-21 19:51:36 +01:00
Mattias Wadman
2f37cb5561 mod: Update modules not tracked with bump 2022-12-21 19:41:04 +01:00
Mattias Wadman
164e527b31 gojq: Update rebased fq fork 2022-12-21 19:38:20 +01:00
Mattias Wadman
4fb075f7e8
Merge pull request #535 from wader/snake_case
interp: Rename to/from<format> functions to to_/from_<format>
2022-12-21 18:17:24 +01:00
Mattias Wadman
e3ae1440c9 interp: Rename to/from<format> functions to to_/from_<format>
Feels less cluttered, easier to read and more consistent.

Still keep tovalue, tobytes etc that are more basic functions this
only renamed format related functions.
Also there is an exceptin for to/fromjson as it comes from jq.

Also fixes lots of spelling errors while reading thru.
2022-12-21 17:48:39 +01:00
Mattias Wadman
d3c172c456
Merge pull request #532 from wader/bplist-from_ns_keyed_archiver-jq-style
bplist: Harmonize ns_keyed_archive jq style a bit
2022-12-20 01:06:02 +01:00
Mattias Wadman
8f39ef6335 bplist: Harmonize ns_keyed_archive jq style a bit
Let root arg be a lambda so torepr can be done once
2022-12-20 00:56:19 +01:00
Mattias Wadman
6f354bb350
Merge pull request #527 from dgmcdona/apple_package
decode: add ns_keyed_archiver, restructure apple decoders into package
2022-12-19 22:47:29 +01:00
David McDonald
22064f50d6 doc: remake 2022-12-19 15:27:48 -06:00
David McDonald
129b4b7026 bplist: doc: update docs to reflect changes to ns_keyed_archiver 2022-12-19 15:24:57 -06:00
David McDonald
a9047c0278 bplist: updates from_ns_keyed_archiver to do automatic torepr based on format detection 2022-12-19 15:18:05 -06:00