From 92609553c7c6da3214482b1f39bef7cce41a6fdf Mon Sep 17 00:00:00 2001 From: Markus Amend Date: Fri, 12 Jan 2018 08:27:12 +0100 Subject: netsniff-ng: add DCCP support Adds a first rudimentary support for the DCCP protocol. Signed-off-by: Markus Amend [tk: minor formatting tweaks] Signed-off-by: Tobias Klauser --- protos.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protos.h') diff --git a/protos.h b/protos.h index 201439a..39a8c4f 100644 --- a/protos.h +++ b/protos.h @@ -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; -- cgit v1.2.3-54-g00ecf