Skip to content

Commit

Permalink
Bump to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
f-s-p committed Sep 24, 2015
1 parent d47c9d8 commit cd888d8
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.26 Sep 24 2015
- Set default tcp_flow_timeout to 1 hour, which should cover most firewalls'
and OS's TCP idle timeout

v1.25 Feb 18 2013
- added timeouts for tcp streams

Expand Down
2 changes: 1 addition & 1 deletion MISC
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================

1. Building
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================

1. What is libnids ?
Expand Down
4 changes: 2 additions & 2 deletions doc/API.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<head><title>Libnids-1.25 API</title>
<head><title>Libnids-1.26 API</title>
<meta name="generator" content="with little help of c2html">

</head>
<body>
<h1><center>
====================<br>
libnids-1.25<br>
libnids-1.26<br>
====================<br>
</h1></center>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion doc/API.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================
libnids-1.25
libnids-1.26
====================

1. Introduction
Expand Down
2 changes: 1 addition & 1 deletion doc/LINUX
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================

The following applies to Linux only.
Expand Down
2 changes: 1 addition & 1 deletion doc/NEW_LIBPCAP
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================

This document is obsolete; read LINUX instead !
Expand Down
2 changes: 1 addition & 1 deletion doc/PERFORMANCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================
Libnids uses efficient data structures (hash tables), so it imposes as
little overhead on packets processing as possible. However, in some cases,
Expand Down
2 changes: 1 addition & 1 deletion doc/TESTS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

====================
libnids-1.25
libnids-1.26
====================

In order to verify reliability of libnids, a number of tests were
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ includedir = @includedir@
libdir = @libdir@
mandir = @mandir@
LIBSTATIC = libnids.a
LIBSHARED = libnids.so.1.25
LIBSHARED = libnids.so.1.26

CC = @CC@
CFLAGS = @CFLAGS@ -DLIBNET_VER=@LIBNET_VER@ -DHAVE_ICMPHDR=@ICMPHEADER@ -DHAVE_TCP_STATES=@TCPSTATES@ -DHAVE_BSD_UDPHDR=@HAVE_BSD_UDPHDR@
Expand Down
2 changes: 1 addition & 1 deletion src/nids.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern "C" {
# endif

# define NIDS_MAJOR 1
# define NIDS_MINOR 25
# define NIDS_MINOR 26

enum
{
Expand Down

0 comments on commit cd888d8

Please sign in to comment.