Skip to content
Success

Changes

Summary

  1. client: Introduce osmo_pcap_file to prepare support for pcapng (details)
Commit 075e617717ff6a1798f0b35598d03f8985c33e96 by Pau Espin Pedrol
client: Introduce osmo_pcap_file to prepare support for pcapng

This patch is a preparation patch refactoring code to make it easier to
add pcapng format in follow-up patch.

Different types of encodings are grouped in helper functions.

Change-Id: Ifd389a2a32897e101c62fd280ddca984d485d373
The file was modifiedsrc/osmo_client_core.c
The file was modifiedinclude/osmo-pcap/Makefile.am
The file was addedinclude/osmo-pcap/osmo_pcap_file.h
The file was addedsrc/osmo_pcap_file.c
The file was modifiedsrc/Makefile.am
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedsrc/osmo_client_network.c