aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-04server: Add a config knob to not store the pcap streamHolger Hans Peter Freyther2-6/+31
2016-05-03freebsd: Another fix for the next fileHolger Hans Peter Freyther1-0/+1
2016-05-03freebsd: Include netinet/in.h and hopefully fix the buildHolger Hans Peter Freyther1-0/+1
2015-12-03client: Deal with external representation for pcap filesHolger Hans Peter Freyther1-3/+6
2015-12-03client: Allow receiving jumbo frames on the client as wellHolger Hans Peter Freyther2-3/+10
2015-12-03server: Deal with jumbo frames on the wireHolger Hans Peter Freyther1-1/+1
2015-12-03server: Fix the language and refer to the received data lengthHolger Hans Peter Freyther1-1/+1
2015-11-19gprs: Do not collect BVC FLOW CONTROL / ACK messagesHolger Hans Peter Freyther1-0/+5
2015-09-10gprs: Remove left over for counting llc frames0.0.60.0.5Holger Hans Peter Freyther1-3/+0
2015-09-10gprs: Add a custom GPRS filterHolger Hans Peter Freyther3-1/+143
2014-12-22build: Replace deprecated INCLUDES with AM_CPPFLAGSSylvain Munaut1-1/+1
2012-11-06build: Properly link and package the example configurations0.0.3Holger Hans Peter Freyther1-2/+2
2011-07-19smatch: Check the client->device variableHolger Hans Peter Freyther1-1/+1
2011-07-19misc: Remove process.h include, osmo_daemonize is in application.h nowHolger Hans Peter Freyther1-1/+0
2011-07-19Catch up with API change in osmo_sock_initDaniel Willmann2-2/+2
2011-07-19server: Register signal handler to reopen logfiles on SIGHUPDaniel Willmann2-0/+24
2011-07-19server: Fix memory leak and error handling in restart_pcapDaniel Willmann1-1/+8
2011-06-10server: Allow the group to read the files tooHolger Hans Peter Freyther1-1/+1
2011-06-10server: Make the maximum file size configurableHolger Hans Peter Freyther1-0/+12
2011-06-02osmo-pcap-server: Read the header in pieces too...Holger Hans Peter Freyther1-9/+22
2011-06-01osmo-pcap-server: Try to read the the data with a simple state machineHolger Hans Peter Freyther1-22/+50
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther2-2/+3
2011-06-01osmo-server-network: Print the size of the packet.Holger Hans Peter Freyther1-1/+2
2011-06-01osmo-client-core: Use the >= 0 handling.Holger Hans Peter Freyther1-1/+1
2011-06-01osmo-pcap-server: Indent the port properlyHolger Hans Peter Freyther1-1/+1