Commit Graph

9 Commits

Author SHA1 Message Date
assar
3cd171317f remove non-STDC code 2000-07-01 03:38:59 +00:00
itojun
53f55314c5 correct dhcp6 solitation plen/id handling. plen is 7 bit, id is 9 bit! 2000-05-17 05:00:12 +00:00
itojun
a1a0ad776c sync with draft-ietf-dhc-dhcp6v6exts-12. 2000-05-15 04:29:32 +00:00
itojun
22454ddf83 correct protocol flag processing. 2000-05-13 18:34:09 +00:00
itojun
d4c1726c51 support new IPv6 dhcp spec (15 draft). no backward compatibility in
packet format specification.
From: jinmei@kame.net
2000-05-13 18:28:46 +00:00
itojun
6e67dba79f s/u_short/u_int16_t/ for KAME-origin source codes 2000-04-28 11:14:47 +00:00
itojun
c4521bbf47 * print-rt6.c: make IPv6 routing header printing work with new 2292bis
API.
* print-bgp.c: improve options printing.  ugly code exists for
  unaligned option parsing (need some fix).
* const poisoning in SMB decoder.
* make dump format back to original.  someone may want to add an
  option to do ascii printing, but keep the default behavior as is
  for scripts used in many places.
* -Wall -Werror clean checks.
1999-12-22 06:27:19 +00:00
fenner
b9ac23ce92 Switch to config.h instead of passing defines in DEFS. 1999-11-21 09:36:43 +00:00
itojun
c9d84d15c5 Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.
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?
1999-10-30 05:11:06 +00:00