Changes
#6742 (Dec 24, 2024, 2:50:07 PM)
- pcap-server: remove unneeded check for null base_path — Pau Espin Pedrol / detail
- pcap-server: Resolve real path of pcap file before opening — Pau Espin Pedrol / detail
- pcap-server: Introduce VTY cmd '[no] completed-path' — Pau Espin Pedrol / detail
#6741 (Dec 24, 2024, 2:45:07 PM)
- pcap-client: Move stats to its own file — Pau Espin Pedrol / detail
- pcap-client,pcap-server: Use rate_ctr_inc2 and rate_ctr_add2 APIs — Pau Espin Pedrol / detail
- pcap-client: Add per iface counter group instance — Pau Espin Pedrol / detail
- pcap-client: Allow recording on several interfaces — Pau Espin Pedrol / detail
- pcap-server: Use osmo_talloc_replace_string() to replace base-path — Pau Espin Pedrol / detail
- pcap-server: Move struct osmo_pcap_server alloc to its own helper — Pau Espin Pedrol / detail
#6740 (Dec 24, 2024, 2:40:07 PM)
- pcap-client: Decouple dev capture handling from client — Pau Espin Pedrol / detail
- pcap-client: Improve pcap_handle logging — Pau Espin Pedrol / detail
- pcap-client: Improve conn logging — Pau Espin Pedrol / detail
#6739 (Dec 24, 2024, 1:40:05 PM)
- pcap-client: Add missing '_conn' in function names — Pau Espin Pedrol / detail
- pcap-client: Split wrapped ctr generic calculation to helper function — Pau Espin Pedrol / detail
#6738 (Dec 24, 2024, 1:15:07 PM)
- pcap-server: Avoid pcap time-based rotation if wall clock went backwards — Pau Espin Pedrol / detail
- pcap-client: Move conns llist initialization to constructor — Pau Espin Pedrol / detail
- pcap-client: Split client-conn allocation to its own constructor — Pau Espin Pedrol / detail
- pcap-client: Alloc default client conn similarly to other ones — Pau Espin Pedrol / detail
#6729 (Dec 20, 2024, 5:20:05 PM)
- pcap-server: Move stats to its own file — Pau Espin Pedrol / detail
- pcap-server: Make rotate-localtime feature configurable through VTY — Pau Espin Pedrol / detail
- pcap-server: Improve log error opening pcap file — Pau Espin Pedrol / detail
#6728 (Dec 20, 2024, 12:55:07 PM)
- pcap-server: Fix [no] max-file-size regression — Pau Espin Pedrol / detail
#6721 (Dec 17, 2024, 10:50:09 AM)
- src/Makefile.am: Improve formatting — Pau Espin Pedrol / detail
#6720 (Dec 17, 2024, 10:45:05 AM)
- pcap-server: Take into account PDU len when calculating pcap max-size — Pau Espin Pedrol / detail
- pcap-server: Move write checks to reopen pcap into helper functions — Pau Espin Pedrol / detail
- pcap-server: New vty command 'no max-file-size' — Pau Espin Pedrol / detail
- tests/Makefile.am: Fix trailing whitespace — Pau Espin Pedrol / detail