aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01osmo-pcap-server: Initialize local_fd with -1 otherwiseHolger Hans Peter Freyther1-0/+1
2011-06-01osmo-pcap-server: Deal with systems not providing these macrosHolger Hans Peter Freyther1-1/+1
2011-06-01osmo-client-core: Work with older pcap librariesHolger Hans Peter Freyther1-0/+4
2011-06-01debian: Start packaging thingsHolger Hans Peter Freyther9-0/+217
2011-06-01osmo-pcap-server: Write the pcap files to disk, roll them over0.0.1Holger Hans Peter Freyther2-4/+119
2011-06-01osmo-pcap-server: Prepare a file limit, initialize the base pathHolger Hans Peter Freyther2-0/+3
2011-05-31osmo-pcap-server: Accept the client connection from a given hostHolger Hans Peter Freyther3-2/+122
We now read from a given system.
2011-05-31osmo-pcap-server: Work on the generic VTY interface for the serverHolger Hans Peter Freyther4-0/+151
Work on being able to configure clients that are allowed to connect to the server.
2011-05-31osmo-pcap-server: Start with the skeleton of the pcap serverHolger Hans Peter Freyther6-2/+343
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther6-3/+253
2011-05-31osmo-pcap-client: Set the filter string on the pcap device..Holger Hans Peter Freyther4-8/+94
2011-05-31osmo-pcap-client: Do not print the strings if they are NULLHolger Hans Peter Freyther1-8/+16
this makes glibc add the (null) for us, but we don't want that as we would attempt to compile a filter or open a device with that.
2011-05-31osmo-pcap-client: Work on the client code, be able to open the deviceHolger Hans Peter Freyther5-2/+210
Add vty code to allow changing the device, this will just attempt to open and close the device. Nothing else is done.
2011-05-31common: Add the default case, e.g. needed for the logging codeHolger Hans Peter Freyther1-1/+1
2011-05-31osmo_pcap_client: Start with the framework for the pcap clientHolger Hans Peter Freyther9-3/+370
This is just the normal skeleton for the osmocom code.
2011-05-31osmo-pcap: Create a dummy client.Holger Hans Peter Freyther6-0/+55
2011-05-31osmo-pcap: Start with the autoconf/automake skeleton for this projectHolger Hans Peter Freyther6-0/+890