Skip to content

can't parse pcaps where field is > 14 bits #1012

@cooperq

Description

@cooperq

Prerequisites

Bug Report Details

Rayhunter Version: 0.11.0

On pcaps from england we have a parsing issue:

thread 'main' (10919332) panicked at check/src/main.rs:163:22:
failed to write: Deku(InvalidParam("bit size of input is larger than bit requested size: 16 exceeds 14"))
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

This could be easily fixed by specifying that deku use 16 bits for this field instead of 14 but apparently gsmtap specifies 14 bits for this field so IDK what to do.

@wgreenberg probably understands this.

Metadata

Metadata

Labels

bugSomething isn't workingparsingissues related to parsing traffic

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions