Squashed commit of the following:
commit
f2bbfd30862eda17647f842d31b4d4e595fbd9da
Author: Russ Combs <rucombs@cisco.com>
Date: Fri Jul 22 10:08:22 2016 -0400
bump to build 203, update change log
warn on duplicate ports in list
allow multiple ip_proto and stream_size per rule
+16/07/22 - build 203
+
+-- add oversize directory alert to new_http_inspect
+-- add appid counts for mdns, timbuktu, battlefield, bgp, and netbios services
+-- continue smb port - write and close command, deprecated dialect check, smb fingerprint
+-- fix outstanding strndup calls
+
16/07/15 - build 202
-- fix dynamic build of new_http_inspect
mod_dtor
},
OPT_TYPE_DETECTION,
- 1, PROTO_BIT__IP,
+ 0, PROTO_BIT__IP,
nullptr,
nullptr,
nullptr,
// //
//-----------------------------------------------//
-#define BUILD "202"
+#define BUILD "203"
#endif
p=(PortObjectItem*)sflist_next(&pos) )
{
if ((p->lport == poi->lport) && (p->hport == poi->hport))
- {
- if (errflag)
- *errflag = 9; // FIXIT-L why return poparser code here? POPERR_DUPLICATE_ENTRY;
- return -1; /* -1 chosen for consistency with sflist_add_tail */
- }
+ ParseWarning(WARN_RULES, "duplicate ports in list");
}
sflist_add_tail(po->item_list, poi);
mod_dtor
},
OPT_TYPE_DETECTION,
- 1, PROTO_BIT__TCP,
+ 0, PROTO_BIT__TCP, // FIXIT-L eventually change to 1 since <> and <=> are supported
nullptr,
nullptr,
nullptr,