1. 064d224 server: Re-factor the read dispatch and connection close by Holger Hans Peter Freyther · 8 years ago
  2. 1bec9d5 server: Add API function to close a connection by Holger Hans Peter Freyther · 8 years ago
  3. 098850d server: Move to a write_queue for the conn socket by Holger Hans Peter Freyther · 8 years ago
  4. 6413e76 server: Update copyright after zmq changes by Holger Hans Peter Freyther · 8 years ago
  5. c266796 client: Initial support for TLS in the client by Holger Hans Peter Freyther · 8 years ago
  6. c1c1943 client: Add API function to close and re-connect network connection by Holger Hans Peter Freyther · 8 years ago
  7. fa5572e client: Use pcap_stats and export them as statistics by Holger Hans Peter Freyther · 8 years ago
  8. 99526a6 server: Add global and per client counters and begin to count by Holger Hans Peter Freyther · 8 years ago
  9. c3455dc client: Additional counters for the statistics by Holger Hans Peter Freyther · 8 years ago
  10. f416463 client: First round of statistics in the pcap client by Holger Hans Peter Freyther · 8 years ago
  11. 918be51 server: Fail if the telnet interface can not be bound by Holger Hans Peter Freyther · 8 years ago
  12. 86282d6 client: Fail to start if it can't bind the telnet interface by Holger Hans Peter Freyther · 8 years ago
  13. 6e938ed stats: Initialize the stats(d) backend in the client/server by Holger Hans Peter Freyther · 8 years ago
  14. f8ff41e misc: Address compiler warning about deprecated header by Holger Hans Peter Freyther · 8 years ago
  15. df92652 vty: Fix compiler warning about type changes by Holger Hans Peter Freyther · 8 years ago
  16. e024869 server: Add zmq based event and data interface to the server by Holger Hans Peter Freyther · 8 years ago
  17. ad29ce6 server: Add zmq interface for publishing events by Holger Hans Peter Freyther · 8 years ago
  18. 2899428 server: Add a config knob to not store the pcap stream by Holger Hans Peter Freyther · 8 years ago
  19. ddc698f freebsd: Another fix for the next file by Holger Hans Peter Freyther · 8 years ago
  20. 072b183 freebsd: Include netinet/in.h and hopefully fix the build by Holger Hans Peter Freyther · 8 years ago
  21. 66b80cc client: Deal with external representation for pcap files by Holger Hans Peter Freyther · 9 years ago
  22. 42421c4 client: Allow receiving jumbo frames on the client as well by Holger Hans Peter Freyther · 9 years ago
  23. ff1a5dc server: Deal with jumbo frames on the wire by Holger Hans Peter Freyther · 9 years ago
  24. 26327bd server: Fix the language and refer to the received data length by Holger Hans Peter Freyther · 9 years ago
  25. 74f89c6 gprs: Do not collect BVC FLOW CONTROL / ACK messages by Holger Hans Peter Freyther · 9 years ago
  26. ae5ec91 gprs: Remove left over for counting llc frames by Holger Hans Peter Freyther · 9 years ago 0.0.5 0.0.6
  27. b7a834b gprs: Add a custom GPRS filter by Holger Hans Peter Freyther · 9 years ago
  28. 07d96eb build: Replace deprecated INCLUDES with AM_CPPFLAGS by Sylvain Munaut · 10 years ago
  29. fc3a427 build: Properly link and package the example configurations by Holger Hans Peter Freyther · 12 years ago 0.0.3
  30. b4fc89b smatch: Check the client->device variable by Holger Hans Peter Freyther · 13 years ago
  31. cae1b7c misc: Remove process.h include, osmo_daemonize is in application.h now by Holger Hans Peter Freyther · 13 years ago
  32. b000368 Catch up with API change in osmo_sock_init by Daniel Willmann · 13 years ago
  33. c7401c6 server: Register signal handler to reopen logfiles on SIGHUP by Daniel Willmann · 13 years ago
  34. de77386 server: Fix memory leak and error handling in restart_pcap by Daniel Willmann · 13 years ago
  35. f60990e server: Allow the group to read the files too by Holger Hans Peter Freyther · 13 years ago
  36. dea9e8b server: Make the maximum file size configurable by Holger Hans Peter Freyther · 13 years ago
  37. 91eaae3 osmo-pcap-server: Read the header in pieces too... by Holger Hans Peter Freyther · 13 years ago
  38. 39d904f osmo-pcap-server: Try to read the the data with a simple state machine by Holger Hans Peter Freyther · 13 years ago
  39. 9df7dc5 wireformat: Send the length in the network order.. by Holger Hans Peter Freyther · 13 years ago
  40. 59bfb58 osmo-server-network: Print the size of the packet. by Holger Hans Peter Freyther · 13 years ago
  41. b1f5d5e osmo-client-core: Use the >= 0 handling. by Holger Hans Peter Freyther · 13 years ago
  42. afcc2ae osmo-pcap-server: Indent the port properly by Holger Hans Peter Freyther · 13 years ago
  43. 54ff0b1 osmo-pcap-server: Just check for >= 0 to find a valid fd by Holger Hans Peter Freyther · 13 years ago
  44. dc3d1dc osmo-pcap-server: Initialize local_fd with -1 otherwise by Holger Hans Peter Freyther · 13 years ago
  45. e6acfea osmo-pcap-server: Deal with systems not providing these macros by Holger Hans Peter Freyther · 13 years ago
  46. 0391b0a osmo-client-core: Work with older pcap libraries by Holger Hans Peter Freyther · 13 years ago
  47. 7309a90 osmo-pcap-server: Write the pcap files to disk, roll them over by Holger Hans Peter Freyther · 13 years ago 0.0.1
  48. 88c07f2 osmo-pcap-server: Prepare a file limit, initialize the base path by Holger Hans Peter Freyther · 13 years ago
  49. 80b8b60 osmo-pcap-server: Accept the client connection from a given host by Holger Hans Peter Freyther · 13 years ago
  50. 9f6127f osmo-pcap-server: Work on the generic VTY interface for the server by Holger Hans Peter Freyther · 13 years ago
  51. 13619dd osmo-pcap-server: Start with the skeleton of the pcap server by Holger Hans Peter Freyther · 13 years ago
  52. 7728820 osmo-pcap-client: Connect to a server, send the data to it by Holger Hans Peter Freyther · 13 years ago
  53. cd2d3db osmo-pcap-client: Set the filter string on the pcap device.. by Holger Hans Peter Freyther · 13 years ago
  54. bac0c98 osmo-pcap-client: Do not print the strings if they are NULL by Holger Hans Peter Freyther · 13 years ago
  55. 3b9b38c osmo-pcap-client: Work on the client code, be able to open the device by Holger Hans Peter Freyther · 13 years ago
  56. 47169ba common: Add the default case, e.g. needed for the logging code by Holger Hans Peter Freyther · 13 years ago
  57. 530ecc0 osmo_pcap_client: Start with the framework for the pcap client by Holger Hans Peter Freyther · 13 years ago
  58. 430366a osmo-pcap: Create a dummy client. by Holger Hans Peter Freyther · 13 years ago