summaryrefslogtreecommitdiff
path: root/print-ip6.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (ip6_print): rewrite the alignment code to be for v6 and not v4.assar2000-07-111-8/+8
| | | | based on a patch from Love <lha@stacken.kth.se>
* TCPDUMP_ALIGN -> LBL_ALIGNassar2000-07-111-2/+2
|
* remove non-STDC codeassar2000-07-011-3/+1
|
* fallback definition for IPPROTO_PIMassar2000-04-091-1/+5
|
* Now that print-pim.c says "pim", don't print it here too.fenner2000-02-171-2/+1
|
* Unify rcsid[]'s.fenner2000-01-091-1/+1
|
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-0/+4
|
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-0/+224
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?