diff options
Diffstat (limited to 'src/libsystemd/sd-bus/bus-dump.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-dump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-dump.h b/src/libsystemd/sd-bus/bus-dump.h index bb1d25dc42..6af0ab066c 100644 --- a/src/libsystemd/sd-bus/bus-dump.h +++ b/src/libsystemd/sd-bus/bus-dump.h @@ -29,3 +29,6 @@ int bus_message_dump(sd_bus_message *m, FILE *f, bool with_header); int bus_creds_dump(sd_bus_creds *c, FILE *f); + +int bus_pcap_header(size_t snaplen, FILE *f); +int bus_message_pcap_frame(sd_bus_message *m, size_t snaplen, FILE *f); |