-- deleted profile.rules.file and profile.modules.file
-- deleted alerts.alert_file
-- changed --help to just cmd line options and added --help!
+-- fixed Xcode warnings
115
-- remove share.h
if (flags & TEST_FLAG_SESSION)
LogIpAddrs(test_file, p);
- if ( (flags & TEST_FLAG_REBUILT) && (p->packet_flags && PKT_PSEUDO) )
+ if ( (flags & TEST_FLAG_REBUILT) && (p->packet_flags & PKT_PSEUDO) )
{
const char* s;
switch ( p->pseudo_type )