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
It looks like comms_ip and interface_ip are actually both reported in the docs objects for watchlist.hit.process which is not reflected in the table.
These values appear to be signed longs in NETWORK byte order (which is a little strange since the number values for the IPs in netconn data structures are actually reported in documentation as being in network byte order).
It looks like
comms_ipandinterface_ipare actually both reported in thedocsobjects forwatchlist.hit.processwhich is not reflected in the table.These values appear to be signed longs in NETWORK byte order (which is a little strange since the number values for the IPs in
netconndata structures are actually reported in documentation as being in network byte order).