aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol2-4/+4
2019-01-26Fix compiler warning about deprecated _BSD_SOURCEHarald Welte1-1/+1
2018-10-08server: Add pcap snaplen VTY cmdPau Espin Pedrol3-5/+22
2018-10-08server: Improve verification of messages from clientPau Espin Pedrol1-7/+37
2018-10-08client_send_link: snaplen not needed during allocationPau Espin Pedrol1-1/+1
2018-10-08client: Add pcap snaplen VTY cmdPau Espin Pedrol4-10/+37
2018-10-08client: Set snaplen to MAXIMUM_SNAPLENPau Espin Pedrol1-2/+1
2018-10-08Replace '.' in counter names with ':'Pau Espin Pedrol3-23/+23
2018-10-08osmo_client_send_data: Fix wrong log formatPau Espin Pedrol1-1/+1
2018-10-08Drop osmo_init_logging and use osmo_init_logging2Pau Espin Pedrol2-2/+2
2018-10-08server: Properly name main talloc ctxPau Espin Pedrol1-9/+9
2018-10-08client: Properly name main talloc ctxPau Espin Pedrol1-9/+9
2018-10-08vty: skip installing cmds now always installed by defaultPau Espin Pedrol2-3/+0
2018-10-08cosmetic: client: rename forward_packet functionPau Espin Pedrol1-2/+2
2018-02-09Add support for generating IPIP to osmo-pcap-clientHarald Welte2-20/+118
2017-07-21client: Move to osmo_sock_init2_ofd()Harald Welte1-12/+3
2017-07-21Use libosmocore osmo_sock_init2() instead of local implementationHarald Welte1-134/+2
2017-07-21Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server}Harald Welte1-1/+1
2017-07-21Use TCP port numbers for VTY that don't overlap with other Osmocom SoftwareHarald Welte2-2/+2
2017-07-21sock_src_init(): Don't freeaddrinfo() undefined src_resultHarald Welte1-1/+2
2017-01-17client: Allow to bind to a specific source_ipHolger Hans Peter Freyther2-1/+155
2016-11-09client: Tolerate an invalid pcap_handleHolger Hans Peter Freyther1-0/+6
2016-11-09client: disconnect before connecting the connectionHolger Hans Peter Freyther1-0/+2
2016-11-09client: Allow to stop and remove a connectionHolger Hans Peter Freyther3-8/+64
2016-11-09client: Do not connect default connection if no ip/port presentHolger Hans Peter Freyther1-1/+2
2016-11-09client: Allow to configure and connect multiple serversHolger Hans Peter Freyther5-71/+230
2016-11-09client: Enable a non-blocking connect to the PCAP serverHolger Hans Peter Freyther1-18/+38
2016-11-09client: Prepare to work with a list of serversHolger Hans Peter Freyther2-0/+7
2016-11-09client: Finish renaming client to conn in other places of the codeHolger Hans Peter Freyther2-29/+29
2016-11-09client: Prepare to have multiple server connectionsHolger Hans Peter Freyther5-101/+103
2016-09-08server: Add vty interface for the TLS configurationHolger Hans Peter Freyther4-15/+369
2016-09-08server: Allow to enable tls for the pcap serverHolger Hans Peter Freyther1-10/+42
2016-09-08server: Introduce tls mode for the serverHolger Hans Peter Freyther4-7/+190
2016-09-08server: Re-factor the read dispatch and connection closeHolger Hans Peter Freyther1-28/+39
2016-09-08server: Add API function to close a connectionHolger Hans Peter Freyther1-0/+5
2016-09-08server: Move to a write_queue for the conn socketHolger Hans Peter Freyther1-12/+14
2016-09-08server: Update copyright after zmq changesHolger Hans Peter Freyther1-1/+1
2016-09-08client: Initial support for TLS in the clientHolger Hans Peter Freyther6-6/+592
2016-09-08client: Add API function to close and re-connect network connectionHolger Hans Peter Freyther1-0/+5
2016-08-19client: Use pcap_stats and export them as statisticsHolger Hans Peter Freyther2-0/+58
2016-08-19server: Add global and per client counters and begin to countHolger Hans Peter Freyther2-2/+95
2016-08-19client: Additional counters for the statisticsHolger Hans Peter Freyther3-2/+8
2016-08-18client: First round of statistics in the pcap clientHolger Hans Peter Freyther2-1/+32
2016-08-18server: Fail if the telnet interface can not be boundHolger Hans Peter Freyther1-2/+6
2016-08-18client: Fail to start if it can't bind the telnet interfaceHolger Hans Peter Freyther1-2/+6
2016-08-13stats: Initialize the stats(d) backend in the client/serverHolger Hans Peter Freyther2-0/+8
2016-08-13misc: Address compiler warning about deprecated headerHolger Hans Peter Freyther1-1/+0
2016-08-13vty: Fix compiler warning about type changesHolger Hans Peter Freyther1-1/+1
2016-08-05server: Add zmq based event and data interface to the serverHolger Hans Peter Freyther2-20/+101
2016-08-04server: Add zmq interface for publishing eventsHolger Hans Peter Freyther2-1/+93