File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,7 @@ sudo: required
2
2
3
3
language : c
4
4
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
-
14
5
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
23
6
apt :
24
7
packages :
25
8
- libpcap-dev
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ AM_CFLAGS = -I.. -I../common -I../.. @LDNETINC@ $(LIBOPTS_CFLAGS) $(LNAV_CFLAGS)
27
27
noinst_HEADERS = tcpedit.h edit_packet.h portmap.h \
28
28
tcpedit_stub.h parse_args.h dlt.h checksum.h \
29
29
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
31
32
32
33
MOSTLYCLEANFILES = *~
33
34
You can’t perform that action at this time.
0 commit comments