summaryrefslogtreecommitdiff
path: root/print-pim.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-09-08 16:07:38 +0100
committerDenis Ovsienko <denis@ovsienko.info>2020-09-08 16:23:56 +0100
commite782bd8ca6e739a87d8d22d4f45bce4831426201 (patch)
tree043242d06d4fa844c7cc65e967f9035855d07c12 /print-pim.c
parentd82b6550cdbe6b286bc987accf69e7746c93fc4a (diff)
downloadtcpdump-e782bd8ca6e739a87d8d22d4f45bce4831426201.tar.gz
PIM: Remove an out-of-date comment. [skip ci]
Speaking of struct pim, pim_print() indeed looks only into pim_typever, but pimv2_print() among many other things covers the whole structure.
Diffstat (limited to 'print-pim.c')
-rw-r--r--print-pim.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/print-pim.c b/print-pim.c
index 4c67f1e7..1fd11472 100644
--- a/print-pim.c
+++ b/print-pim.c
@@ -462,9 +462,6 @@ pim_print(netdissect_options *ndo,
uint8_t pim_typever;
ndo->ndo_protocol = "pim";
-#ifdef notyet /* currently we see only version and type */
- ND_TCHECK_1(pim->pim_rsv);
-#endif
pim_typever = GET_U_1(pim->pim_typever);
switch (PIM_VER(pim_typever)) {