summaryrefslogtreecommitdiff
path: root/print-pim.c
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* From Pavlin Radoslavov <pavlin@icir.org>: print the PIM "LAN Pruneguy2002-10-191-1/+17
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* whitespace cleanupitojun2002-06-111-2/+2
* Handle old DR-priority and old Bidir-capable option values.fenner2002-05-071-1/+15
* Update location of auto-RP spec.fenner2001-07-041-2/+8
* Remove #if 0 sectionsfenner2001-06-151-6/+1
* Parse State-Refresh Hello option properly.fenner2001-05-111-4/+8
* Don't print multiple lines for a single packet unless -vvfenner2001-05-101-3/+9
* Update PIM Hello options with IANA-registered values.fenner2001-04-271-15/+12
* styleitojun2001-01-281-260/+255
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-3/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+3
* Set frpcnt to the right value.fenner2000-08-171-3/+3
* style. s/switch(/switch (/.itojun2000-04-241-4/+4
* Fix nybble-order bug: version is top, type is bottom.fenner2000-02-161-7/+9
* 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
* Updated PIMv2 parser:fenner1999-12-141-86/+222
* Enhanced PIMv1 support.fenner1999-11-221-2/+227
* 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
* fixes to make ansi-pedantic compilers happier. no char types for bit fields ...assar1999-11-171-3/+3
* - enable build outside of the treeitojun1999-10-301-2/+2
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-2/+490
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+100