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).
1 file changed