diff options
author | Markus Amend <markus.amend@telekom.de> | 2018-01-12 08:27:12 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2018-01-12 10:37:55 +0100 |
commit | 92609553c7c6da3214482b1f39bef7cce41a6fdf (patch) | |
tree | c8eb1ad53564a149f04003f7bae49854bfaa81ed /protos.h | |
parent | 5bef83d56ab496a7d1f039e0ffc9c52828164d56 (diff) |
netsniff-ng: add DCCP support
Adds a first rudimentary support for the DCCP protocol.
Signed-off-by: Markus Amend <markus.amend@telekom.de>
[tk: minor formatting tweaks]
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'protos.h')
-rw-r--r-- | protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ extern struct protocol lldp_ops; extern struct protocol none_ops; extern struct protocol tcp_ops; extern struct protocol udp_ops; +extern struct protocol dccp_ops; extern struct protocol vlan_ops; extern struct protocol ieee80211_ops; extern struct protocol QinQ_ops; |