aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-06contrib: Really add the config files, move them to contrib0.0.4Holger Hans Peter Freyther5-2/+38
2012-11-06debian: Update the package buildingHolger Hans Peter Freyther3-1/+16
2012-11-06build: Allow to set the PCAP_CFLAGS and PCAP_LIBS externallyHolger Hans Peter Freyther1-6/+18
2012-11-06build: Properly link and package the example configurations0.0.3Holger Hans Peter Freyther2-3/+3
2012-11-06misc: Fix the version determination of git-version-genHolger Hans Peter Freyther1-1/+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-12-26contrib: Use explicit globs and regexpsDaniel Willmann1-4/+6
2011-09-24cron: Deal with '-' in the name of a client.Holger Hans Peter Freyther1-1/+1
2011-08-18Clean by age as well as by amount of files in osmo_pcap_clean_oldDaniel Willmann1-11/+42
2011-07-26Fix bug where the cleanup script kept the oldest filesDaniel Willmann1-1/+1
2011-07-19smatch: Check the client->device variableHolger Hans Peter Freyther1-1/+1
2011-07-19misc: Remove process.h include, osmo_daemonize is in application.h nowHolger Hans Peter Freyther1-1/+0
2011-07-19contrib: Add a script to clean up in regular intervalsDaniel Willmann4-1/+50
2011-07-19Catch up with API change in osmo_sock_initDaniel Willmann3-3/+3
2011-07-19server: Register signal handler to reopen logfiles on SIGHUPDaniel Willmann3-0/+26
2011-07-19server: Fix memory leak and error handling in restart_pcapDaniel Willmann1-1/+8
2011-06-10server: Allow the group to read the files tooHolger Hans Peter Freyther1-1/+1
2011-06-10server: Make the maximum file size configurableHolger Hans Peter Freyther1-0/+12
2011-06-03TODO: Add a todo list... with bite size chunks0.0.2Holger Hans Peter Freyther1-0/+20
2011-06-02osmo-pcap-server: Read the header in pieces too...Holger Hans Peter Freyther1-9/+22
2011-06-01osmo-pcap-server: Try to read the the data with a simple state machineHolger Hans Peter Freyther2-22/+60
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther3-4/+5
2011-06-01osmo-server-network: Print the size of the packet.Holger Hans Peter Freyther1-1/+2
2011-06-01osmo-client-core: Use the >= 0 handling.Holger Hans Peter Freyther1-1/+1
2011-06-01osmo-pcap-server: Indent the port properlyHolger Hans Peter Freyther1-1/+1
2011-06-01osmo-pcap-server: Just check for >= 0 to find a valid fdHolger Hans Peter Freyther1-2/+2
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
2011-05-31osmo-pcap-server: Work on the generic VTY interface for the serverHolger Hans Peter Freyther4-0/+151
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
2011-05-31osmo-pcap-client: Work on the client code, be able to open the deviceHolger Hans Peter Freyther5-2/+210
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
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