-
I’m parsing PCAP files...PCAP headers are little endian however Ethernet/IP/TCP and payload in most cases are big endian. Is it possible to switch endianness while parsing a given type in a typeset?
-
-
I'm seeing the following output on a PPC64 (big endian) Power9 workstation when building and testing the latest release, 18.1.7:
```
********************
********************
Failed Tests (16):
…
-
Hello,
How big would the effort be, to add byte swapping to load files with a different endianness?
-
**Issue Summary**:
Currently, the BinaryPrimitives.ReverseEndianness.cs file in the .NET runtime includes methods that utilize Vector128 and Vector256 for reversing endianness. However, there is no s…
-
It is my understanding that architecture endianness does not affect the ordering of arrays or the ordering of fields in structs.
My concern is that the following code ...
```csharp
…
-
big endian archs and testing systems are rare, so guess this is the best we have:
https://buildd.debian.org/status/package.php?p=borgbackup&suite=sid
powerpc and s390x are big endian.
-
### Zig Version
9ef16b3
### Steps to Reproduce and Observed Behavior
Run e.g. `zig test -target mips-linux-none test/behavior/union.zig --test-cmd qemu-mips --test-cmd-bin`.
```
error: 'b…
-
I should test the [`Argb` struct](https://github.com/msrd0/rlottie-rs/blob/main/src/lib.rs#L20) and [`Rgba` struct](https://github.com/msrd0/rlottie-rs/blob/main/lottie2gif/src/lib.rs#L16) on platform…
msrd0 updated
2 years ago
-
```
Hello,
the approach to develop an efficient implementation of protobuf is perfect.
I had a look at the tool and tried to understand the generated source.
At the moment it seems that only little e…