Assaf Morami

Results 146 comments of Assaf Morami

Also Zesty, maybe? `E: The repository 'http://ppa.launchpad.net/g2p/storage/ubuntu zesty Release' does not have a Release file.`

Are these pcap or pcapng files? joincap only supports pcap file. On Mon, Oct 12, 2020, 15:08 Mathieu wrote: > Hi > when i run this command : > >...

If I'm not mistaken `a0d0d0a` is the magic number of `pcapng`. Try converting of of your input files to `pcap` using `editcap`. You can also verify that they're of type...

@Issif Thanks you for your support. This feature is a bit tricky, because [there aren't a lot of libraries that deal with pcapng in golang](https://github.com/search?l=Go&q=pcapng&type=Repositories), and those who do, do...

This will help - https://github.com/google/gopacket/pull/545

I need to think in what manner to use this. But I'll definitely use this.

https://github.com/assafmo/SQLiteQueryServer/commit/c7e49588a2759d5f2eb00dd68bdcdb5a5b15b3e2

Hi, any progress on `no_std`? :pray:

We @enigmampc need `no_std` in order to run WASM inside an SGX enclave. Currently, our only solution is to use https://github.com/paritytech/wasmi which is slower, has no built-in gas/metering support and...

We are using [CosmWasm](https://github.com/CosmWasm/cosmwasm), and I believe they are using `wasmer-singlepass-backend`. But because this doesn't support `no_std` we are working on replacing `wasmer` with `wasmi` inside of `CosmWasm`. If wasmer...