Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther | |
pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. ok deraadt@ | |||
2013-10-24 | These two programs got fooled by the KAME/NRL split and need type repair. | Theo de Raadt | |
They do not indicate a problem with the reduction of namespace export, but got suckered into the 1999 plan. ok benno | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-07-10 | In the EXAMPLES section, it is not very obvious that "localnet" is not a | Lawrence Teo | |
literal argument name due to lack of formatting, so replace it with an example network to make it clearer (discussed with and suggested by jmc@). While here, fix some style nits in a sentence to make it consistent with the other examples. ok jmc | |||
2013-06-19 | Do not install pcap-int.h to /usr/include as it is an internal library | Lawrence Teo | |
header (pointed out by matthew@). Let only pflogd and tcpdump include pcap-int.h directly since they need it for privilege separation. "looks good" sthen feedback/ok deraadt matthew millert | |||
2013-04-16 | fix glitches in unused source file; ok millert | Theo de Raadt | |
2013-01-17 | Dump some more flags and subtypes in tcpdump. Especially flags used in | Claudio Jeker | |
power saving mode. OK giovanni@ | |||
2012-11-14 | In the unlikely event that a NULL device is passed to priv_pcap_live(), | Lawrence Teo | |
ensure that the function will stop and return NULL instead of continuing (which could lead to a segfault). ok benno deraadt otto | |||
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-09-19 | replay counter was bumped a while ago, update byte order conversion; | Mike Belopuhov | |
while here, improve the way information is printed out a bit. with input and ok camield, mpf | |||
2012-08-29 | - rfc 4835 obsoletes rfc 2406 | Jason McIntyre | |
- flesh out SEE ALSO ok sthen | |||
2012-08-24 | We maintain our own tcpdump, so remove the sentence in the BUGS section | Lawrence Teo | |
that asks users to send bug reports to mainline tcpdump. While here, fix two mandoc -Tlint warnings by removing unnecessary .Pp instances. ok deraadt jmc naddy | |||
2012-07-13 | Recognize additional DH groups; ok sthen naddy | Mike Belopuhov | |
2012-07-11 | cleanup offset argument in default_print_* functions, pointed out by Mike Small | Stuart Henderson | |
ok theo | |||
2012-07-10 | support -A to print the ascii text of captured packets. ok deraadt@ | Stuart Henderson | |
2012-07-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo | |
printed with port names if desired. tcpdump's pf_print_state.c has diverged significantly from pfctl's, so the change to tcpdump's pf_print_state.c is not exactly the same as pfctl's. ok henning sthen | |||
2012-05-03 | esp/ah sequence number is unsigned and should be printed as such; | Mike Belopuhov | |
ok haesbaert, sthen, yasuoka, mpf | |||
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt | |
2012-02-19 | Fix a classical bug (= vs ==). OK stsp@ miod@ | Claudio Jeker | |
2012-01-28 | Use safeputs() for radius, some decodes are likely to have unprintable | Stuart Henderson | |
characters. ok mikeb@ | |||
2012-01-28 | Print names rather than numbers for the old draft nat-t attributes, | Stuart Henderson | |
cisco use these at least as recently as ASAs running 8.4(1) | |||
2011-12-28 | Print PPP-Max-Payload headers (for RFC 4638 PPPoe), part of a larger diff | Stuart Henderson | |
from Matt Dainty. ok haesbaert@ | |||
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker | |
OK mcbride@ | |||
2011-09-22 | Let tcpdump use the same format for printing IPv6 fragments as for | Alexander Bluhm | |
IPv4. Now it is id:len@off+more for both. ok jsing | |||
2011-09-22 | Revert r1.29. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling | |
is no longer needed. ok naddy | |||
2011-09-18 | extract 8 octets (as per RFC 2661) rather than a long; with jsing@ | Christian Weisgerber | |
2011-09-18 | Fix whitespace. | Joel Sing | |
2011-09-18 | Avoid potential 64-bit unaligned access on strict alignment architectures. | Joel Sing | |
Spotted by and ok naddy@ | |||
2011-09-17 | Make tcpdump -v print the id and seq of icmp6 echo packets. | Alexander Bluhm | |
ok claudio naddy | |||
2011-09-17 | update pointer variable after copying misaligned packet; ok claudio@ | Christian Weisgerber | |
2011-09-17 | access a 32-bit field as u_int32_t, not as u_long; ok bluhm@ | Christian Weisgerber | |
2011-07-25 | Be more careful when looking at l2tp traffic. Do more length checks and | Claudio Jeker | |
make sure that no unaligned access to uint16_t values happen. Tested and feedback by yasuoka@ | |||
2011-06-27 | fix an off by one which resulted in 'no next header' packets not being | David Hill | |
displayed. help from bluhm@ OK claudio@ | |||
2011-04-03 | Call setlocale() to avoid display glitches in UTF-8 locales. | Stefan Sperling | |
ok phessler nicm mikeb | |||
2011-03-28 | tweak previous; | Jason McIntyre | |
2011-03-28 | Add a couple of examples on tcpflags and icmptype filters | giovanni | |
ok claudio@ | |||
2011-03-22 | Don't be to strict when checking the length of an ospf packet. | Claudio Jeker | |
Allow for padding bytes in the IP packet (length > ntohs(op->ospf_len)) but report both length in that case. OK sthen@, deraadt@ | |||
2011-02-07 | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no | Ingo Schwarze | |
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@. | |||
2010-11-12 | The ioctl to show states returns a pfsync_state which is in network byte | Claudio Jeker | |
order and therefore a ntohs is needed to show the rdomain correctly. OK henning@ dlg@ | |||
2010-11-04 | Sync with tcpdump.org to fix multicast DNS support, and get some | Can Erkin Acar | |
other updates in the process. Initial report/patch from Christiano F. Haesbaert. Ok matthew@ | |||
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt | |
who decided to just do it on their own. henning, mcbride, jsing -- shame on you -- if you had shown this diff to just 1 other network developer, the astounding mistake in it would have been noticed. Start practicing inclusionary development instead of going alone. ok claudio | |||
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing | |
by mcbride@. ok mcbride@ henning@ | |||
2010-10-09 | Do not use BPF_WORDALIGN when computing pflog header length as it aligns | Can Erkin Acar | |
to 8-byte boundary on 64-bit architectures. Instead explicitly round up to a 4-byte boundary. Reported and tested by sthen@ | |||
2010-09-21 | when a packet has had addresses and/or ports rewritten, show the original | Henning Brauer | |
addresses/ports too. ok ryan dlg | |||
2010-09-21 | temporary hack to raise snaplen for pflog so that pflog header, ip header | Henning Brauer | |
and protocol header actually fit in the common cases. stays until canacar tells us how to do it right ;) ok dlg ryan | |||
2010-09-07 | fix a formatting issue for -E; | Jason McIntyre | |
2010-08-19 | Correctly decode and print access point names. | Joel Sing | |
2010-08-04 | Print the MTU in OSPF dd packets. Borrowed from the ospf6 printer. | Stuart Henderson | |
ok claudio@ deraadt@ | |||
2010-08-03 | Fix a usage of logical and where binary and was intended. | Jonathan Gray | |
Spotted by Mike Belopuhov. ok jsing@ deraadt@ | |||
2010-06-30 | Print MPLS label as decimal and not hex. All other places we print MPLS | Claudio Jeker | |
labels we use decimal. OK jsg@ deraadt@ |