summaryrefslogtreecommitdiff
path: root/print-hsrp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace '(void)nd_print()' calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-111-1/+1
* HSRP: Remove a few remaining old truncation props.Denis Ovsienko2020-09-301-8/+6
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-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-4/+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/+11
* 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-2/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Update for coherence between prototypes and definitionsFrancois-Xavier Le Bail2018-02-121-1/+1
* HSRP: Replace a 'struct in_addr' member type with a 'nd_ipv4' oneFrancois-Xavier Le Bail2018-01-301-3/+3
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-1/+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
* HSRP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-5/+5
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-15/+15
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-21/+24
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* CVE-2016-7993/Clean up relative time stamp printing.Guy Harris2017-01-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
* 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