summaryrefslogtreecommitdiff
path: root/print-sflow.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-16/+16
* sFlow: add a length check for IPv4 matching the one for IPv6.Guy Harris2022-07-161-0/+1
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+1
* sFlow: Add a length checkFrancois-Xavier Le Bail2021-11-031-0/+1
* sFlow: Add some spaces (style)Francois-Xavier Le Bail2021-05-171-3/+3
* Add support for IPv6 agent in sFlow.Neelabh2021-05-171-18/+52
* sFlow: Modernize packet parsing style.Denis Ovsienko2020-12-021-67/+12
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-081-2/+1
* sFlow: Add a length checkFrancois-Xavier Le Bail2019-08-031-0/+7
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-113/+113
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* 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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-59/+59
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-16/+16
* Split typesource into type and source fields.Guy Harris2017-12-311-18/+8
* Use nd_ types.Guy Harris2017-12-301-108/+108
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-111/+111
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-111/+111
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-2/+2
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+4
* 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
* SFLOW: Fix bounds checkingFrancois-Xavier Le Bail2015-05-071-3/+52
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-33/+32
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-110/+110
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decodersDenis Ovsienko2014-03-251-107/+120
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-3/+3
* whitespace changesMichael Richardson2014-01-011-31/+31
* print-sflow.c: print agent_id instead of samplesRuben Kerkhof2013-03-181-1/+1
* The ifSpeed field of a generic interface counter in sFlow is 64 bits.Rick Jones2011-06-021-2/+2
* Handle the enterprise field of the sflow flow and counter record format.Rick Jones2011-04-151-66/+111
* To enable printing of non-expanded samples I've shuffled a bunch of codeRick Jones2011-04-141-259/+528
* Check the sample, flow, and counter lengths.Guy Harris2011-04-041-18/+61
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the SFLOW...hannes2007-08-081-0/+577