aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/osmo_pcap_client.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-05pcap-client: Hacks to compile with an old libosmocorezecke/old-libosmocoreHolger Hans Peter Freyther1-6/+6
We are running a system where we do not want to upgrade libosmocore right now. Compile the osmo-pcap-client with a libosmocore from around January.
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther1-1/+10
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
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/+34
This is just the normal skeleton for the osmocom code.