X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d29f3dab95d8b28a62848fcb043b8ba40348bc3d..d1cffd99e6487cc1c2f2dbbc6ea4cc60c36226c7:/print-tcp.c?ds=sidebyside diff --git a/print-tcp.c b/print-tcp.c index 27620d66..ef6bb517 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -697,7 +697,7 @@ tcp_print(register const u_char *bp, register u_int length, } else if (sport == MSDP_PORT || dport == MSDP_PORT) { msdp_print(gndo, bp, length); } else if (sport == RPKI_RTR_PORT || dport == RPKI_RTR_PORT) { - rpki_rtr_print(bp, length); + rpki_rtr_print(gndo, bp, length); } else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) { ldp_print(bp, length);