summaryrefslogtreecommitdiff
path: root/print-pim.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix nybble-order bug: version is top, type is bottom.fenner2000-02-161-7/+9
| | | | | 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.
* remove unnecessary header files.itojun2000-01-191-7/+1
|
* fix pim printing. type/version field is 4bit+4bit in 8bit.itojun2000-01-191-23/+18
| | | | | | - 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).
* Updated PIMv2 parser:fenner1999-12-141-86/+222
| | | | | | | | | - 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
* Enhanced PIMv1 support.fenner1999-11-221-2/+227
| | | | Cisco Auto-RP support.
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* corrected offset check and calculation for the RP holdtime anditojun1999-11-171-4/+4
| | | | | | priority fields of Bootstraps. (sync with KAME)
* fixes to make ansi-pedantic compilers happier. no char types for bit fields ↵assar1999-11-171-3/+3
| | | | and minor type correctness
* - enable build outside of the treeitojun1999-10-301-2/+2
| | | | | | | - endian checks (use WORDS_BIGENDIAN) - fallback def for IPPROTO_{AH,ESP} - sa_len issues - do not use bittypes.h, respect AC_LBL_CHECK_TYPES
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-2/+490
| | | | | | | 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?
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
|
* Initial revisionmcr1999-10-071-0/+100