aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace-sni/fnettrace_sni.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-04-08 08:49:51 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-04-08 08:49:51 -0400
commitf861764dfa4841a5743b49f33df923bfe75a7f84 (patch)
treef27e8b4a84479557ba0901985944c2ce4ce28b84 /src/fnettrace-sni/fnettrace_sni.h
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-f861764dfa4841a5743b49f33df923bfe75a7f84.tar.gz
firejail-f861764dfa4841a5743b49f33df923bfe75a7f84.tar.zst
firejail-f861764dfa4841a5743b49f33df923bfe75a7f84.zip
nettrace dns and sni
Diffstat (limited to 'src/fnettrace-sni/fnettrace_sni.h')
-rw-r--r--src/fnettrace-sni/fnettrace_sni.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/fnettrace-sni/fnettrace_sni.h b/src/fnettrace-sni/fnettrace_sni.h
new file mode 100644
index 000000000..790a3ce7f
--- /dev/null
+++ b/src/fnettrace-sni/fnettrace_sni.h
@@ -0,0 +1,34 @@
1/*
2 * Copyright (C) 2014-2022 Firejail Authors
3 *
4 * This file is part of firejail project
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/
20#ifndef FNETTRACE_SNI_H
21#define FNETTRACE_SNI_H
22
23#include "../include/common.h"
24#include <unistd.h>
25#include <sys/stat.h>
26#include <sys/types.h>
27#include <sys/socket.h>
28#include <netinet/in.h>
29#include <time.h>
30#include <stdarg.h>
31#include <fcntl.h>
32#include <sys/mman.h>
33
34#endif \ No newline at end of file