You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pointer type casts for shared memory variables:
- Added explicit casts for pointers to match expected types:
DATAlength, connection_data, LISTlength, mask, logged_connections,
running_connections, TCP_nr_of_packets, TCP_bytes_in_packets,
ICMP_nr_of_packets, UDP_nr_of_packets, UDP_bytes_in_packets,
IP_nr_of_packets.
- This resolves compiler warnings about incompatible pointer types when
assigning from the shared memory block (SHARED).
- No functionality was changed; only type safety and compatibility fixed.
Closes: #7
0 commit comments