Skip to content
Success

Changes

Summary

  1. pcap-client: Decouple dev capture handling from client (details)
  2. pcap-client: Improve pcap_handle logging (details)
  3. pcap-client: Improve conn logging (details)
Commit 97e66e8469df3672b37499df85178eeb47669220 by Pau Espin Pedrol
pcap-client: Decouple dev capture handling from client

A new struct osmo_pcap_handle is introduced, and struct osmo_pcap_client
manages a list of it.
This is a first step towards supporting capturing from multiple
interfaces. VTY still enforces only 1 configured interface since further
work is required.

Related: SYS#5822
Change-Id: I02f33f11cbcb7ed5ff6475df9442741618178379
The file was modifiedsrc/osmo_client_vty.c
The file was modifiedsrc/osmo_client_core.c
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedsrc/osmo_client_network.c
The file was modifiedsrc/osmo_client_main.c
Commit db79bdafbbf64ce0f442509366e8c7f09de997c8 by Pau Espin Pedrol
pcap-client: Improve pcap_handle logging

Change-Id: I917091fa993e903493ede39cd7164a830716250f
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedsrc/osmo_client_core.c
Commit c583151755395e1b10bb742f283f7ede4127eb01 by Pau Espin Pedrol
pcap-client: Improve conn logging

Change-Id: I078557144a2604e343ed0b44f72035a4eda8a674
The file was modifiedsrc/osmo_client_network.c
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h