commit | d8b8acfc7880654419cac8ec2cad10394e986baa | [log] [tgz] |
---|---|---|
author | itojun <itojun> | Wed Jan 19 04:57:12 2000 +0000 |
committer | itojun <itojun> | Wed Jan 19 04:57:12 2000 +0000 |
tree | 8609edfc20ec92cd2ef6557deef65c40a9cff7d3 | |
parent | 3dd6634fe38173a1bcb600b3d98e35d05428a7d0 [diff] |
fix pim printing. type/version field is 4bit+4bit in 8bit. - using u_int for this bitfield would make them occupy 32bits. - use of char as bitfield type is illegal either so I've avoided use of bitfield (use mask and shift).