summaryrefslogtreecommitdiff
path: root/print-vrrp.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
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* NDOize AODV, IPv4 and SCTP decodersDenis Ovsienko2014-03-261-1/+1
* NDOize VRRP decoderDenis Ovsienko2014-03-231-32/+31
* VRRP: top off the previous changeDenis Ovsienko2014-03-061-2/+2
* Add support for VRRPv3 (IPv4 only).Angus Cameron2014-03-061-7/+48
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-3/+9
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-2/+5
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* minor display cosmetics to get to an consistent output stylehannes2003-09-051-10/+10
* Added support for Win32, based on WinPcap.risso2002-08-011-4/+3
* Pass the length of the authentication data to print_fn, instead offenner2001-07-231-2/+2
* Changes from Klaus Klein <kleink@reziprozitaet.de> to improve the outputguy2001-07-201-11/+30
* Remove some includes of <sys/socket.h>, and add includes ofguy2000-10-101-1/+3
* print more data with `-v'. From Kevin Steves <stevesk@sweden.hp.com>assar2000-07-291-16/+35
* Initial VRRP printer (ip proto 112, RFC 2338).fenner2000-05-011-0/+99