Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-qt-stream-ch-chain-net-srv-vpn
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-qt-stream-ch-chain-net-srv-vpn
Commits
a988e945
Commit
a988e945
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] VPN Uid
parent
7cd6c74f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DapStreamChChainNetSrvVpn.h
+9
-0
9 additions, 0 deletions
DapStreamChChainNetSrvVpn.h
with
9 additions
and
0 deletions
DapStreamChChainNetSrvVpn.h
+
9
−
0
View file @
a988e945
...
...
@@ -33,6 +33,8 @@ along with any CellFrame SDK based project. If not, see <http://www.gnu.org/lic
#include
<QTcpSocket>
#include
<QTcpServer>
#include
"DapStreamChChainNetSrv.h"
#define STREAM_SF_PACKET_OP_CODE_CONNECTED 0x000000a9
#define STREAM_SF_PACKET_OP_CODE_CONNECT 0x000000aa
#define STREAM_SF_PACKET_OP_CODE_DISCONNECT 0x000000ab
...
...
@@ -53,9 +55,16 @@ along with any CellFrame SDK based project. If not, see <http://www.gnu.org/lic
#define STREAM_SF_PACKET_OP_CODE_RAW_SEND 0x000000bc
#define STREAM_SF_PACKET_OP_CODE_RAW_RECV 0x000000bd
#define DAP_CHAIN_NET_SRV_VPN_ID
struct
DapSockForwPacket
;
namespace
Dap
{
namespace
Chain
{
namespace
NetSrv
{
const
Uid
UID_VPN
=
0x0000000000000001
;
}
}
namespace
Stream
{
class
ChChainNetSrvVpn
:
public
DapChBase
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment