]> git.ipfire.org Git - thirdparty/snort3.git/log
thirdparty/snort3.git
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

9 years agobpf filter added.
Carter Waxman [Thu, 21 Apr 2016 14:52:27 +0000 (10:52 -0400)] 
bpf filter added.

9 years agoadded bpf code. still need to fix segfault.
Carter Waxman [Thu, 21 Apr 2016 14:37:34 +0000 (10:37 -0400)] 
added bpf code. still need to fix segfault.

9 years agoadded bpf code. still need to fix segfault.
Carter Waxman [Thu, 21 Apr 2016 14:24:52 +0000 (10:24 -0400)] 
added bpf code. still need to fix segfault.

9 years agoadded bpf code. still need to fix segfault.
Carter Waxman [Thu, 21 Apr 2016 14:03:23 +0000 (10:03 -0400)] 
added bpf code. still need to fix segfault.

9 years agoMerge pull request #443 in SNORT/snort3 from stream_tcp_unused_params_fix to master
Russ Combs (rucombs) [Wed, 20 Apr 2016 21:29:13 +0000 (17:29 -0400)] 
Merge pull request #443 in SNORT/snort3 from stream_tcp_unused_params_fix to master

* commit '189fe504e9419acd3884df499613fee22444975b':
  fix for unused parameter warnings

9 years agoUpdates based on review. Updated dev_notes.txt.
Steve Chew [Wed, 20 Apr 2016 21:11:47 +0000 (17:11 -0400)] 
Updates based on review.  Updated dev_notes.txt.

9 years agofix for unused parameter warnings
davis mcpherson [Wed, 20 Apr 2016 20:35:56 +0000 (16:35 -0400)] 
fix for unused parameter warnings

9 years agoAdditional code review patches.
Ed Borgoyn [Wed, 20 Apr 2016 19:58:35 +0000 (15:58 -0400)] 
Additional code review patches.

9 years agoMerge and review fixes.
Ed Borgoyn [Tue, 19 Apr 2016 17:15:17 +0000 (13:15 -0400)] 
Merge and review fixes.

9 years agoCode review fixes.
Ed Borgoyn [Tue, 19 Apr 2016 15:49:14 +0000 (11:49 -0400)] 
Code review fixes.

9 years agoRemove ha.h as an include in flow.h as it caused a build error for 'extra'
Ed Borgoyn [Wed, 13 Apr 2016 13:26:39 +0000 (09:26 -0400)] 
Remove ha.h as an include in flow.h as it caused a build error for 'extra'

9 years agoUpdate CMake scripts and dev_notes.
Ed Borgoyn [Wed, 13 Apr 2016 11:39:39 +0000 (07:39 -0400)] 
Update CMake scripts and dev_notes.

9 years agoHA-SC effort.
Ed Borgoyn [Tue, 12 Apr 2016 19:58:55 +0000 (15:58 -0400)] 
HA-SC effort.

9 years agoInterim ha commit
Ed Borgoyn [Wed, 30 Mar 2016 17:04:52 +0000 (13:04 -0400)] 
Interim ha commit

9 years agoInitial UDP HA.
Ed Borgoyn [Mon, 21 Mar 2016 11:20:47 +0000 (07:20 -0400)] 
Initial UDP HA.

9 years agoReview comment fixes.
Ed Borgoyn [Mon, 18 Apr 2016 17:48:36 +0000 (13:48 -0400)] 
Review comment fixes.

9 years agoFix some HA-SC memory leaks.
Ed Borgoyn [Mon, 18 Apr 2016 13:04:35 +0000 (09:04 -0400)] 
Fix some HA-SC memory leaks.

9 years agoRemove ha.h as an include in flow.h as it caused a build error for 'extra'
Ed Borgoyn [Wed, 13 Apr 2016 13:26:39 +0000 (09:26 -0400)] 
Remove ha.h as an include in flow.h as it caused a build error for 'extra'

9 years agoUpdate CMake scripts and dev_notes.
Ed Borgoyn [Wed, 13 Apr 2016 11:39:39 +0000 (07:39 -0400)] 
Update CMake scripts and dev_notes.

9 years agoHA-SC effort.
Ed Borgoyn [Tue, 12 Apr 2016 19:58:55 +0000 (15:58 -0400)] 
HA-SC effort.

9 years agoInterim ha commit
Ed Borgoyn [Wed, 30 Mar 2016 17:04:52 +0000 (13:04 -0400)] 
Interim ha commit

9 years agoInitial UDP HA.
Ed Borgoyn [Mon, 21 Mar 2016 11:20:47 +0000 (07:20 -0400)] 
Initial UDP HA.

9 years agoMerge pull request #442 in SNORT/snort3 from ~JOCORNET/snort3:remove_lua_dependency_f...
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:45:02 +0000 (15:45 -0400)] 
Merge pull request #442 in SNORT/snort3 from ~JOCORNET/snort3:remove_lua_dependency_from_module_h to master

* commit '40511acf8424f2d6c11b5b9e32ac2320a2cc0ee0':
  remove lua dependency from module.h

9 years agoremove lua dependency from module.h
Joel Cornett [Wed, 20 Apr 2016 19:39:08 +0000 (15:39 -0400)] 
remove lua dependency from module.h

9 years agoMerge pull request #434 in SNORT/snort3 from ~JOCORNET/snort3:pkgconfig_fix to master
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:07:01 +0000 (15:07 -0400)] 
Merge pull request #434 in SNORT/snort3 from ~JOCORNET/snort3:pkgconfig_fix to master

* commit '1ca64c5e7aebc8a79c87f54692ded4cff107c922':
  removed comment
  more corrections for pkg-config/removed defines altogether
  normalized pkgconfig output

9 years agoMerge pull request #439 in SNORT/snort3 from perf_units to master
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:06:03 +0000 (15:06 -0400)] 
Merge pull request #439 in SNORT/snort3 from perf_units to master

* commit '21b0127fa8e9c482befdffed7b8daffb72e223fc':
  fixed perfmon unit test

9 years agoMerge pull request #411 in SNORT/snort3 from gitignore-update-for-build-scripts to...
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:04:36 +0000 (15:04 -0400)] 
Merge pull request #411 in SNORT/snort3 from gitignore-update-for-build-scripts to master

* commit '1fa4620767cf3a830fd8c612b2554690f7d4f9f8':
  Additional gitignores for the build scripts
  Ignore files generated by the build-scripts

9 years agoMerge pull request #440 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to...
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:04:19 +0000 (15:04 -0400)] 
Merge pull request #440 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to master

* commit 'a2c9c06742b2d1d8b02ae6186926f907cad3b7ef':
  tcp_tracker: Add explicit override specifier to init_toolbox

9 years agoMerge pull request #441 in SNORT/snort3 from ~MIALTIZE/snort3:Catch-1.4.0 to master
Russ Combs (rucombs) [Wed, 20 Apr 2016 19:03:54 +0000 (15:03 -0400)] 
Merge pull request #441 in SNORT/snort3 from ~MIALTIZE/snort3:Catch-1.4.0 to master

* commit '839005f3ac034bf3bee18246477aee7885066094':
  catch: Update to Catch v1.4.0

9 years agopacket capture works internally. no external interface. bpf under dev
Carter Waxman [Wed, 20 Apr 2016 18:44:45 +0000 (14:44 -0400)] 
packet capture works internally. no external interface. bpf under dev

9 years agotcp_tracker: Add explicit override specifier to init_toolbox
Michael Altizer [Wed, 20 Apr 2016 16:30:01 +0000 (12:30 -0400)] 
tcp_tracker: Add explicit override specifier to init_toolbox

9 years agocatch: Update to Catch v1.4.0
Michael Altizer [Wed, 20 Apr 2016 16:27:53 +0000 (12:27 -0400)] 
catch: Update to Catch v1.4.0

9 years agoAdditional gitignores for the build scripts
Victor Roemer [Wed, 20 Apr 2016 16:20:21 +0000 (12:20 -0400)] 
Additional gitignores for the build scripts

9 years agofixed perfmon unit test
Carter Waxman [Wed, 20 Apr 2016 15:55:09 +0000 (11:55 -0400)] 
fixed perfmon unit test

9 years agoremoved comment
Joel Cornett [Wed, 20 Apr 2016 14:56:46 +0000 (10:56 -0400)] 
removed comment

9 years agomore corrections for pkg-config/removed defines altogether
Joel Cornett [Wed, 20 Apr 2016 14:55:51 +0000 (10:55 -0400)] 
more corrections for pkg-config/removed defines altogether

9 years agoMerge pull request #438 in SNORT/snort3 from ~JOCORNET/snort3:fix_utils_cpputest...
Russ Combs (rucombs) [Wed, 20 Apr 2016 14:48:15 +0000 (10:48 -0400)] 
Merge pull request #438 in SNORT/snort3 from ~JOCORNET/snort3:fix_utils_cpputest to master

* commit 'c9be47d83eba353a7e121b78ea339041102ff96e':
  added utils cpputest to cmake

9 years agoMerge pull request #424 in SNORT/snort3 from crc/s5c to master
Russ Combs (rucombs) [Wed, 20 Apr 2016 14:44:53 +0000 (10:44 -0400)] 
Merge pull request #424 in SNORT/snort3 from crc/s5c to master

* commit 'cf2177004aadfd81f503b009543abfef7809ce21':
  on session cleanup always release all allocated resources (e.g. splitter, reassembler...)
  reset paf when we cleanup a session and reset the splitters
  don't delete splitters in session cleanup unless we are doing a full session reset
  fix stream tcp config leak

9 years agoadded utils cpputest to cmake
Joel Cornett [Wed, 20 Apr 2016 14:42:55 +0000 (10:42 -0400)] 
added utils cpputest to cmake

9 years agoFix some bugs found during testing and uncrustify.
Steve Chew [Tue, 19 Apr 2016 20:53:45 +0000 (16:53 -0400)] 
Fix some bugs found during testing and uncrustify.

9 years agoRemoved perf_flow.h which had been removed from master.
Steve Chew [Mon, 18 Apr 2016 21:25:39 +0000 (17:25 -0400)] 
Removed perf_flow.h which had been removed from master.

9 years agoProtocolId and IpProtocol updates.
Steve Chew [Thu, 14 Apr 2016 21:12:20 +0000 (17:12 -0400)] 
ProtocolId and IpProtocol updates.

9 years agoAdd IpProtocol and ProtocolId enums.
Steve Chew [Tue, 12 Apr 2016 14:52:32 +0000 (10:52 -0400)] 
Add IpProtocol and ProtocolId enums.

9 years agonormalized pkgconfig output
Joel Cornett [Tue, 19 Apr 2016 20:29:07 +0000 (16:29 -0400)] 
normalized pkgconfig output

9 years agoon session cleanup always release all allocated resources (e.g. splitter, reassembler...)
davis mcpherson [Tue, 19 Apr 2016 19:50:46 +0000 (15:50 -0400)] 
on session cleanup always release all allocated resources (e.g. splitter, reassembler...)

9 years agoMerge pull request #433 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to...
Russ Combs (rucombs) [Tue, 19 Apr 2016 17:42:43 +0000 (13:42 -0400)] 
Merge pull request #433 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to master

* commit '6bb3c2d11d456582d98f228ea0ea2a8340a57d12':
  sfdaq: Fix symbol visibility

9 years agoMerge pull request #432 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master
Russ Combs (rucombs) [Tue, 19 Apr 2016 17:38:03 +0000 (13:38 -0400)] 
Merge pull request #432 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master

* commit 'c43fc8e9ce38d5c27868666bdc125683aca1e8bc':
  linked catch tests lib against framework
  foo
  linked catch tests lib against framework
  foo

9 years agosfdaq: Fix symbol visibility
Michael Altizer [Tue, 19 Apr 2016 17:29:24 +0000 (13:29 -0400)] 
sfdaq: Fix symbol visibility

9 years agowrapped linkage with conditional
Joel Cornett [Tue, 19 Apr 2016 17:23:23 +0000 (13:23 -0400)] 
wrapped linkage with conditional

9 years agolinked catch tests lib against framework
Joel Cornett [Tue, 19 Apr 2016 17:18:34 +0000 (13:18 -0400)] 
linked catch tests lib against framework

9 years agofoo
Joel Cornett [Tue, 19 Apr 2016 17:05:20 +0000 (13:05 -0400)] 
foo

9 years agolinked catch tests lib against framework
Joel Cornett [Tue, 19 Apr 2016 17:18:34 +0000 (13:18 -0400)] 
linked catch tests lib against framework

9 years agofoo
Joel Cornett [Tue, 19 Apr 2016 17:05:20 +0000 (13:05 -0400)] 
foo

9 years agoMerge pull request #430 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master
Russ Combs (rucombs) [Tue, 19 Apr 2016 16:47:14 +0000 (12:47 -0400)] 
Merge pull request #430 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master

* commit '084b517734e4d8e1e6a1ea294a9469071295381e':
  fixed typo
  folded linking of libs into macro invocation
  patched for cmake 2.x

9 years agofixed typo
Joel Cornett [Tue, 19 Apr 2016 16:40:49 +0000 (12:40 -0400)] 
fixed typo

9 years agofolded linking of libs into macro invocation
Joel Cornett [Tue, 19 Apr 2016 16:39:56 +0000 (12:39 -0400)] 
folded linking of libs into macro invocation

9 years agopatched for cmake 2.x
Joel Cornett [Tue, 19 Apr 2016 16:30:41 +0000 (12:30 -0400)] 
patched for cmake 2.x

9 years agoMerge pull request #426 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master
Russ Combs (rucombs) [Tue, 19 Apr 2016 13:20:22 +0000 (09:20 -0400)] 
Merge pull request #426 in SNORT/snort3 from ~JOCORNET/snort3:cmake_updates to master

* commit '15807007e14cb788e468a7d5cf3a60e9236c6a67':
  added catch tests and conditional add_cpputest
  added a fix for a thing
  initial

9 years agoreset paf when we cleanup a session and reset the splitters
davis mcpherson [Mon, 18 Apr 2016 18:52:06 +0000 (14:52 -0400)] 
reset paf when we cleanup a session and reset the splitters

9 years agoMerge pull request #428 in SNORT/snort3 from capture to master
Russ Combs (rucombs) [Mon, 18 Apr 2016 18:42:20 +0000 (14:42 -0400)] 
Merge pull request #428 in SNORT/snort3 from capture to master

* commit '050ee1a38b24ffe9745ca1bbc243814fa2114ea6':
  Add file capture stats

9 years agodon't delete splitters in session cleanup unless we are doing a full session reset
davis mcpherson [Mon, 18 Apr 2016 18:34:51 +0000 (14:34 -0400)] 
don't delete splitters in session cleanup unless we are doing a full session reset

9 years agoMerge pull request #427 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to...
Russ Combs (rucombs) [Mon, 18 Apr 2016 18:26:44 +0000 (14:26 -0400)] 
Merge pull request #427 in SNORT/snort3 from ~MIALTIZE/snort3:for-russ-trivial to master

* commit '884183d0393d7baf7f60f87e25633fcbdc5af161':
  Remove extraneous semicolons.

9 years agoMerge pull request #429 in SNORT/snort3 from perf_unitfault to master
Russ Combs (rucombs) [Mon, 18 Apr 2016 18:25:58 +0000 (14:25 -0400)] 
Merge pull request #429 in SNORT/snort3 from perf_unitfault to master

* commit '0d3b6824ae902979135552e5082cd1e3bca72671':
  fixed sigabrt in BaseTracker unit test
  fixed sigabrt in BaseTracker unit test
  fixed sigabrt in BaseTracker unit test

9 years agofixed sigabrt in BaseTracker unit test
Carter Waxman [Mon, 18 Apr 2016 18:13:00 +0000 (14:13 -0400)] 
fixed sigabrt in BaseTracker unit test

9 years agofixed sigabrt in BaseTracker unit test
Carter Waxman [Mon, 18 Apr 2016 17:53:08 +0000 (13:53 -0400)] 
fixed sigabrt in BaseTracker unit test

9 years agofixed sigabrt in BaseTracker unit test
Carter Waxman [Mon, 18 Apr 2016 17:48:02 +0000 (13:48 -0400)] 
fixed sigabrt in BaseTracker unit test

9 years agoAdd file capture stats
huica [Mon, 18 Apr 2016 17:22:40 +0000 (13:22 -0400)] 
Add file capture stats

9 years agoRemove extraneous semicolons.
Michael Altizer [Mon, 18 Apr 2016 16:41:24 +0000 (12:41 -0400)] 
Remove extraneous semicolons.

9 years agoadded catch tests and conditional add_cpputest
Joel Cornett [Fri, 15 Apr 2016 20:51:26 +0000 (16:51 -0400)] 
added catch tests and conditional add_cpputest

9 years agoadded a fix for a thing
Joel Cornett [Fri, 15 Apr 2016 19:00:39 +0000 (15:00 -0400)] 
added a fix for a thing

9 years agoinitial
Joel Cornett [Fri, 15 Apr 2016 18:57:26 +0000 (14:57 -0400)] 
initial