summaryrefslogtreecommitdiff
path: root/print-hsrp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-9/+9
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-10/+10
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* NDOize some generic codeDenis Ovsienko2014-04-031-2/+2
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-2/+3
* NDOize HSRP, IGRP and UDLD decodersDenis Ovsienko2014-03-041-24/+22
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-2/+6
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* 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-12/+12
* Added support for Win32, based on WinPcap.risso2002-08-011-3/+2
* whitespace cleanupitojun2002-06-111-3/+3
* Cosmetic TCHECK() change.fenner2002-05-071-2/+2
* Use tok2str() and tok2strary().fenner2001-10-081-25/+7
* HSRP dissector, from Julian Cowley <julian@lava.net>.guy2001-09-171-0/+155