aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09debian/control: Fix URLs for homepage, git, gitwebHarald Welte1-3/+3
2018-02-09Add support for generating IPIP to osmo-pcap-clientHarald Welte3-20/+124
2017-08-28Use release helper from libosmocoreMax2-0/+7
2017-08-22Add gitreview configMax1-0/+3
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 Welte5-7/+7
2017-07-21Use TCP port numbers for VTY that don't overlap with other Osmocom SoftwareHarald Welte4-4/+13
2017-07-21sock_src_init(): Don't freeaddrinfo() undefined src_resultHarald Welte1-1/+2
2017-03-07debian: Add -dbg packages for the osmo-pcap-client and osmo-pcap-server0.0.11Holger Hans Peter Freyther3-0/+15
2017-01-17debian: Make a new release with the new featureHolger Hans Peter Freyther1-0/+6
2017-01-17client: Allow to bind to a specific source_ipHolger Hans Peter Freyther3-1/+156
2016-11-09debian: Make a new release with the new features we gained0.0.10Holger Hans Peter Freyther2-1/+11
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 Freyther4-8/+67
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 Freyther7-72/+237
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 Freyther3-0/+11
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 Freyther7-123/+132
2016-09-08Merge branch 'feature/tls'Holger Hans Peter Freyther21-62/+1501
2016-09-08test: Add tls config file and enable tls a bitHolger Hans Peter Freyther3-2/+45
2016-09-08doc: Add initial documentation for the tls supportHolger Hans Peter Freyther1-0/+76
2016-09-08server: Add vty interface for the TLS configurationHolger Hans Peter Freyther6-15/+381
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 Freyther6-7/+215
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 Freyther2-0/+6
2016-09-08server: Move to a write_queue for the conn socketHolger Hans Peter Freyther2-13/+16
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 Freyther12-7/+678
2016-09-08client: Add API function to close and re-connect network connectionHolger Hans Peter Freyther2-0/+7
2016-09-08tls: Add initial ideas about TLS in the client/serverHolger Hans Peter Freyther1-0/+16
2016-09-08tests: Enable the vty tests for the osmo-pcap as wellHolger Hans Peter Freyther7-2/+114
2016-08-19client: Use pcap_stats and export them as statisticsHolger Hans Peter Freyther3-0/+66
2016-08-19server: Add global and per client counters and begin to countHolger Hans Peter Freyther3-3/+121
2016-08-19client: Additional counters for the statisticsHolger Hans Peter Freyther4-2/+10
2016-08-18client: First round of statistics in the pcap clientHolger Hans Peter Freyther3-2/+46
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 Freyther2-2/+2
2016-08-12misc: Update the todo with an obvious thing to doHolger Hans Peter Freyther1-0/+3
2016-08-06todo: With zeromq we can stream the data anywhere we wantHolger Hans Peter Freyther1-4/+0