Skip to content

Changes

#6859 (Feb 12, 2025, 2:05:06 PM)

  1. Bump version: 0.5.0.63-222b-dirty → 0.6.0 — Oliver Smith / detail

#6814 (Jan 22, 2025, 12:20:10 PM)

  1. server: Implement non-blocking write to pcap file with osmo_io — Pau Espin Pedrol / detail
  2. server: zero-copy msgb from tcp read to file write — Pau Espin Pedrol / detail

#6812 (Jan 21, 2025, 3:10:09 PM)

  1. server: Use osmo_stream_srv for non-tls read tcp sock — Pau Espin Pedrol / detail
  2. server: Introduce struct osmo_pcap_wr_file — Pau Espin Pedrol / detail

#6803 (Jan 18, 2025, 11:00:07 PM)

  1. server: Correct error check calling osmo_pcap_conn_process_data() — Pau Espin Pedrol / detail

#6797 (Jan 16, 2025, 2:55:09 PM)

  1. server: Move conn->file_hdr release to osmo_pcap_conn_close() — Pau Espin Pedrol / detail
  2. server: Add osmo_pcap_server_free() for completeness — Pau Espin Pedrol / detail
  3. server: Split buffer read from full msg handling — Pau Espin Pedrol / detail
  4. server: Log unable to figure out pcap vs pcapng — Pau Espin Pedrol / detail
  5. server: Limit rx buffer size to UINT16_MAX — Pau Espin Pedrol / detail
  6. server: Use osmo_stream_srv_link on tcp listen socket — Pau Espin Pedrol / detail

#6794 (Jan 15, 2025, 12:40:06 PM)

  1. server: Use osmo_sockaddr in remote_addr field — Pau Espin Pedrol / detail
  2. tests: Remove unneeded .o files after osmo-pcap-server network/core file — Pau Espin Pedrol / detail
  3. cosmetic: server: Fix formatting of return in main() — Pau Espin Pedrol / detail