| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-pim.c | 145 pimv1_join_prune_print(netdissect_options *ndo, in pimv1_join_prune_print() argument 156 ND_PRINT((ndo, " RPF %s ", ipaddr_string(ndo, bp))); in pimv1_join_prune_print() 159 ND_PRINT((ndo, "Hold ")); in pimv1_join_prune_print() 160 relts_print(ndo, hold); in pimv1_join_prune_print() 162 ND_PRINT((ndo, "%s (%s/%d, %s", njoin ? "Join" : "Prune", in pimv1_join_prune_print() 163 ipaddr_string(ndo, &bp[26]), bp[25] & 0x3f, in pimv1_join_prune_print() 164 ipaddr_string(ndo, &bp[12]))); in pimv1_join_prune_print() 166 ND_PRINT((ndo, "/%s", ipaddr_string(ndo, &bp[16]))); in pimv1_join_prune_print() 167 ND_PRINT((ndo, ") %s%s %s", in pimv1_join_prune_print() 175 if (ndo->ndo_vflag > 1) in pimv1_join_prune_print() [all …]
|
| H A D | print-rx.c | 528 rx_print(netdissect_options *ndo, in rx_print() argument 536 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) { in rx_print() 537 ND_PRINT((ndo, " [|rx] (%d)", length)); in rx_print() 543 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print() 545 if (ndo->ndo_vflag) { in rx_print() 548 if (ndo->ndo_vflag > 1) in rx_print() 549 ND_PRINT((ndo, " cid %08x call# %d", in rx_print() 553 ND_PRINT((ndo, " seq %d ser %d", in rx_print() 557 if (ndo->ndo_vflag > 2) in rx_print() 558 ND_PRINT((ndo, " secindex %d serviceid %hu", in rx_print() [all …]
|
| H A D | print-igmp.c | 110 print_mtrace(netdissect_options *ndo, in print_mtrace() argument 117 ND_PRINT((ndo, " [invalid len %d]", len)); in print_mtrace() 120 ND_PRINT((ndo, "mtrace %u: %s to %s reply-to %s", in print_mtrace() 122 ipaddr_string(ndo, &tr->tr_src), ipaddr_string(ndo, &tr->tr_dst), in print_mtrace() 123 ipaddr_string(ndo, &tr->tr_raddr))); in print_mtrace() 125 ND_PRINT((ndo, " with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)))); in print_mtrace() 128 ND_PRINT((ndo, "%s", tstr)); in print_mtrace() 132 print_mresp(netdissect_options *ndo, in print_mresp() argument 139 ND_PRINT((ndo, " [invalid len %d]", len)); in print_mresp() 142 ND_PRINT((ndo, "mresp %lu: %s to %s reply-to %s", in print_mresp() [all …]
|
| H A D | print-dhcp6.c | 281 dhcp6opt_print(netdissect_options *ndo, in dhcp6opt_print() argument 307 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print() 313 ND_PRINT((ndo, " ?)")); in dhcp6opt_print() 320 ND_PRINT((ndo, " hwaddr/time type %u time %u ", in dhcp6opt_print() 324 ND_PRINT((ndo, "%02x", tp[i])); in dhcp6opt_print() 326 ND_PRINT((ndo, ")")); in dhcp6opt_print() 329 ND_PRINT((ndo, " ?)")); in dhcp6opt_print() 334 ND_PRINT((ndo, " vid ")); in dhcp6opt_print() 336 ND_PRINT((ndo, "%02x", tp[i])); in dhcp6opt_print() 338 ND_PRINT((ndo, ")")); in dhcp6opt_print() [all …]
|
| H A D | print-pptp.c | 277 pptp_bearer_cap_print(netdissect_options *ndo, in pptp_bearer_cap_print() argument 280 ND_PRINT((ndo, " BEARER_CAP(%s%s)", in pptp_bearer_cap_print() 293 pptp_bearer_type_print(netdissect_options *ndo, in pptp_bearer_type_print() argument 296 ND_PRINT((ndo, " BEARER_TYPE(%s)", in pptp_bearer_type_print() 301 pptp_call_id_print(netdissect_options *ndo, in pptp_call_id_print() argument 304 ND_PRINT((ndo, " CALL_ID(%u)", EXTRACT_16BITS(call_id))); in pptp_call_id_print() 308 pptp_call_ser_print(netdissect_options *ndo, in pptp_call_ser_print() argument 311 ND_PRINT((ndo, " CALL_SER_NUM(%u)", EXTRACT_16BITS(call_ser))); in pptp_call_ser_print() 315 pptp_cause_code_print(netdissect_options *ndo, in pptp_cause_code_print() argument 318 ND_PRINT((ndo, " CAUSE_CODE(%u)", EXTRACT_16BITS(cause_code))); in pptp_cause_code_print() [all …]
|
| H A D | print-udp.c | 102 vat_print(netdissect_options *ndo, const void *hdr, register const struct udphdr *up) in vat_print() argument 108 ND_PRINT((ndo, "udp/vt %u %d / %d", in vat_print() 115 ND_PRINT((ndo, "udp/vat %u c%d %u%s", in vat_print() 121 ND_PRINT((ndo, " f%d", (i0 >> 16) & 0x1f)); in vat_print() 123 ND_PRINT((ndo, " s%d", (i0 >> 24) & 0x3f)); in vat_print() 128 rtp_print(netdissect_options *ndo, const void *hdr, u_int len, in rtp_print() argument 160 ND_PRINT((ndo, "udp/%s %d c%d %s%s %d %u", in rtp_print() 168 if (ndo->ndo_vflag) { in rtp_print() 169 ND_PRINT((ndo, " %u", EXTRACT_32BITS(&((u_int *)hdr)[2]))); in rtp_print() 176 ND_PRINT((ndo, " !opt")); in rtp_print() [all …]
|
| H A D | print-domain.c | 57 ns_nskip(netdissect_options *ndo, in ns_nskip() argument 90 blabel_print(netdissect_options *ndo, in blabel_print() argument 105 ND_PRINT((ndo, "\\[x")); in blabel_print() 108 ND_PRINT((ndo, "%02x", *bitp)); in blabel_print() 113 ND_PRINT((ndo, "%02x", tc & (0xff << (8 - b)))); in blabel_print() 117 ND_PRINT((ndo, "%1x", ((tc >> 4) & 0x0f) & (0x0f << (4 - b)))); in blabel_print() 119 ND_PRINT((ndo, "/%d]", bitlen)); in blabel_print() 122 ND_PRINT((ndo, ".../%d]", bitlen)); in blabel_print() 127 labellen(netdissect_options *ndo, in labellen() argument 138 ND_PRINT((ndo, "<ELT %d>", elt)); in labellen() [all …]
|
| H A D | print-ppp.c | 418 handle_ctrl_proto(netdissect_options *ndo, in handle_ctrl_proto() argument 430 ND_PRINT((ndo, "%s, ", typestr)); in handle_ctrl_proto() 438 ND_PRINT((ndo, "%s (0x%02x), id %u, length %u", in handle_ctrl_proto() 444 if (!ndo->ndo_vflag) in handle_ctrl_proto() 454 ND_PRINT((ndo, "\n\tencoded length %u (=Option(s) length %u)", len, len - 4)); in handle_ctrl_proto() 456 if (ndo->ndo_vflag > 1) in handle_ctrl_proto() 457 print_unknown_data(ndo, pptr - 2, "\n\t", 6); in handle_ctrl_proto() 465 ND_PRINT((ndo, "\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr))); in handle_ctrl_proto() 468 ND_PRINT((ndo, " Vendor: %s (%u)", in handle_ctrl_proto() 507 if ((j = (*pfunc)(ndo, tptr, len)) == 0) in handle_ctrl_proto() [all …]
|
| H A D | print-nfs.c | 208 print_nfsaddr(netdissect_options *ndo, in print_nfsaddr() argument 226 strlcpy(srcaddr, ipaddr_string(ndo, &ip->ip_src), sizeof(srcaddr)); in print_nfsaddr() 227 strlcpy(dstaddr, ipaddr_string(ndo, &ip->ip_dst), sizeof(dstaddr)); in print_nfsaddr() 232 strlcpy(srcaddr, ip6addr_string(ndo, &ip6->ip6_src), in print_nfsaddr() 234 strlcpy(dstaddr, ip6addr_string(ndo, &ip6->ip6_dst), in print_nfsaddr() 244 ND_PRINT((ndo, "%s.%s > %s.%s: ", srcaddr, s, dstaddr, d)); in print_nfsaddr() 248 parse_sattr3(netdissect_options *ndo, in parse_sattr3() argument 317 print_sattr3(netdissect_options *ndo, in print_sattr3() argument 321 ND_PRINT((ndo, " mode %o", sa3->sa_mode)); in print_sattr3() 323 ND_PRINT((ndo, " uid %u", sa3->sa_uid)); in print_sattr3() [all …]
|
| H A D | print-dvmrp.c | 73 dvmrp_print(netdissect_options *ndo, in dvmrp_print() argument 79 ep = (const u_char *)ndo->ndo_snapend; in dvmrp_print() 93 ND_PRINT((ndo, " Probe")); in dvmrp_print() 94 if (ndo->ndo_vflag) { in dvmrp_print() 95 if (print_probe(ndo, bp, ep, len) < 0) in dvmrp_print() 101 ND_PRINT((ndo, " Report")); in dvmrp_print() 102 if (ndo->ndo_vflag > 1) { in dvmrp_print() 103 if (print_report(ndo, bp, ep, len) < 0) in dvmrp_print() 109 ND_PRINT((ndo, " Ask-neighbors(old)")); in dvmrp_print() 113 ND_PRINT((ndo, " Neighbors(old)")); in dvmrp_print() [all …]
|
| H A D | print-ether.c | 95 ether_hdr_print(netdissect_options *ndo, in ether_hdr_print() argument 103 ND_PRINT((ndo, "%s > %s", in ether_hdr_print() 104 etheraddr_string(ndo, ESRC(ep)), in ether_hdr_print() 105 etheraddr_string(ndo, EDST(ep)))); in ether_hdr_print() 108 if (!ndo->ndo_qflag) { in ether_hdr_print() 110 ND_PRINT((ndo, ", 802.3")); in ether_hdr_print() 112 ND_PRINT((ndo, ", ethertype %s (0x%04x)", in ether_hdr_print() 117 ND_PRINT((ndo, ", 802.3")); in ether_hdr_print() 119 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); in ether_hdr_print() 122 ND_PRINT((ndo, ", length %u: ", length)); in ether_hdr_print() [all …]
|
| H A D | print-icmp6.c | 484 static void print_lladdr(netdissect_options *ndo, const u_char *, size_t); 485 static void icmp6_opt_print(netdissect_options *ndo, const u_char *, int); 486 static void mld6_print(netdissect_options *ndo, const u_char *); 487 static void mldv2_report_print(netdissect_options *ndo, const u_char *, u_int); 488 static void mldv2_query_print(netdissect_options *ndo, const u_char *, u_int); 489 static const struct udphdr *get_upperlayer(netdissect_options *ndo, const u_char *, u_int *); 490 static void dnsname_print(netdissect_options *ndo, const u_char *, const u_char *); 491 static void icmp6_nodeinfo_print(netdissect_options *ndo, u_int, const u_char *, const u_char *); 492 static void icmp6_rrenum_print(netdissect_options *ndo, const u_char *, const u_char *); 616 print_lladdr(netdissect_options *ndo, const uint8_t *p, size_t l) in print_lladdr() argument [all …]
|
| H A D | print-babel.c | 48 babel_print(netdissect_options *ndo, in babel_print() argument 51 ND_PRINT((ndo, "babel")); in babel_print() 56 ND_PRINT((ndo, " malformed header")); in babel_print() 59 ND_PRINT((ndo, " %d", cp[1])); in babel_print() 64 babel_print_v2(ndo, cp, length); in babel_print() 67 ND_PRINT((ndo, " unknown version")); in babel_print() 74 ND_PRINT((ndo, " %s", tstr)); in babel_print() 120 format_prefix(netdissect_options *ndo, const u_char *prefix, unsigned char plen) in format_prefix() argument 124 snprintf(buf, 50, "%s/%u", ipaddr_string(ndo, prefix + 12), plen - 96); in format_prefix() 127 snprintf(buf, 50, "%s/%u", ip6addr_string(ndo, prefix), plen); in format_prefix() [all …]
|
| H A D | print-l2tp.c | 271 print_string(netdissect_options *ndo, const u_char *dat, u_int length) in print_string() argument 275 ND_PRINT((ndo, "%c", *dat++)); in print_string() 280 print_octets(netdissect_options *ndo, const u_char *dat, u_int length) in print_octets() argument 284 ND_PRINT((ndo, "%02x", *dat++)); in print_octets() 289 print_16bits_val(netdissect_options *ndo, const uint16_t *dat) in print_16bits_val() argument 291 ND_PRINT((ndo, "%u", EXTRACT_16BITS(dat))); in print_16bits_val() 295 print_32bits_val(netdissect_options *ndo, const uint32_t *dat) in print_32bits_val() argument 297 ND_PRINT((ndo, "%lu", (u_long)EXTRACT_32BITS(dat))); in print_32bits_val() 304 l2tp_msgtype_print(netdissect_options *ndo, const u_char *dat) in l2tp_msgtype_print() argument 308 ND_PRINT((ndo, "%s", tok2str(l2tp_msgtype2str, "MSGTYPE-#%u", in l2tp_msgtype_print() [all …]
|
| H A D | print-cdp.c | 98 cdp_print(netdissect_options *ndo, in cdp_print() argument 105 ND_PRINT((ndo, "%s", tstr)); in cdp_print() 112 ND_PRINT((ndo, "CDPv%u, ttl: %us", *(tptr + CDP_HEADER_VERSION_OFFSET), in cdp_print() 114 if (ndo->ndo_vflag) in cdp_print() 115 …ND_PRINT((ndo, ", checksum: 0x%04x (unverified), length %u", EXTRACT_16BITS(tptr+CDP_HEADER_CHECKS… in cdp_print() 123 if (ndo->ndo_vflag) in cdp_print() 124 ND_PRINT((ndo, "\n\t%s (0x%02x), TLV length: %u byte%s (too short)", in cdp_print() 130 ND_PRINT((ndo, ", %s TLV length %u too short", in cdp_print() 140 if (ndo->ndo_vflag || type == 1) { /* in non-verbose mode just print Device-ID */ in cdp_print() 142 if (ndo->ndo_vflag) in cdp_print() [all …]
|
| H A D | print-gre.c | 91 gre_print(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print() argument 96 ND_PRINT((ndo, "%s", tstr)); in gre_print() 100 ND_PRINT((ndo, "GREv%u",vers)); in gre_print() 104 gre_print_0(ndo, bp, len); in gre_print() 107 gre_print_1(ndo, bp, len); in gre_print() 110 ND_PRINT((ndo, " ERROR: unknown-version")); in gre_print() 116 gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print_0() argument 122 if (ndo->ndo_vflag) in gre_print_0() 123 ND_PRINT((ndo, ", Flags [%s]", in gre_print_0() 138 if (ndo->ndo_vflag) in gre_print_0() [all …]
|
| H A D | print-atalk.c | 70 static const struct atNBPtuple *nbp_tuple_print(netdissect_options *ndo, const struct atNBPtuple *, 83 ltalk_if_print(netdissect_options *ndo, in ltalk_if_print() argument 86 return (llap_print(ndo, p, h->caplen)); in ltalk_if_print() 93 llap_print(netdissect_options *ndo, in llap_print() argument 103 ND_PRINT((ndo, " [|llap %u]", length)); in llap_print() 114 ND_PRINT((ndo, " [|sddp %u]", length)); in llap_print() 118 ND_PRINT((ndo, "%s.%s", in llap_print() 119 ataddr_string(ndo, 0, lp->src), ddpskt_string(ndo, sdp->srcSkt))); in llap_print() 120 ND_PRINT((ndo, " > %s.%s:", in llap_print() 121 ataddr_string(ndo, 0, lp->dst), ddpskt_string(ndo, sdp->dstSkt))); in llap_print() [all …]
|
| H A D | print-ip.c | 62 ip_printroute(netdissect_options *ndo, in ip_printroute() argument 69 ND_PRINT((ndo, " [bad length %u]", length)); in ip_printroute() 73 ND_PRINT((ndo, " [bad length %u]", length)); in ip_printroute() 76 ND_PRINT((ndo, " [bad ptr %u]", cp[2])); in ip_printroute() 79 ND_PRINT((ndo, " %s", ipaddr_string(ndo, &cp[len]))); in ip_printroute() 81 ND_PRINT((ndo, ",")); in ip_printroute() 93 ip_finddst(netdissect_options *ndo, in ip_finddst() argument 139 nextproto4_cksum(netdissect_options *ndo, in nextproto4_cksum() argument 160 ph.dst = ip_finddst(ndo, ip); in nextproto4_cksum() 170 ip_printts(netdissect_options *ndo, in ip_printts() argument [all …]
|
| H A D | print-snmp.c | 320 ND_PRINT((ndo, suppressdot?"%s":".%s", objp->desc)); \ 323 ND_PRINT((ndo, suppressdot?"%u":".%u", (o))); \ 408 asn1_parse(netdissect_options *ndo, in asn1_parse() argument 417 ND_PRINT((ndo, "[nothing to parse]")); in asn1_parse() 456 ND_PRINT((ndo, "[Xtagfield?]")); in asn1_parse() 463 ND_PRINT((ndo, "[Xtagfield?]")); in asn1_parse() 473 ND_PRINT((ndo, "[no asnlen]")); in asn1_parse() 483 ND_PRINT((ndo, "[asnlen? %d<%d]", len, noct)); in asn1_parse() 491 ND_PRINT((ndo, "[len%d<asnlen%u]", len, elem->asnlen)); in asn1_parse() 495 ND_PRINT((ndo, "[form?%d]", form)); in asn1_parse() [all …]
|
| H A D | print-lldp.c | 611 print_ets_priority_assignment_table(netdissect_options *ndo, in print_ets_priority_assignment_table() argument 614 ND_PRINT((ndo, "\n\t Priority Assignment Table")); in print_ets_priority_assignment_table() 615 ND_PRINT((ndo, "\n\t Priority : 0 1 2 3 4 5 6 7")); in print_ets_priority_assignment_table() 616 ND_PRINT((ndo, "\n\t Value : %-3d %-3d %-3d %-3d %-3d %-3d %-3d %-3d", in print_ets_priority_assignment_table() 622 print_tc_bandwidth_table(netdissect_options *ndo, in print_tc_bandwidth_table() argument 625 ND_PRINT((ndo, "\n\t TC Bandwidth Table")); in print_tc_bandwidth_table() 626 ND_PRINT((ndo, "\n\t TC%% : 0 1 2 3 4 5 6 7")); in print_tc_bandwidth_table() 627 ND_PRINT((ndo, "\n\t Value : %-3d %-3d %-3d %-3d %-3d %-3d %-3d %-3d", in print_tc_bandwidth_table() 632 print_tsa_assignment_table(netdissect_options *ndo, in print_tsa_assignment_table() argument 635 ND_PRINT((ndo, "\n\t TSA Assignment Table")); in print_tsa_assignment_table() [all …]
|
| H A D | print-ospf.c | 188 ospf_print_grace_lsa(netdissect_options *ndo, in ospf_print_grace_lsa() argument 197 ND_PRINT((ndo, "\n\t Remaining LS length %u < 4", ls_length)); in ospf_print_grace_lsa() 205 ND_PRINT((ndo, "\n\t %s TLV (%u), length %u, value: ", in ospf_print_grace_lsa() 211 ND_PRINT((ndo, "\n\t Bogus length %u > %u", tlv_length, in ospf_print_grace_lsa() 226 ND_PRINT((ndo, "\n\t Bogus length %u != 4", tlv_length)); in ospf_print_grace_lsa() 229 ND_PRINT((ndo, "%us", EXTRACT_32BITS(tptr))); in ospf_print_grace_lsa() 234 ND_PRINT((ndo, "\n\t Bogus length %u != 1", tlv_length)); in ospf_print_grace_lsa() 237 ND_PRINT((ndo, "%s (%u)", in ospf_print_grace_lsa() 244 ND_PRINT((ndo, "\n\t Bogus length %u != 4", tlv_length)); in ospf_print_grace_lsa() 247 ND_PRINT((ndo, "%s", ipaddr_string(ndo, tptr))); in ospf_print_grace_lsa() [all …]
|
| H A D | print-fddi.c | 166 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc() argument 171 ND_PRINT((ndo, "void ")); in print_fddi_fc() 175 ND_PRINT((ndo, "nrt ")); in print_fddi_fc() 179 ND_PRINT((ndo, "rt ")); in print_fddi_fc() 183 ND_PRINT((ndo, "info ")); in print_fddi_fc() 187 ND_PRINT((ndo, "nsa ")); in print_fddi_fc() 191 ND_PRINT((ndo, "beacon ")); in print_fddi_fc() 195 ND_PRINT((ndo, "claim ")); in print_fddi_fc() 202 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 206 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() [all …]
|
| H A D | print-rip.c | 101 rip_entry_print_v1(netdissect_options *ndo, in rip_entry_print_v1() argument 109 ND_PRINT((ndo, "\n\t AFI %s, ", tok2str(bsd_af_values, "Unknown (%u)", family))); in rip_entry_print_v1() 110 print_unknown_data(ndo, (uint8_t *)&ni->rip_family, "\n\t ", RIP_ROUTELEN); in rip_entry_print_v1() 117 print_unknown_data(ndo, (uint8_t *)&ni->rip_family, "\n\t ", RIP_ROUTELEN); in rip_entry_print_v1() 121 ND_PRINT((ndo, "\n\t AFI 0, %s, metric: %u", in rip_entry_print_v1() 122 ipaddr_string(ndo, &ni->rip_dest), in rip_entry_print_v1() 126 ND_PRINT((ndo, "\n\t %s, metric: %u", in rip_entry_print_v1() 127 ipaddr_string(ndo, &ni->rip_dest), in rip_entry_print_v1() 132 rip_entry_print_v2(netdissect_options *ndo, in rip_entry_print_v2() argument 143 ND_PRINT((ndo, "\n\t Simple Text Authentication data: ")); in rip_entry_print_v2() [all …]
|
| H A D | print-bootp.c | 287 bootp_print(netdissect_options *ndo, in bootp_print() argument 297 ND_PRINT((ndo, "BOOTP/DHCP, %s", in bootp_print() 302 ND_PRINT((ndo, " from %s", etheraddr_string(ndo, bp->bp_chaddr))); in bootp_print() 305 ND_PRINT((ndo, ", length %u", length)); in bootp_print() 307 if (!ndo->ndo_vflag) in bootp_print() 314 ND_PRINT((ndo, ", htype %d", bp->bp_htype)); in bootp_print() 318 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen)); in bootp_print() 322 ND_PRINT((ndo, ", hops %d", bp->bp_hops)); in bootp_print() 324 ND_PRINT((ndo, ", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid))); in bootp_print() 326 ND_PRINT((ndo, ", secs %d", EXTRACT_16BITS(&bp->bp_secs))); in bootp_print() [all …]
|
| H A D | print-dccp.c | 206 static int dccp_cksum(netdissect_options *ndo, const struct ip *ip, in dccp_cksum() argument 209 return nextproto4_cksum(ndo, ip, (const uint8_t *)(void *)dh, len, in dccp_cksum() 248 static void dccp_print_ack_no(netdissect_options *ndo, const u_char *bp) in dccp_print_ack_no() argument 262 ND_PRINT((ndo, "(ack=%" PRIu64 ") ", ackno)); in dccp_print_ack_no() 275 void dccp_print(netdissect_options *ndo, const u_char *bp, const u_char *data2, in dccp_print() argument 301 if (cp > ndo->ndo_snapend) { in dccp_print() 302 ND_PRINT((ndo, "[Invalid packet|dccp]")); in dccp_print() 306 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!", in dccp_print() 314 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!", in dccp_print() 326 ND_PRINT((ndo, "%s.%d > %s.%d: ", in dccp_print() [all …]
|