Skip to content

Commit

Permalink
prepared release of pcapfix version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rup0rt committed Jun 13, 2021
1 parent b874e07 commit 2fe168e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
pcapfix Changelog
*****************

1.1.6 - 13.06.2021
-------
* added security boundary checks in pcapng format

1.1.5 - 05.04.2021
-------
* snaplen checks are only performed in soft mode now
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pcapfix v1.1.5 README
pcapfix v1.1.6 README
*********************

Pcapfix is a tool to repair your damaged or corrupted pcap and pcapng files.
Expand Down
5 changes: 4 additions & 1 deletion pcapfix.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCAPFIX 1 "04 APR 2021"
.TH PCAPFIX 1 "13 JUN 2021"

.SH "NAME"
pcapfix \- repair pcap and pcapng files
Expand Down Expand Up @@ -271,6 +271,9 @@ For further information visit the pcapfix homepage at http://f00l.de/pcapfix/.

.SH "HISTORY"
.TP 5
1.1.6 - 13.06.2021
* added security boundary checks in pcapng format
.TP
1.1.5 - 05.04.2021
* snaplen checks are only performed in soft mode now
.br
Expand Down
4 changes: 2 additions & 2 deletions pcapfix.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License along with
* Pcapfix. If not, see http://www.gnu.org/licenses/.
*
* Last Modified: 04.05.2021
* Last Modified: 13.06.2021
*
*******************************************************************************
*
Expand Down Expand Up @@ -45,7 +45,7 @@
#include "pcap_kuznet.h"
#include "pcapng.h"

#define VERSION "1.1.6-DEVEL" /* pcapfix version */
#define VERSION "1.1.6" /* pcapfix version */

#define BTSNOOP_MAGIC 0x6E737462 /* btsnoop file magic (first 4 bytes) */
#define SNOOP_MAGIC 0x6f6f6e73 /* snoop file magic (first 4 bytes) */
Expand Down

0 comments on commit 2fe168e

Please sign in to comment.