mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #1679] [CLOSED] [FEAT] Add module decoder_xds to lib_ccxr
#2392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1679
Author: @vatsalkeshav
Created: 3/26/2025
Status: ❌ Closed
Base:
master← Head:xds-migration📝 Commits (2)
4618772feat : added module decoder_xds in lib_ccxr9f03ab4some serious code refactoring📊 Changes
13 files changed (+1561 additions, -3 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_xds.c(+40 -0)📝
src/lib_ccx/ccx_decoders_xds.h(+1 -1)📝
src/rust/lib_ccxr/src/common/options.rs(+1 -0)➕
src/rust/lib_ccxr/src/decoder_xds/exit_codes.rs(+43 -0)➕
src/rust/lib_ccxr/src/decoder_xds/functions_xds.rs(+1083 -0)➕
src/rust/lib_ccxr/src/decoder_xds/mod.rs(+3 -0)➕
src/rust/lib_ccxr/src/decoder_xds/structs_xds.rs(+300 -0)📝
src/rust/lib_ccxr/src/lib.rs(+1 -0)📝
src/rust/lib_ccxr/src/time/timing.rs(+3 -1)📝
src/rust/lib_ccxr/src/time/units.rs(+3 -0)📝
src/rust/src/libccxr_exports/mod.rs(+1 -0)➕
src/rust/src/libccxr_exports/xds_exports.rs(+81 -0)📝
src/rust/wrapper.h(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR migrates
/src/lib_ccx/ccx_decoders_xds.cto rust.These changes have been made-
/src/rust/lib_ccxr/src/decoder_xds/functions_xds.rs/src/rust/lib_ccxr/src/decoder_xds/structs_xds.rssrc/rust/src/libccxr_exports/xds_exports.rs/src/lib_ccx/ccx_decoders_xds.c#[repr(C)]s in existing structsTo-do:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.