| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Make sure to print "pim" in front of the PIM version.
Reduce ep to the end of the IP packet if we captured some padding.
|
| |
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
|
| |
- include RFC2117-style address formats
- parse more Hello options
- parse the Prune-Refresh packet type
- use standard truncation checks
- use EXTRACT_* macros to handle unaligned data access
- Don't print the netmask if it's all bits on
|
|
|
|
| |
Cisco Auto-RP support.
|
| |
|
|
|
|
|
|
| |
priority fields of Bootstraps.
(sync with KAME)
|
|
|
|
| |
and minor type correctness
|
|
|
|
|
|
|
| |
- endian checks (use WORDS_BIGENDIAN)
- fallback def for IPPROTO_{AH,ESP}
- sa_len issues
- do not use bittypes.h, respect AC_LBL_CHECK_TYPES
|
|
|
|
|
|
|
| |
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?
|
| |
|
|
|