Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(331): fix json conversion #366

Merged
merged 5 commits into from
Dec 28, 2021
Merged

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    15b727a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    348b3da View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Fixing type errors with high-precision pcaps

    > TypeError: 'EDecimal' object cannot be interpreted as an integer
    
    I wasn't getting those error before, I think it might be python 3.10 related.
    
    Flooring gets rid of the error. That information was lost anyway.
    obilodeau committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    07a8d92 View commit details
    Browse the repository at this point in the history
  2. Fixed many TLS decryption issues when src.ip == dst.ip

    Introduced an InetSocketAddress abstraction and adapted all code paths to it.
    obilodeau committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    b45d92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffbeb05 View commit details
    Browse the repository at this point in the history