]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge branch 'codecs' of /nfs/home/jrosenba/codecs
authorJosh <jrosenba@cisco.com>
Thu, 18 Sep 2014 17:53:06 +0000 (13:53 -0400)
committerJosh <jrosenba@cisco.com>
Thu, 18 Sep 2014 17:53:06 +0000 (13:53 -0400)
Conflicts:
src/protocols/packet_manager.cc

1  2 
src/main/modules.cc
src/protocols/packet_manager.cc

Simple merge
index bb298ee46f899b7a019b2d9cf90ce50908a62bd0,55cc6efd2fd6c61a71b0dacc626244fc21c20835..38d44c89daefcb6951584d3a56d688e2bdc28032
@@@ -207,7 -205,7 +205,7 @@@ void PacketManager::decode
  
  
          // internal statistics and record keeping
-         push_layer(p, prev_prot_id, raw.data, codec_data.lyr_len, CodecManager::s_protocols[mapped_prot]);
 -        push_layer(p, prev_prot_id, pkt, codec_data.lyr_len);
++        push_layer(p, prev_prot_id, raw.data, codec_data.lyr_len);
          s_stats[mapped_prot + stat_offset]++; // add correct decode for previous layer
          mapped_prot = CodecManager::s_proto_map[codec_data.next_prot_id];
          prev_prot_id = codec_data.next_prot_id;