Skip to content

Commit b61aa4b

Browse files
committed
Bug appneta#317 - add fuzzing.h to dist
1 parent 0d8c028 commit b61aa4b

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,7 @@ sudo: required
22

33
language: c
44

5-
env:
6-
global:
7-
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
8-
# via the "travis encrypt" command using the project repo's public key
9-
- secure: "F/PkNS6cxaD8Stj3ZdfnRMs5YIb4kRz1QQFwTYJu5o0F8IzGlow11AjqgGWov0KbbYaZGIGN5DlNUtOvUuNcqaPpkoHohoDBO/TcDLgVzwhBNLBCm1bho6DHuuSX1MKo+TWS1xJLCx+1+oRvSCLNjTrI3gYFwksrJhfDf9fw6VI="
10-
11-
before_install:
12-
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
13-
145
addons:
15-
coverity_scan:
16-
project:
17-
name: "appneta/tcpreplay"
18-
description: "Build submitted via Travis CI"
19-
notification_email: [email protected]
20-
build_command_prepend: "./autogen.sh; ./configure; make clean"
21-
build_command: "make"
22-
branch_pattern: coverity_scan
236
apt:
247
packages:
258
- libpcap-dev

src/tcpedit/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ AM_CFLAGS = -I.. -I../common -I../.. @LDNETINC@ $(LIBOPTS_CFLAGS) $(LNAV_CFLAGS)
2727
noinst_HEADERS = tcpedit.h edit_packet.h portmap.h \
2828
tcpedit_stub.h parse_args.h dlt.h checksum.h \
2929
incremental_checksum.h tcpedit_api.h \
30-
tcpedit_types.h plugins.h plugins_api.h plugins_types.h
30+
tcpedit_types.h plugins.h plugins_api.h \
31+
plugins_types.h fuzzing.h
3132

3233
MOSTLYCLEANFILES = *~
3334

0 commit comments

Comments
 (0)