Skip to content
Success

Changes

Summary

  1. pcap-client: Decouple dev capture handling from client (details)
Commit 8f302791e58a2f512a98fc66ecf581f8f58178b5 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_core.c
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedsrc/osmo_client_main.c
The file was modifiedsrc/osmo_client_network.c
The file was modifiedsrc/osmo_client_vty.c