diff options
Diffstat (limited to 'netsniff-ng')
-rw-r--r-- | netsniff-ng/Makefile | 1 |
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 \ |