summaryrefslogtreecommitdiffstats
path: root/src/socket_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_wrapper.c')
-rw-r--r--src/socket_wrapper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index 240f3f6..b336514 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -1214,10 +1214,10 @@ static const char *socket_wrapper_pcap_file(void)
{
static int initialized = 0;
static const char *s = NULL;
- static const struct swrap_file_hdr h;
- static const struct swrap_packet_frame f;
- static const union swrap_packet_ip i;
- static const union swrap_packet_payload p;
+ static const struct swrap_file_hdr h = {0};
+ static const struct swrap_packet_frame f = {0};
+ static const union swrap_packet_ip i = {{0}};
+ static const union swrap_packet_payload p = {{0}};
if (initialized == 1) {
return s;