]> git.ipfire.org Git - thirdparty/snort3.git/log
thirdparty/snort3.git
9 years agoMerge pull request #473 in SNORT/snort3 from ~JOCORNET/snort3:prevent_profiler_reentr...
Russ Combs (rucombs) [Tue, 17 May 2016 12:51:09 +0000 (08:51 -0400)] 
Merge pull request #473 in SNORT/snort3 from ~JOCORNET/snort3:prevent_profiler_reentrance to master

Squashed commit of the following:

commit 82c885365cb68fb0ca4fc920176d790c55f4ef35
Author: Joel Cornett <joel.cornett@gmail.com>
Date:   Mon May 9 17:25:07 2016 -0400

    fixed formatting

commit f25f307aca52a7d48f27ef03740cb68e766fc746
Author: Joel Cornett <joel.cornett@gmail.com>
Date:   Mon May 9 16:09:04 2016 -0400

    removed unused test case

commit a86c9f19a7193375e9b029154db9e0d69d840f3b
Author: Joel Cornett <joel.cornett@gmail.com>
Date:   Mon May 9 16:06:49 2016 -0400

    added refcount to profiler context to prevent reentrance

9 years agoMerge pull request #472 in SNORT/snort3 from filecapture to master
Russ Combs (rucombs) [Tue, 10 May 2016 18:47:50 +0000 (14:47 -0400)] 
Merge pull request #472 in SNORT/snort3 from filecapture to master

* commit '3aaa5bdc3510b65c79cdb9d6439d557d9b653be7':
  update Cmake file
  Fix the link error in automake
  Add file_module file
  move file module to file api

9 years agoupdate Cmake file
huica [Tue, 10 May 2016 18:32:36 +0000 (14:32 -0400)] 
update Cmake file

9 years agoMerge pull request #470 in SNORT/snort3 from ~JOCORNET/snort3:options_cleanup to...
Russ Combs (rucombs) [Tue, 10 May 2016 18:13:52 +0000 (14:13 -0400)] 
Merge pull request #470 in SNORT/snort3 from ~JOCORNET/snort3:options_cleanup to master

* commit '014667c540e52c2d0e1e5e6ebda2978f090fa01f':
  updated extra CMakeLists.txt from template
  moved daq build foo to top level
  removed unused macros & cleaned up
  removed ENABLE_SIDE_CHANNEL
  added large pcap options to config.cmake.h.in
  more updates
  cleanup cmake options

9 years agoMerge branch 'master' of https://bitbucket-eng-rtp1.cisco.com/bitbucket/scm/snort...
huica [Tue, 10 May 2016 16:49:28 +0000 (12:49 -0400)] 
Merge branch 'master' of https://bitbucket-eng-rtp1.cisco.com/bitbucket/scm/snort/snort3.git into capture

9 years agoMerge pull request #474 in SNORT/snort3 from ~JOCORNET/snort3:piglet_mode_leak_fix...
Russ Combs (rucombs) [Tue, 10 May 2016 16:48:48 +0000 (12:48 -0400)] 
Merge pull request #474 in SNORT/snort3 from ~JOCORNET/snort3:piglet_mode_leak_fix to master

* commit 'f2f6e6666e1badb896b41f769a81ec46f668c7b8':
  fixed leak due to early exit in piglet mode

9 years agofixed leak due to early exit in piglet mode
Joel Cornett [Tue, 10 May 2016 16:33:30 +0000 (12:33 -0400)] 
fixed leak due to early exit in piglet mode

9 years agoFix the link error in automake
huica [Tue, 10 May 2016 16:18:19 +0000 (12:18 -0400)] 
Fix the link error in automake

9 years agoAdd file_module file
huica [Tue, 10 May 2016 14:45:21 +0000 (10:45 -0400)] 
Add file_module file

9 years agoupdated extra CMakeLists.txt from template
Joel Cornett [Mon, 9 May 2016 22:14:41 +0000 (18:14 -0400)] 
updated extra CMakeLists.txt from template

9 years agomoved daq build foo to top level
Joel Cornett [Mon, 9 May 2016 22:09:30 +0000 (18:09 -0400)] 
moved daq build foo to top level

9 years agomove file module to file api
huica [Mon, 9 May 2016 18:15:51 +0000 (14:15 -0400)] 
move file module to file api

9 years agoremoved unused macros & cleaned up
Joel Cornett [Mon, 9 May 2016 17:50:58 +0000 (13:50 -0400)] 
removed unused macros & cleaned up

9 years agoremoved ENABLE_SIDE_CHANNEL
Joel Cornett [Fri, 6 May 2016 19:46:18 +0000 (15:46 -0400)] 
removed ENABLE_SIDE_CHANNEL

9 years agoadded large pcap options to config.cmake.h.in
Joel Cornett [Fri, 6 May 2016 17:04:56 +0000 (13:04 -0400)] 
added large pcap options to config.cmake.h.in

9 years agomore updates
Joel Cornett [Fri, 6 May 2016 17:01:45 +0000 (13:01 -0400)] 
more updates

9 years agocleanup cmake options
Joel Cornett [Fri, 6 May 2016 16:20:35 +0000 (12:20 -0400)] 
cleanup cmake options

9 years agoMerge pull request #469 in SNORT/snort3 from host_memleak2 to master
Russ Combs (rucombs) [Fri, 6 May 2016 17:08:55 +0000 (13:08 -0400)] 
Merge pull request #469 in SNORT/snort3 from host_memleak2 to master

* commit '768507c544e86d0a2db71c0050be2ebcd0763b55':
  Fixed nits.
  Work around invalid memory leak report. Fix compiler warnings.

9 years agoFixed nits.
Steve Chew [Fri, 6 May 2016 16:44:37 +0000 (12:44 -0400)] 
Fixed nits.

9 years agoWork around invalid memory leak report. Fix compiler warnings.
Steve Chew [Fri, 6 May 2016 13:26:30 +0000 (09:26 -0400)] 
Work around invalid memory leak report. Fix compiler warnings.

9 years agoMerge pull request #468 in SNORT/snort3 from nhttp44 to master
Russ Combs (rucombs) [Thu, 5 May 2016 14:41:30 +0000 (10:41 -0400)] 
Merge pull request #468 in SNORT/snort3 from nhttp44 to master

* commit 'aa149d6a15b65c554af363cbb8a1934117c3c816':
  NHI Double Decode

9 years agoNHI Double Decode
Tom Peters [Thu, 28 Apr 2016 16:10:34 +0000 (12:10 -0400)] 
NHI Double Decode

9 years agoMerge pull request #467 in SNORT/snort3 from capture_unit to master
Russ Combs (rucombs) [Wed, 4 May 2016 19:02:47 +0000 (15:02 -0400)] 
Merge pull request #467 in SNORT/snort3 from capture_unit to master

* commit '1932dcce6e63ea6ee71ac11197c99529b3b8ae83':
  fixed unit test dropping files

9 years agofixed unit test dropping files
Carter Waxman [Wed, 4 May 2016 16:59:15 +0000 (12:59 -0400)] 
fixed unit test dropping files

9 years agobuild 197
Russ Combs [Mon, 2 May 2016 23:14:56 +0000 (19:14 -0400)] 
build 197

9 years agoSquashed commit of the following:
Russ Combs [Sat, 30 Apr 2016 12:19:22 +0000 (08:19 -0400)] 
Squashed commit of the following:

commit 517940ed41c816656adfeff2d2a48dcc3e777822
Author: Russ Combs <rucombs@cisco.com>
Date:   Sat Apr 30 07:44:47 2016 -0400

    fix autotools build of extras
    fix cmake build of extras
    fix cmake visibility of flow and log libs
    fix nhi unit test stubs
    remove useless dev_notes.txt from utils/test/

9 years agobuild 196
Russ Combs [Fri, 29 Apr 2016 15:16:56 +0000 (11:16 -0400)] 
build 196

9 years agoMerge pull request #465 in SNORT/snort3 from crc/cmake to master
Russ Combs (rucombs) [Fri, 29 Apr 2016 14:32:43 +0000 (10:32 -0400)] 
Merge pull request #465 in SNORT/snort3 from crc/cmake to master

* commit 'c652a633a0eaf41c0cb4bbf15dbc757560064fa3':
  fix cmake c std and packaging

9 years agofix cmake c std and packaging
Russ Combs (rucombs) [Fri, 29 Apr 2016 12:32:53 +0000 (08:32 -0400)] 
fix cmake c std and packaging

9 years agoMerge pull request #459 in SNORT/snort3 from ha-sc to master
Russ Combs (rucombs) [Thu, 28 Apr 2016 17:31:21 +0000 (13:31 -0400)] 
Merge pull request #459 in SNORT/snort3 from ha-sc to master

* commit '8dc406a905d94ce9093e98f300eae2e35862cb42':
  Missed two THREAD_LOCAL attributes on object pointers.
  Fixed errors in handling of connector configuration.  Previously the module created a static configuration list and then handed off a copy of this to side_channel.  This had some errors and was confusing.  Moved to a totally dynamically allocated config_set.  The module creates a vector of pointers and then hands this over to the side_channel.  No copying.  And no memory leaks.

9 years agoMissed two THREAD_LOCAL attributes on object pointers.
Ed Borgoyn [Thu, 28 Apr 2016 17:24:40 +0000 (13:24 -0400)] 
Missed two THREAD_LOCAL attributes on object pointers.

9 years agoMerge pull request #464 in SNORT/snort3 from ~JOCORNET/snort3:fix_extras_build to...
Russ Combs (rucombs) [Thu, 28 Apr 2016 17:21:17 +0000 (13:21 -0400)] 
Merge pull request #464 in SNORT/snort3 from ~JOCORNET/snort3:fix_extras_build to master

* commit 'dd2b42f8bfb84ce15e9cef007cfefd69dc8fccce':
  removing BUILDING_SO ifdefs and get daqs to build as -std=gnu99 -module

9 years agoremoving BUILDING_SO ifdefs and get daqs to build as -std=gnu99 -module
Joel Cornett [Thu, 28 Apr 2016 16:27:03 +0000 (12:27 -0400)] 
removing BUILDING_SO ifdefs and get daqs to build as -std=gnu99 -module

9 years agoMerge pull request #463 in SNORT/snort3 from crc/scan to master
Russ Combs (rucombs) [Wed, 27 Apr 2016 22:27:08 +0000 (18:27 -0400)] 
Merge pull request #463 in SNORT/snort3 from crc/scan to master

* commit 'd66e6a7d95dadc611aec2317767a728c8bd67d11':
  fix static analysis issues

9 years agofix static analysis issues
Russ Combs [Wed, 27 Apr 2016 22:23:45 +0000 (18:23 -0400)] 
fix static analysis issues

9 years agoMerge pull request #462 in SNORT/snort3 from delete_alt_data to master
Russ Combs (rucombs) [Wed, 27 Apr 2016 21:16:35 +0000 (17:16 -0400)] 
Merge pull request #462 in SNORT/snort3 from delete_alt_data to master

* commit 'ff20305fd19fc0797264f745fdb8d36ed352114f':
  Delete unused THREAD_LOCAL g_alt_data

9 years agoDelete unused THREAD_LOCAL g_alt_data
Victor Roemer [Wed, 27 Apr 2016 21:11:39 +0000 (17:11 -0400)] 
Delete unused THREAD_LOCAL g_alt_data

9 years agoMerge pull request #435 in SNORT/snort3 from ~JOCORNET/snort3:refactor_extras to...
Russ Combs (rucombs) [Wed, 27 Apr 2016 19:34:49 +0000 (15:34 -0400)] 
Merge pull request #435 in SNORT/snort3 from ~JOCORNET/snort3:refactor_extras to master

* commit '783a2f028723b9a7b5f5c58f35d1d50e5c922adc':
  fixed merge conflicts
  fix merge conflicts in extra
  rename examples -> src
  rename examples -> src
  re-added extra/COPYING
  updated snort email address in configure.ac
  updated LICENSE + README
  merged in changes
  fixed make distcheck, cmake & make install
  imported refactored extras
  rebased from master

9 years agoFixed errors in handling of connector configuration. Previously the module created...
Ed Borgoyn [Tue, 26 Apr 2016 19:14:02 +0000 (15:14 -0400)] 
Fixed errors in handling of connector configuration.  Previously the module created a static configuration list and then handed off a copy of this to side_channel.  This had some errors and was confusing.  Moved to a totally dynamically allocated config_set.  The module creates a vector of pointers and then hands this over to the side_channel.  No copying.  And no memory leaks.

9 years agofixed merge conflicts
Joel Cornett [Tue, 26 Apr 2016 17:52:33 +0000 (13:52 -0400)] 
fixed merge conflicts

9 years agofix merge conflicts in extra
Joel Cornett [Tue, 26 Apr 2016 17:48:33 +0000 (13:48 -0400)] 
fix merge conflicts in extra

9 years agorename examples -> src
Joel Cornett [Tue, 26 Apr 2016 14:43:26 +0000 (10:43 -0400)] 
rename examples -> src

9 years agorename examples -> src
Joel Cornett [Tue, 26 Apr 2016 14:43:15 +0000 (10:43 -0400)] 
rename examples -> src

9 years agore-added extra/COPYING
Joel Cornett [Mon, 25 Apr 2016 19:02:57 +0000 (15:02 -0400)] 
re-added extra/COPYING

9 years agoupdated snort email address in configure.ac
Joel Cornett [Mon, 25 Apr 2016 17:06:48 +0000 (13:06 -0400)] 
updated snort email address in configure.ac

9 years agoupdated LICENSE + README
Joel Cornett [Mon, 25 Apr 2016 17:02:57 +0000 (13:02 -0400)] 
updated LICENSE + README

9 years agomerged in changes
Joel Cornett [Mon, 25 Apr 2016 16:43:18 +0000 (12:43 -0400)] 
merged in changes

9 years agofixed make distcheck, cmake & make install
Joel Cornett [Wed, 20 Apr 2016 20:38:39 +0000 (16:38 -0400)] 
fixed make distcheck, cmake & make install

9 years agoimported refactored extras
Joel Cornett [Tue, 19 Apr 2016 21:10:38 +0000 (17:10 -0400)] 
imported refactored extras

9 years agorebased from master
Joel Cornett [Tue, 26 Apr 2016 17:32:15 +0000 (13:32 -0400)] 
rebased from master

9 years agoMerge pull request #458 in SNORT/snort3 from protocol_warnings to master
Russ Combs (rucombs) [Tue, 26 Apr 2016 17:42:34 +0000 (13:42 -0400)] 
Merge pull request #458 in SNORT/snort3 from protocol_warnings to master

* commit '94de721b0862e68517deb01d52b899586c1c36ad':
  Fixed warnings due to protocol update.

9 years agoFixed warnings due to protocol update.
Steve Chew [Tue, 26 Apr 2016 17:36:03 +0000 (13:36 -0400)] 
Fixed warnings due to protocol update.

9 years agoMerge pull request #456 in SNORT/snort3 from protocol1 to master
Russ Combs (rucombs) [Tue, 26 Apr 2016 16:13:51 +0000 (12:13 -0400)] 
Merge pull request #456 in SNORT/snort3 from protocol1 to master

* commit 'eed6be9d525c7aa3a2d4f262e0b52241a5f476d9':
  Updated protocol types in extra sub-dir.
  Updates based on review.  Updated dev_notes.txt.
  Fix some bugs found during testing and uncrustify.
  Removed perf_flow.h which had been removed from master.
  ProtocolId and IpProtocol updates.
  Add IpProtocol and ProtocolId enums.

9 years agoMerge pull request #457 in SNORT/snort3 from cap_build2 to master
Russ Combs (rucombs) [Tue, 26 Apr 2016 15:58:36 +0000 (11:58 -0400)] 
Merge pull request #457 in SNORT/snort3 from cap_build2 to master

* commit '3531ba4d015229c8dc404d762d0b8b75bdade775':
  fixed crossed static / dynamic inclusion for packet capture

9 years agofixed crossed static / dynamic inclusion for packet capture
Carter Waxman [Tue, 26 Apr 2016 13:56:25 +0000 (09:56 -0400)] 
fixed crossed static / dynamic inclusion for packet capture

9 years agoMerge pull request #454 in SNORT/snort3 from stream_tcp_state_handling to master
Russ Combs (rucombs) [Tue, 26 Apr 2016 13:03:21 +0000 (09:03 -0400)] 
Merge pull request #454 in SNORT/snort3 from stream_tcp_state_handling to master

* commit '12a43bb4e01c86831bcba4fefc4a33ea73e14662':
  fix copyright, uncrustify, alpha order file lists in Makefile.am
  make state machine allocation thread safe
  more changes to support tcp sm as flyweight/singleton, delete redundant typecasts of tracker objects

9 years agofix copyright, uncrustify, alpha order file lists in Makefile.am
davis mcpherson [Tue, 26 Apr 2016 12:51:48 +0000 (08:51 -0400)] 
fix copyright, uncrustify, alpha order file lists in Makefile.am

9 years agoUpdated protocol types in extra sub-dir.
Steve Chew [Mon, 25 Apr 2016 22:34:12 +0000 (18:34 -0400)] 
Updated protocol types in extra sub-dir.

9 years agoMerge pull request #455 in SNORT/snort3 from ~JOCORNET/snort3:fix_error_message_for_m...
Russ Combs (rucombs) [Mon, 25 Apr 2016 20:39:53 +0000 (16:39 -0400)] 
Merge pull request #455 in SNORT/snort3 from ~JOCORNET/snort3:fix_error_message_for_memcap to master

* commit 'de01fb42408cd1b92ae6c2bb585d469b58b32764':
  foo

9 years agofoo
Joel Cornett [Mon, 25 Apr 2016 20:37:28 +0000 (16:37 -0400)] 
foo

9 years agoMerge pull request #453 in SNORT/snort3 from ~JOCORNET/snort3:fix_daqs_cmake_build...
Russ Combs (rucombs) [Mon, 25 Apr 2016 20:30:04 +0000 (16:30 -0400)] 
Merge pull request #453 in SNORT/snort3 from ~JOCORNET/snort3:fix_daqs_cmake_build to master

* commit 'c67f769d947b7201aa7d77044095f92eeec63e0c':
  build daq modules as .so (instead of .dylib)

9 years agobuild daq modules as .so (instead of .dylib)
Joel Cornett [Mon, 25 Apr 2016 19:58:56 +0000 (15:58 -0400)] 
build daq modules as .so (instead of .dylib)

9 years agomake state machine allocation thread safe
davis mcpherson [Mon, 25 Apr 2016 19:24:30 +0000 (15:24 -0400)] 
make state machine allocation thread safe

9 years agomore changes to support tcp sm as flyweight/singleton, delete redundant typecasts...
davis mcpherson [Fri, 1 Apr 2016 19:58:39 +0000 (15:58 -0400)] 
more changes to support tcp sm as flyweight/singleton, delete redundant typecasts of tracker objects

use packet helper functions to determine packet direction (client or server)

9 years agoMerge pull request #448 in SNORT/snort3 from dce_smb to master
Russ Combs (rucombs) [Mon, 25 Apr 2016 17:34:02 +0000 (13:34 -0400)] 
Merge pull request #448 in SNORT/snort3 from dce_smb to master

* commit 'd0526e8cc127e06790ccd2e8151ca29a6356568c':
  Code review comments
  Fix build warning
  Port of dce request tracking infrastructure, SmbInspect function

9 years agoMerge pull request #452 in SNORT/snort3 from stream_tcp_cleanup_tweak to master
Russ Combs (rucombs) [Mon, 25 Apr 2016 14:49:15 +0000 (10:49 -0400)] 
Merge pull request #452 in SNORT/snort3 from stream_tcp_cleanup_tweak to master

* commit '76bd441402ad3a9c2e867fd281c980bdfd5d2fa1':
  flush queued segments first when cleaning up a session

9 years agoflush queued segments first when cleaning up a session
davis mcpherson [Mon, 25 Apr 2016 14:03:06 +0000 (10:03 -0400)] 
flush queued segments first when cleaning up a session

9 years agoMerge pull request #451 in SNORT/snort3 from stream_tcp_cleanup_fix to master
Russ Combs (rucombs) [Mon, 25 Apr 2016 12:20:42 +0000 (08:20 -0400)] 
Merge pull request #451 in SNORT/snort3 from stream_tcp_cleanup_fix to master

* commit '11085f3ece10fc5beac307a01991099564bc7e38':
  delete splitter on session restart, origanize cleanup sequence a little more logical
  simplify session cleanup/restart handling on timeout/reset/prune, rename paremeters to following coding standard, fix out of order tcp stat

9 years agodelete splitter on session restart, origanize cleanup sequence a little more logical
davis mcpherson [Fri, 22 Apr 2016 21:39:41 +0000 (17:39 -0400)] 
delete splitter on session restart, origanize cleanup sequence a little more logical

9 years agofix packet_capture module ctor
Russ Combs (rucombs) [Fri, 22 Apr 2016 20:42:37 +0000 (16:42 -0400)] 
fix packet_capture module ctor

9 years agobuild 195; fix packet_capture build
Russ Combs [Fri, 22 Apr 2016 20:16:39 +0000 (16:16 -0400)] 
build 195; fix packet_capture build

9 years agoMerge pull request #450 in SNORT/snort3 from cap_build to master
Russ Combs (rucombs) [Fri, 22 Apr 2016 20:05:26 +0000 (16:05 -0400)] 
Merge pull request #450 in SNORT/snort3 from cap_build to master

* commit 'd70dd309fe7910be005401525cd7ad61604b1412':
  fixed broken build

9 years agosimplify session cleanup/restart handling on timeout/reset/prune, rename paremeters...
davis mcpherson [Fri, 22 Apr 2016 19:36:02 +0000 (15:36 -0400)] 
simplify session cleanup/restart handling on timeout/reset/prune, rename paremeters to following coding standard, fix out of order tcp stat

9 years agofixed broken build
Carter Waxman [Fri, 22 Apr 2016 19:33:35 +0000 (15:33 -0400)] 
fixed broken build

9 years agoMerge pull request #445 in SNORT/snort3 from session_capture to master
Russ Combs (rucombs) [Fri, 22 Apr 2016 19:03:16 +0000 (15:03 -0400)] 
Merge pull request #445 in SNORT/snort3 from session_capture to master

* commit '76d3a46109a09326dc8e66d3fa66863f97e4287c':
  fixed lua default in packet capture
  added lua config option to start capture at startup
  added early bail to failed capture init. minor refactoring.
  removed old declarations
  stubbed pcap file handling. updated error handling in capture_init.
  fixed copyrights. removed useless code.
  fixed sigabrt. fixed command naming.
  fixed header guard. moved commands to CaptureModule. added option to build dynamically.
  added peg counts
  fixed output formatting for shell command
  fixed compiler warning
  added console interface for packet capture
  completed PacketCapture code with exception of shell interface
  bpf filter added.
  added bpf code. still need to fix segfault.
  added bpf code. still need to fix segfault.
  added bpf code. still need to fix segfault.
  packet capture works internally. no external interface. bpf under dev

9 years agofixed lua default in packet capture
Carter Waxman [Fri, 22 Apr 2016 18:51:45 +0000 (14:51 -0400)] 
fixed lua default in packet capture

9 years agoMerge pull request #449 in SNORT/snort3 from ha-sc to master
Russ Combs (rucombs) [Fri, 22 Apr 2016 18:26:30 +0000 (14:26 -0400)] 
Merge pull request #449 in SNORT/snort3 from ha-sc to master

* commit '043ff988caed8f785a000401c5ccd45b3f2e17e7':
  Fix two memory leaks, a few build warnings, and removed a remnant #include.

9 years agoFix two memory leaks, a few build warnings, and removed a remnant #include.
Ed Borgoyn [Fri, 22 Apr 2016 18:01:15 +0000 (14:01 -0400)] 
Fix two memory leaks, a few build warnings, and removed a remnant #include.

9 years agoadded lua config option to start capture at startup
Carter Waxman [Fri, 22 Apr 2016 17:23:43 +0000 (13:23 -0400)] 
added lua config option to start capture at startup

9 years agoadded early bail to failed capture init. minor refactoring.
Carter Waxman [Fri, 22 Apr 2016 15:42:24 +0000 (11:42 -0400)] 
added early bail to failed capture init. minor refactoring.

9 years agoremoved old declarations
Carter Waxman [Fri, 22 Apr 2016 14:57:25 +0000 (10:57 -0400)] 
removed old declarations

9 years agoCode review comments
mdagon [Fri, 22 Apr 2016 14:34:27 +0000 (10:34 -0400)] 
Code review comments

9 years agostubbed pcap file handling. updated error handling in capture_init.
Carter Waxman [Fri, 22 Apr 2016 14:28:17 +0000 (10:28 -0400)] 
stubbed pcap file handling. updated error handling in capture_init.

9 years agofixed copyrights. removed useless code.
Carter Waxman [Fri, 22 Apr 2016 12:12:24 +0000 (08:12 -0400)] 
fixed copyrights. removed useless code.

9 years agoMerge pull request #420 in SNORT/snort3 from ha-sc to master
Russ Combs (rucombs) [Thu, 21 Apr 2016 21:22:54 +0000 (17:22 -0400)] 
Merge pull request #420 in SNORT/snort3 from ha-sc to master

* commit 'f805a510ec3a17a14f632c5af0004bbcfc078516':
  Forgot one fix..
  Code review fixes.
  Additional code review patches.
  Merge and review fixes.
  Code review fixes.
  Remove ha.h as an include in flow.h as it caused a build error for 'extra'
  Update CMake scripts and dev_notes.
  HA-SC effort.
  Interim ha commit
  Initial UDP HA.
  Review comment fixes.
  Fix some HA-SC memory leaks.
  Remove ha.h as an include in flow.h as it caused a build error for 'extra'
  Update CMake scripts and dev_notes.
  HA-SC effort.
  Interim ha commit
  Initial UDP HA.

9 years agoMerge pull request #447 in SNORT/snort3 from unit_test to master
Russ Combs (rucombs) [Thu, 21 Apr 2016 21:18:46 +0000 (17:18 -0400)] 
Merge pull request #447 in SNORT/snort3 from unit_test to master

* commit 'de27ee8dd80f9dadd933bf2236a3f007c029cfa3':
  NHI unit testing

9 years agoForgot one fix..
Ed Borgoyn [Thu, 21 Apr 2016 19:48:25 +0000 (15:48 -0400)] 
Forgot one fix..

9 years agoCode review fixes.
Ed Borgoyn [Thu, 21 Apr 2016 19:05:02 +0000 (15:05 -0400)] 
Code review fixes.

9 years agoFix build warning
mdagon [Thu, 21 Apr 2016 18:49:17 +0000 (14:49 -0400)] 
Fix build warning

9 years agofixed sigabrt. fixed command naming.
Carter Waxman [Thu, 21 Apr 2016 18:41:04 +0000 (14:41 -0400)] 
fixed sigabrt. fixed command naming.

9 years agofixed header guard. moved commands to CaptureModule. added option to build dynamically.
Carter Waxman [Thu, 21 Apr 2016 18:35:51 +0000 (14:35 -0400)] 
fixed header guard. moved commands to CaptureModule. added option to build dynamically.

9 years agoPort of dce request tracking infrastructure, SmbInspect function
mdagon [Thu, 21 Apr 2016 17:37:13 +0000 (13:37 -0400)] 
Port of dce request tracking infrastructure, SmbInspect function

9 years agoMerge pull request #446 in SNORT/snort3 from ~JOCORNET/snort3:memory_absolute_cap...
Russ Combs (rucombs) [Thu, 21 Apr 2016 17:14:18 +0000 (13:14 -0400)] 
Merge pull request #446 in SNORT/snort3 from ~JOCORNET/snort3:memory_absolute_cap to master

* commit '3de1963ba5dd2af590f8ec7546671a142aa81475':
  changed memory to use absolute instead of relative cap

9 years agoadded peg counts
Carter Waxman [Thu, 21 Apr 2016 17:05:46 +0000 (13:05 -0400)] 
added peg counts

9 years agochanged memory to use absolute instead of relative cap
Joel Cornett [Thu, 21 Apr 2016 17:03:46 +0000 (13:03 -0400)] 
changed memory to use absolute instead of relative cap

9 years agofixed output formatting for shell command
Carter Waxman [Thu, 21 Apr 2016 16:30:36 +0000 (12:30 -0400)] 
fixed output formatting for shell command

9 years agoNHI unit testing
Tom Peters [Tue, 19 Apr 2016 18:37:51 +0000 (14:37 -0400)] 
NHI unit testing

9 years agofixed compiler warning
Carter Waxman [Thu, 21 Apr 2016 16:18:46 +0000 (12:18 -0400)] 
fixed compiler warning

9 years agoadded console interface for packet capture
Carter Waxman [Thu, 21 Apr 2016 15:57:02 +0000 (11:57 -0400)] 
added console interface for packet capture

9 years agocompleted PacketCapture code with exception of shell interface
Carter Waxman [Thu, 21 Apr 2016 15:22:12 +0000 (11:22 -0400)] 
completed PacketCapture code with exception of shell interface