summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-01-09 16:54:47 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-01-09 16:59:33 +0400
commitdb8077a114ac60f8ecaa96b3edd3993f5c0da7a7 (patch)
tree43a10bd739c7767582b1e8d41001edc5c565ace2 /Makefile.in
parenta403881e82fa71924576c64a8230803385420e4b (diff)
downloadtcpdump-db8077a114ac60f8ecaa96b3edd3993f5c0da7a7.tar.gz
add a decoder for Loopback/CTP
tcpdump used to print an empty line for a Loopback (CTP) packet, which many Cisco switches send by default every 10 seconds. This commit adds a decoder for the protocol and a test case, which uses the sample capture from Wireshark wiki (configuration_test_protocol_aka_loop.pcap).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e54a98f..7f765847 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ LIBNETDISSECT_SRC=addrtoname.c af.c checksum.c cpack.c gmpls.c oui.c gmt2local.c
print-igrp.c print-ip.c print-ipcomp.c print-ipfc.c print-ipnet.c \
print-ipx.c print-isakmp.c print-isoclns.c print-juniper.c print-krb.c \
print-l2tp.c print-lane.c print-ldp.c print-lldp.c print-llc.c \
- print-lmp.c print-lspping.c print-lwapp.c \
+ print-lmp.c print-loopback.c print-lspping.c print-lwapp.c \
print-lwres.c print-mobile.c print-mpcp.c print-mpls.c print-mptcp.c print-msdp.c \
print-msnlb.c print-nflog.c print-nfs.c print-ntp.c print-null.c \
print-olsr.c print-openflow.c print-openflow-1.0.c print-ospf.c \