osmo-pcap/src
Pau Espin d475673b69 osmo_client_send_data: Fix wrong log format
According to pcap.h, type bpf_u_int32 can be 32 bits on some systems,
so better cast explicitly to size_t to make sure always correct size is
used by log function.

Fixes warning:
osmo-pcap/src/osmo_client_network.c:175:4: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 7 has type ‘bpf_u_int32’ {aka ‘unsigned int’} [-Wformat=]
    "Capture len too big %zu\n", in_hdr->caplen);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~

Change-Id: I98654da143218d3e57da4e57781252eb3d3f3d5b
2018-10-08 13:33:50 +02:00
..
Makefile.am Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} 2017-07-21 15:21:01 +02:00
osmo_client_core.c cosmetic: client: rename forward_packet function 2018-10-08 13:08:52 +02:00
osmo_client_main.c Drop osmo_init_logging and use osmo_init_logging2 2018-10-08 13:29:52 +02:00
osmo_client_network.c osmo_client_send_data: Fix wrong log format 2018-10-08 13:33:50 +02:00
osmo_client_vty.c vty: skip installing cmds now always installed by default 2018-10-08 13:29:52 +02:00
osmo_common.c client: Allow to configure and connect multiple servers 2016-11-09 01:04:04 +01:00
osmo_server_main.c Drop osmo_init_logging and use osmo_init_logging2 2018-10-08 13:29:52 +02:00
osmo_server_network.c server: Add vty interface for the TLS configuration 2016-09-08 16:17:02 +02:00
osmo_server_vty.c vty: skip installing cmds now always installed by default 2018-10-08 13:29:52 +02:00
osmo_tls.c client: Finish renaming client to conn in other places of the code 2016-11-09 00:20:29 +01:00