Squashed commit of the following:
commit
7afb572ad351984b7d3e3b94e01128f7abc6e414
Author: davis mcpherson <davmcphe.cisco.com>
Date: Fri May 5 15:40:55 2017 -0400
coding style and format fixups, not functional changes
{
case APP_ID_HTTP:
if (misc_app_id == APP_ID_NSIIOPS || misc_app_id == APP_ID_DDM_SSL
- || misc_app_id == APP_ID_MSFT_GC_SSL || misc_app_id ==
- APP_ID_SF_APPLIANCE_MGMT)
+ || misc_app_id == APP_ID_MSFT_GC_SSL
+ || misc_app_id == APP_ID_SF_APPLIANCE_MGMT)
{
break;
}
if ( !flush_factor )
return 0;
- if (
- p->dsize &&
+ if ( p->dsize &&
(p->dsize < fm->last_size) &&
(fm->last_count >= flush_factor) )
{
reassembler->set_seglist_base_seq(tsd.get_seg_ack());
ts_last_packet = tsd.get_pkt()->pkth->ts.tv_sec;
- tf_flags |= normalizer->get_tcp_timestamp(tsd, 0);
+ tf_flags |= normalizer->get_tcp_timestamp(tsd, false);
ts_last = tsd.get_ts();
if (ts_last == 0)
tf_flags |= TF_TSTAMP_ZERO;