summaryrefslogtreecommitdiff
path: root/print-vrrp.c
Commit message (Expand)AuthorAgeFilesLines
* VRRP: Add support for IPv6Quentin Armitage2021-11-021-5/+17
* VRRP: Print the protocol name before any GET_()Francois-Xavier Le Bail2021-10-211-1/+2
* Replace '(void)nd_print()' calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-111-1/+1
* VRRP: Remove a few remaining old truncation props.Denis Ovsienko2020-09-301-8/+5
* Remove 7 more ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-9/+9
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-3/+3
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-18/+18
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-3/+3
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-5/+5
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* 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