retis-org / retis

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

Remove use of `bimap` #346

Closed atenart closed 4 months ago

atenart commented 9 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 4 months ago

Was fixed in #386.