retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
94 stars 13 forks source link

Remove use of `bimap` #346

Closed atenart closed 3 months ago

atenart commented 8 months ago

Remove the bimap dependency in Retis and its use. It's used in a single place and could be replaced by two HashMap for example.

atenart commented 3 months ago

Was fixed in #386.