Searched refs:symantec_header (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-symantec.c36 struct symantec_header { struct
45 register const struct symantec_header *sp;
48 sp = (const struct symantec_header *)bp;
79 const struct symantec_header *sp;
82 if (caplen < sizeof (struct symantec_header)) {
90 length -= sizeof (struct symantec_header);
91 caplen -= sizeof (struct symantec_header);
92 sp = (const struct symantec_header *)p;
93 p += sizeof (struct symantec_header);
100 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header));
[all...]

Completed in 45 milliseconds