summaryrefslogtreecommitdiff
path: root/netsniff-ng
diff options
context:
space:
mode:
authorMarkus Amend <markus.amend@telekom.de>2018-01-12 08:27:12 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-01-12 10:37:55 +0100
commit92609553c7c6da3214482b1f39bef7cce41a6fdf (patch)
treec8eb1ad53564a149f04003f7bae49854bfaa81ed /netsniff-ng
parent5bef83d56ab496a7d1f039e0ffc9c52828164d56 (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 'netsniff-ng')
-rw-r--r--netsniff-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \