diff options
Diffstat (limited to 'src/socket_wrapper.c')
| -rw-r--r-- | src/socket_wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c index ccbe67f..8da9d96 100644 --- a/src/socket_wrapper.c +++ b/src/socket_wrapper.c @@ -1523,7 +1523,7 @@ static int convert_in_un_alloc(struct socket_info *si, const struct sockaddr *in if (addr == 0) { /* 0.0.0.0 */ - is_bcast = 0; + is_bcast = 0; type = d_type; iface = socket_wrapper_default_iface(); } else if (a_type && addr == 0xFFFFFFFF) { @@ -2344,7 +2344,7 @@ static int swrap_pcap_get_fd(const char *fname) if (fd != -1) { struct swrap_file_hdr file_hdr; file_hdr.magic = 0xA1B2C3D4; - file_hdr.version_major = 0x0002; + file_hdr.version_major = 0x0002; file_hdr.version_minor = 0x0004; file_hdr.timezone = 0x00000000; file_hdr.sigfigs = 0x00000000; |
