Skip to content

Commit

Permalink
Port latest upstream master
Browse files Browse the repository at this point in the history
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
  • Loading branch information
anestisb committed Dec 24, 2019
1 parent 40d1349 commit 67b2949
Show file tree
Hide file tree
Showing 6 changed files with 7,323 additions and 6,601 deletions.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
Changes in 0.6
- added pcapng awareness (thanks to Alberto Zaccagni and Guglielmo Fachini of Nozomi Networks)
- automatic uniqueness filter catches most duplicates (-C flag)
- added UDP output
Changes in 0.5
- %s in output path is the suffix of the main sample file used, if applicable, based on commit by Ditmar Wendt
- added --seek to seek a specific testcase
Expand Down
373 changes: 3 additions & 370 deletions README.md

Large diffs are not rendered by default.

374 changes: 374 additions & 0 deletions README.orig.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jni/Android.mk
Expand Up @@ -3,7 +3,7 @@
#
# Anestis Bechtsoudis <anestis@census-labs.com>
#
# Copyright 2014 - 2015 by Census SA. All Rights Reserved.
# Copyright 2014 - 2019 by Census SA. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion jni/Application.mk
@@ -1,2 +1,2 @@
APP_PLATFORM := android-21
APP_PLATFORM := android-28
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64

0 comments on commit 67b2949

Please sign in to comment.