Release v0.3.0 on 2022-01-13.
  1. b9be676 server: Add vty command file-permission-mask by Pau Espin Pedrol · 2 years, 5 months ago
  2. 30bc188 Explicitly depend on required libosmogb by Pau Espin Pedrol · 2 years, 7 months ago
  3. ef92a53 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years ago
  4. 8b73a2a vty: call telnet_init_dynif() after config file is read by Harald Welte · 3 years, 1 month ago
  5. dd1389c use telnet_init_dynif() to allow VTY bind to non-loopack address by Harald Welte · 3 years, 1 month ago
  6. 9148d49 client: Ensure the "file" header is sent on connect by Harald Welte · 3 years, 1 month ago
  7. 831494e use osmo_wqueue_enqueue_quiet() as we log anyway by Harald Welte · 3 years, 1 month ago
  8. 8a11964 update copyright statement; Holger worked on it until 2017 by Harald Welte · 3 years, 2 months ago
  9. b0b2a2d add "--version" to osmo-pcap-client and -server by Harald Welte · 3 years, 2 months ago
  10. ff3f4b3 vty_{client,server}_init(): remove unused argument by Vadim Yanitskiy · 3 years, 2 months ago
  11. d59783e vty: register commands for talloc context introspection by Vadim Yanitskiy · 3 years, 2 months ago
  12. 52f06fd manuals: generate VTY reference for osmo-pcap-{client,server} by Joachim Steiger · 3 years, 2 months ago
  13. 611fd19 vty: Add space after prompt, as customary by Harald Welte · 3 years, 2 months ago
  14. 716a4db main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  15. 5899cb4 Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 8 months ago
  16. a960014 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  17. 20c6ba5 Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 8 months ago
  18. 210ed93 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  19. 407f7f9 Fix compiler warning about deprecated _BSD_SOURCE by Harald Welte · 5 years ago
  20. a82aaef server: Add pcap snaplen VTY cmd by Pau Espin Pedrol · 6 years ago
  21. 868a501 server: Improve verification of messages from client by Pau Espin Pedrol · 6 years ago
  22. b799344 client_send_link: snaplen not needed during allocation by Pau Espin Pedrol · 6 years ago
  23. f946fa2 client: Add pcap snaplen VTY cmd by Pau Espin Pedrol · 6 years ago
  24. 168949e client: Set snaplen to MAXIMUM_SNAPLEN by Pau Espin Pedrol · 6 years ago
  25. f10c578 Replace '.' in counter names with ':' by Pau Espin Pedrol · 6 years ago
  26. d475673 osmo_client_send_data: Fix wrong log format by Pau Espin Pedrol · 6 years ago
  27. dc27ca8 Drop osmo_init_logging and use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  28. 5f3c30c server: Properly name main talloc ctx by Pau Espin Pedrol · 6 years ago
  29. 2828690 client: Properly name main talloc ctx by Pau Espin Pedrol · 6 years ago
  30. 6e9bf9a vty: skip installing cmds now always installed by default by Pau Espin Pedrol · 6 years ago
  31. 3dfdbc2 cosmetic: client: rename forward_packet function by Pau Espin Pedrol · 6 years ago
  32. f335e37 Add support for generating IPIP to osmo-pcap-client by Harald Welte · 7 years ago
  33. 5f071cd client: Move to osmo_sock_init2_ofd() by Harald Welte · 7 years ago
  34. f266924 Use libosmocore osmo_sock_init2() instead of local implementation by Harald Welte · 7 years ago
  35. 2fe9cb9 Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} by Harald Welte · 7 years ago
  36. 2aea870 Use TCP port numbers for VTY that don't overlap with other Osmocom Software by Harald Welte · 7 years ago
  37. 604e071 sock_src_init(): Don't freeaddrinfo() undefined src_result by Harald Welte · 7 years ago
  38. 40c1e85 client: Allow to bind to a specific source_ip by Holger Hans Peter Freyther · 7 years ago
  39. 36a183f client: Tolerate an invalid pcap_handle by Holger Hans Peter Freyther · 8 years ago
  40. 9294c40 client: disconnect before connecting the connection by Holger Hans Peter Freyther · 8 years ago
  41. 0a94e57 client: Allow to stop and remove a connection by Holger Hans Peter Freyther · 8 years ago
  42. d7ab53d client: Do not connect default connection if no ip/port present by Holger Hans Peter Freyther · 8 years ago
  43. 1448f50 client: Allow to configure and connect multiple servers by Holger Hans Peter Freyther · 8 years ago
  44. 956c3fa client: Enable a non-blocking connect to the PCAP server by Holger Hans Peter Freyther · 8 years ago
  45. e3d7c3e client: Prepare to work with a list of servers by Holger Hans Peter Freyther · 8 years ago
  46. bdda28b client: Finish renaming client to conn in other places of the code by Holger Hans Peter Freyther · 8 years ago
  47. 13f397c client: Prepare to have multiple server connections by Holger Hans Peter Freyther · 8 years ago
  48. cf29fd7 server: Add vty interface for the TLS configuration by Holger Hans Peter Freyther · 8 years ago
  49. ff3314e server: Allow to enable tls for the pcap server by Holger Hans Peter Freyther · 8 years ago
  50. 9ea4da4 server: Introduce tls mode for the server by Holger Hans Peter Freyther · 8 years ago
  51. 064d224 server: Re-factor the read dispatch and connection close by Holger Hans Peter Freyther · 8 years ago
  52. 1bec9d5 server: Add API function to close a connection by Holger Hans Peter Freyther · 8 years ago
  53. 098850d server: Move to a write_queue for the conn socket by Holger Hans Peter Freyther · 8 years ago
  54. 6413e76 server: Update copyright after zmq changes by Holger Hans Peter Freyther · 8 years ago
  55. c266796 client: Initial support for TLS in the client by Holger Hans Peter Freyther · 8 years ago
  56. c1c1943 client: Add API function to close and re-connect network connection by Holger Hans Peter Freyther · 8 years ago
  57. fa5572e client: Use pcap_stats and export them as statistics by Holger Hans Peter Freyther · 8 years ago
  58. 99526a6 server: Add global and per client counters and begin to count by Holger Hans Peter Freyther · 8 years ago
  59. c3455dc client: Additional counters for the statistics by Holger Hans Peter Freyther · 8 years ago
  60. f416463 client: First round of statistics in the pcap client by Holger Hans Peter Freyther · 8 years ago
  61. 918be51 server: Fail if the telnet interface can not be bound by Holger Hans Peter Freyther · 8 years ago
  62. 86282d6 client: Fail to start if it can't bind the telnet interface by Holger Hans Peter Freyther · 8 years ago
  63. 6e938ed stats: Initialize the stats(d) backend in the client/server by Holger Hans Peter Freyther · 8 years ago
  64. f8ff41e misc: Address compiler warning about deprecated header by Holger Hans Peter Freyther · 8 years ago
  65. df92652 vty: Fix compiler warning about type changes by Holger Hans Peter Freyther · 8 years ago
  66. e024869 server: Add zmq based event and data interface to the server by Holger Hans Peter Freyther · 8 years ago
  67. ad29ce6 server: Add zmq interface for publishing events by Holger Hans Peter Freyther · 8 years ago
  68. 2899428 server: Add a config knob to not store the pcap stream by Holger Hans Peter Freyther · 8 years ago
  69. ddc698f freebsd: Another fix for the next file by Holger Hans Peter Freyther · 8 years ago
  70. 072b183 freebsd: Include netinet/in.h and hopefully fix the build by Holger Hans Peter Freyther · 8 years ago
  71. 66b80cc client: Deal with external representation for pcap files by Holger Hans Peter Freyther · 9 years ago
  72. 42421c4 client: Allow receiving jumbo frames on the client as well by Holger Hans Peter Freyther · 9 years ago
  73. ff1a5dc server: Deal with jumbo frames on the wire by Holger Hans Peter Freyther · 9 years ago
  74. 26327bd server: Fix the language and refer to the received data length by Holger Hans Peter Freyther · 9 years ago
  75. 74f89c6 gprs: Do not collect BVC FLOW CONTROL / ACK messages by Holger Hans Peter Freyther · 9 years ago
  76. ae5ec91 gprs: Remove left over for counting llc frames by Holger Hans Peter Freyther · 9 years ago 0.0.5 0.0.6
  77. b7a834b gprs: Add a custom GPRS filter by Holger Hans Peter Freyther · 9 years ago
  78. 07d96eb build: Replace deprecated INCLUDES with AM_CPPFLAGS by Sylvain Munaut · 9 years ago
  79. fc3a427 build: Properly link and package the example configurations by Holger Hans Peter Freyther · 12 years ago 0.0.3
  80. b4fc89b smatch: Check the client->device variable by Holger Hans Peter Freyther · 13 years ago
  81. cae1b7c misc: Remove process.h include, osmo_daemonize is in application.h now by Holger Hans Peter Freyther · 13 years ago
  82. b000368 Catch up with API change in osmo_sock_init by Daniel Willmann · 13 years ago
  83. c7401c6 server: Register signal handler to reopen logfiles on SIGHUP by Daniel Willmann · 13 years ago
  84. de77386 server: Fix memory leak and error handling in restart_pcap by Daniel Willmann · 13 years ago
  85. f60990e server: Allow the group to read the files too by Holger Hans Peter Freyther · 13 years ago
  86. dea9e8b server: Make the maximum file size configurable by Holger Hans Peter Freyther · 13 years ago
  87. 91eaae3 osmo-pcap-server: Read the header in pieces too... by Holger Hans Peter Freyther · 13 years ago
  88. 39d904f osmo-pcap-server: Try to read the the data with a simple state machine by Holger Hans Peter Freyther · 13 years ago
  89. 9df7dc5 wireformat: Send the length in the network order.. by Holger Hans Peter Freyther · 13 years ago
  90. 59bfb58 osmo-server-network: Print the size of the packet. by Holger Hans Peter Freyther · 13 years ago
  91. b1f5d5e osmo-client-core: Use the >= 0 handling. by Holger Hans Peter Freyther · 13 years ago
  92. afcc2ae osmo-pcap-server: Indent the port properly by Holger Hans Peter Freyther · 13 years ago
  93. 54ff0b1 osmo-pcap-server: Just check for >= 0 to find a valid fd by Holger Hans Peter Freyther · 13 years ago
  94. dc3d1dc osmo-pcap-server: Initialize local_fd with -1 otherwise by Holger Hans Peter Freyther · 13 years ago
  95. e6acfea osmo-pcap-server: Deal with systems not providing these macros by Holger Hans Peter Freyther · 13 years ago
  96. 0391b0a osmo-client-core: Work with older pcap libraries by Holger Hans Peter Freyther · 13 years ago
  97. 7309a90 osmo-pcap-server: Write the pcap files to disk, roll them over by Holger Hans Peter Freyther · 13 years ago 0.0.1
  98. 88c07f2 osmo-pcap-server: Prepare a file limit, initialize the base path by Holger Hans Peter Freyther · 13 years ago
  99. 80b8b60 osmo-pcap-server: Accept the client connection from a given host by Holger Hans Peter Freyther · 13 years ago
  100. 9f6127f osmo-pcap-server: Work on the generic VTY interface for the server by Holger Hans Peter Freyther · 13 years ago