osmo-pcap/src
Harald Welte f335e37ed5 Add support for generating IPIP to osmo-pcap-client
This allows the user to change the configuration between either using

a) the classic OsmoPCAP protocol (over TCP with or without TLS)
   which is used when you want to talk to an osmo-pcap-server

b) the (new) IPIP encapsulation, which will simply take the IP
   packet (without Ethernet or pcap header) and transmit it inside IPIP
   to the specified server IP address.  This is useful for gettin
   real-time streaming into wireshark.

Change-Id: I8056fc163ac2f15adcb964d867dd5e51df4e4710
2018-02-09 12:07:50 +01:00
..
Makefile.am Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} 2017-07-21 15:21:01 +02:00
osmo_client_core.c client: Allow to stop and remove a connection 2016-11-09 01:04:04 +01:00
osmo_client_main.c Use TCP port numbers for VTY that don't overlap with other Osmocom Software 2017-07-21 15:18:02 +02:00
osmo_client_network.c Add support for generating IPIP to osmo-pcap-client 2018-02-09 12:07:50 +01:00
osmo_client_vty.c Add support for generating IPIP to osmo-pcap-client 2018-02-09 12:07:50 +01:00
osmo_common.c client: Allow to configure and connect multiple servers 2016-11-09 01:04:04 +01:00
osmo_server_main.c Use TCP port numbers for VTY that don't overlap with other Osmocom Software 2017-07-21 15:18:02 +02:00
osmo_server_network.c server: Add vty interface for the TLS configuration 2016-09-08 16:17:02 +02:00
osmo_server_vty.c server: Add vty interface for the TLS configuration 2016-09-08 16:17:02 +02:00
osmo_tls.c client: Finish renaming client to conn in other places of the code 2016-11-09 00:20:29 +01:00