From 8af84a5b318e419dcd2ebfd4020d5792424a7240 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 21 May 2014 10:55:48 +0200 Subject: swrap: Rename socket_wrapper_pcap_file(). Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- src/socket_wrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c index d5ab3c9..41dc07d 100644 --- a/src/socket_wrapper.c +++ b/src/socket_wrapper.c @@ -1610,7 +1610,7 @@ union swrap_packet_payload { SWRAP_PACKET_IP_SIZE + \ SWRAP_PACKET_PAYLOAD_SIZE) -static const char *socket_wrapper_pcap_file(void) +static const char *swrap_pcap_init_file(void) { static int initialized = 0; static const char *s = NULL; @@ -2209,7 +2209,7 @@ static void swrap_dump_packet(struct socket_info *si, size_t packet_len = 0; int fd; - file_name = socket_wrapper_pcap_file(); + file_name = swrap_pcap_init_file(); if (!file_name) { return; } -- cgit