aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31osmo-pcap-client: Set the filter string on the pcap device..Holger Hans Peter Freyther1-2/+11
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 Freyther1-0/+108
Add vty code to allow changing the device, this will just attempt to open and close the device. Nothing else is done.
2011-05-31osmo_pcap_client: Start with the framework for the pcap clientHolger Hans Peter Freyther1-0/+23
This is just the normal skeleton for the osmocom code.