aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-01-17client: Allow to bind to a specific source_ipHolger Hans Peter Freyther1-0/+1
2016-11-09client: Allow to stop and remove a connectionHolger Hans Peter Freyther1-0/+3
2016-11-09client: Allow to configure and connect multiple serversHolger Hans Peter Freyther2-1/+7
2016-11-09client: Prepare to work with a list of serversHolger Hans Peter Freyther1-0/+4
2016-11-09client: Prepare to have multiple server connectionsHolger Hans Peter Freyther2-22/+29
2016-09-08server: Add vty interface for the TLS configurationHolger Hans Peter Freyther2-0/+12
2016-09-08server: Introduce tls mode for the serverHolger Hans Peter Freyther2-0/+25
2016-09-08server: Add API function to close a connectionHolger Hans Peter Freyther1-0/+1
2016-09-08server: Move to a write_queue for the conn socketHolger Hans Peter Freyther1-1/+2
2016-09-08client: Initial support for TLS in the clientHolger Hans Peter Freyther4-1/+83
2016-09-08client: Add API function to close and re-connect network connectionHolger Hans Peter Freyther1-0/+2
2016-08-19client: Use pcap_stats and export them as statisticsHolger Hans Peter Freyther1-0/+8
2016-08-19server: Add global and per client counters and begin to countHolger Hans Peter Freyther1-1/+26
2016-08-19client: Additional counters for the statisticsHolger Hans Peter Freyther1-0/+2
2016-08-18client: First round of statistics in the pcap clientHolger Hans Peter Freyther1-1/+14
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 Freyther1-0/+2
2016-08-04server: Add zmq interface for publishing eventsHolger Hans Peter Freyther1-0/+6
2016-08-04server: Add a config knob to not store the pcap streamHolger Hans Peter Freyther1-0/+1
2015-12-03client: Deal with external representation for pcap filesHolger Hans Peter Freyther1-0/+12
2015-12-03server: Deal with jumbo frames on the wireHolger Hans Peter Freyther1-1/+5
2015-09-10gprs: Add a custom GPRS filterHolger Hans Peter Freyther1-0/+1
2012-01-06dist: Attempt to fix the make distcheckHolger Hans Peter Freyther1-1/+1
2012-01-06dist: Attempt to fix the make distcheckHolger Hans Peter Freyther1-1/+1
2011-07-19server: Register signal handler to reopen logfiles on SIGHUPDaniel Willmann1-0/+2
2011-06-01osmo-pcap-server: Try to read the the data with a simple state machineHolger Hans Peter Freyther1-0/+10
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther1-2/+2
2011-06-01osmo-pcap-server: Prepare a file limit, initialize the base pathHolger Hans Peter Freyther1-0/+1
2011-05-31osmo-pcap-server: Accept the client connection from a given hostHolger Hans Peter Freyther1-0/+8
2011-05-31osmo-pcap-server: Work on the generic VTY interface for the serverHolger Hans Peter Freyther1-0/+3
2011-05-31osmo-pcap-server: Start with the skeleton of the pcap serverHolger Hans Peter Freyther1-0/+67
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther2-1/+56
2011-05-31osmo-pcap-client: Set the filter string on the pcap device..Holger Hans Peter Freyther1-1/+1
2011-05-31osmo-pcap-client: Work on the client code, be able to open the deviceHolger Hans Peter Freyther1-1/+15
2011-05-31osmo_pcap_client: Start with the framework for the pcap clientHolger Hans Peter Freyther3-1/+85
2011-05-31osmo-pcap: Create a dummy client.Holger Hans Peter Freyther2-0/+2