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 --- netsniff-ng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index d1d8a85..eeb8d0d 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -39,6 +39,7 @@ netsniff-ng-objs = dissector.o \ proto_none.o \ proto_tcp.o \ proto_udp.o \ + proto_dccp.o \ proto_vlan.o \ proto_vlan_q_in_q.o \ proto_mpls_unicast.o \ -- cgit v1.2.3-54-g00ecf