summaryrefslogtreecommitdiff
path: root/print-icmp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (icmp_print): step through all advertised routers for a routerassar2000-05-151-1/+2
| | | | advertisement. From <aandres@mfom.es>
* random cleanups. add some parens for clarity.itojun2000-04-281-17/+18
|
* s/sprintf/snprintf/.itojun2000-01-171-24/+29
| | | | | there seem to be couple of unsafe use of strcat and strcpy - we should bring in strl{cat,cpy}.
* Use TTEST2 instead of home-grown truncation check.fenner1999-11-221-2/+9
| | | | If -vv, print the original IP packet included in ICMP errors.
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* (icmp_print): check checksum if vflag. From kuznet@ms2.inr.ac.ruassar1999-11-211-2/+8
|
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-3/+5
| | | | | | | Hope I did not break anything. Portability on IPv4-only node needs checking, I'll do this very soon. (sorry for rather jumbo commit) XXx what is _FAVOR_BSD?
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+3
|
* Initial revisionmcr1999-10-071-0/+354