aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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