Skip to content
Success

Changes

Summary

  1. WIP: Support generation and storing of pcapng format (details)
Commit cc4b3cfee2b52c2f74d7d7cdf2c58957577aa84e by Pau Espin Pedrol
WIP: Support generation and storing of pcapng format

TODO:
* client: timestamp in EPB
* server: detect pcap vs pcapng using magic field in link_hdr
** server: Do size checks based on pcap/pcapng knowledge
** server: Change saved file suffix based on pcap/pcapng knowledge.

Change-Id: I3c80518a1e53a1f77e1aca8dfa83f683f9516ad6
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was modifiedsrc/osmo_client_vty.c
The file was modifiedsrc/osmo_client_core.c
The file was modifiedsrc/osmo_server_network.c
The file was modifiedsrc/Makefile.am
The file was modifiedsrc/osmo_client_network.c
The file was addedsrc/osmo_client_pcap.c