Skip to content

Commit

Permalink
Prepped for 2.2.0, version number incremented, version referenced in …
Browse files Browse the repository at this point in the history
…docs.

Removed expat reference from README.linux
  • Loading branch information
cybermaggedon committed Jul 22, 2019
1 parent ac421ee commit 1fc63b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 106 deletions.
5 changes: 2 additions & 3 deletions README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sudo apt install -y automake autoconf
sudo apt install -y libpcap-dev libboost-dev libboost-regex-dev
sudo apt install -y libboost-program-options-dev
sudo apt install -y g++
sudo apt install -y libexpat-dev
sudo apt install -y libncurses-dev libreadline-dev
sudo apt install -y lua-filesystem lua-json lua-md5 lua-socket
sudo apt install -y texinfo texlive
Expand Down Expand Up @@ -37,7 +36,7 @@ Fedora

sudo dnf install -y git autoconf automake
sudo dnf install -y libpcap-devel boost-devel gcc-c++
sudo dnf install -y expat-devel lua-devel
sudo dnf install -y lua-devel
sudo dnf install -y ncurses-devel readline-devel
sudo dnf install -y lua-filesystem lua-json lua-md5 lua-socket
sudo dnf install -y texinfo texlive texinfo-tex
Expand All @@ -64,7 +63,7 @@ Centos 7, RHEL7

sudo yum install -y git autoconf automake
sudo yum install -y libpcap-devel boost-devel gcc-c++
sudo yum install -y expat-devel lua-devel
sudo yum install -y lua-devel
sudo yum install -y ncurses-devel readline-devel
sudo yum install -y lua-filesystem lua-json lua-md5 lua-socket
sudo yum install -y texinfo texlive texinfo-tex
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([cyberprobe], [2.1.0], [https://github.com/cybermaggedon/cyberprobe])
AC_INIT([cyberprobe], [2.2.0], [https://github.com/cybermaggedon/cyberprobe])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/target.h])
AC_CONFIG_HEADERS([config.h])
Expand Down
108 changes: 6 additions & 102 deletions docs/cyberprobe.texi
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,14 @@ tutorial.
@cindex Version history
@heading Revision history

Cyberprobe releases:
Cyberprobe release highlights:

@table @code

@item 2.2.0
Changed cyberprobe configuration file to use JSON instead of XML.
JSON is easier to integrate with automated processes.

@item 2.0.5
Added VXLAN support to cybermon. This allows cybermon to receive the
VXLAN protocol which is e.g. used by AWS Traffic Mirroring.
Expand Down Expand Up @@ -255,107 +260,6 @@ information.
@item 1.0
Lua invocation mechanism has been replaced by a thread-safe queue function.

@item 0.99
Elliptic curve support in TLS, if supported in OpenSSL.

@item 0.95
Fixed cyberprobe to cybermon transport dropout.

@item 0.94
Reworked the JSON model, to make different protocol attributes more clearly
defined.

@item 0.93
DNS over TCP, and simple port-based detection for IMAP, SMTP auth, SIP.

@item 0.92
Changed DNS and ICMP type field in JSON, DNS class and type are presented
as strings.

@item 0.91
Redis integration using @code{redis.lua} configuration file.

@item 0.90
NTP handling, DNS output format changed, robustness fixes in TCP handling.

@item 0.83
Point release, minor fixes.

@item 0.80
Added optional TLS support for packet streams to cyberprobe and cybermon.
This change refactors the cybermon command line interface. See documentation
for new command line options.

@item 0.79
Socket closure fix.

@item 0.76
Make UUIDs unique.

@item 0.74
Cassanda subscriber support.

@item 0.71
Fixes.

@item 0.70
Added ZeroMQ pub/sub support, with subscribers for ElasticSearch, Gaffer,
Google BigQuery.

@item 0.63
ElasticSearch integration brought up to latest ES verison.
Cybermon Gaffer integration work completed to point of release.

@item 0.62
Source-code updated to work with latest dependencies, operating systems and
compiler versions. Early Gaffer integration.

@item 0.61
Fixed HTTP crashing problem in cybermon.

@item 0.60
IP address matching now permits specification of a mask.
Documentation improved, regression suite added, a few unit tests starting to
form.

@item 0.55
Packages released for Debian, Fedora and Centos, documentation
re-worked into info and man formats.

@item 0.50
ElasticSearch integration improved to get a much tighter integration with
Kibana for a network dashboard. Also bug-fixes for memory management / lock
problems.

@item 0.40
Now includes prototype STIX support: A TAXII server allows distrubution of
threat information, and a TAXII client can read indicator information and
store in a way that cybermon can use.

@item 0.30
The build process now uses the GNU toolset. It detects the LUA interface and
can compile against LUA 5.1 and 5.2. Successfully compiled on a MacBook!

@item 0.25
Added SMTP and FTP capability. Also added a primitive mechanism to visualise
network observations.

@item 0.20
HTTP and DNS protocol capability. TCP reset and DNS packet forgery
added. Major overhaul of the LUA language interface.

@item 0.12
Cybermon utility is configurable using LUA.

@item 0.11
Added basic cybermon utility.

@item 0.10
Added management interface.

@item 0.9
First release on SourceForge.

@end table

@comment ----------------------------------------------------------------------
Expand Down

0 comments on commit 1fc63b0

Please sign in to comment.