summaryrefslogtreecommitdiff
path: root/print-sctp.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* SCTP: Use ND_ICHECKMSG_U() and ND_ICHECKMSG_ZU()Francois-Xavier Le Bail2022-01-011-35/+14
* SCTP: Modernize packet parsing style.Denis Ovsienko2021-01-201-11/+11
* SCTP: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-041-2/+2
* SCTP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() callsFrancois-Xavier Le Bail2020-09-231-6/+5
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-28/+28
* Add two ndo_protocol reassignments after xxx_print() callsFrancois-Xavier Le Bail2019-02-271-0/+4
* Clean up whitespaces/indentationFrancois-Xavier Le Bail2019-02-271-31/+31
* Fix small misspellingsAntonin Décimo2019-01-231-2/+2
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-4/+4
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-1/+2
* 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
* Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail2018-01-081-25/+25
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-56/+56
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-113/+65
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-26/+26
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-26/+26
* Put some function definition names at the beginning of lineFrancois-Xavier Le Bail2017-11-161-4/+5
* Remove parenthesis following immediately a #ifFrancois-Xavier Le Bail2016-09-011-2/+2
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Do more bounds checking.Guy Harris2015-12-151-66/+130
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-8/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-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-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-56/+56
* M3UA: improve code styleDenis Ovsienko2014-04-211-4/+7
* M3UA support added (GH #342)Vyacheslav Trushkin2014-04-211-36/+96
* SCTP: use tok2str()Denis Ovsienko2014-04-101-50/+24
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-4/+4
* fixup a few ND_DEFAULTPRINT() use casesDenis Ovsienko2014-04-021-1/+1
* improve some recent conversionsDenis Ovsienko2014-03-291-2/+0
* NDOize ForCES, MPLS LSP ping and OLSR decodersDenis Ovsienko2014-03-271-1/+1
* NDOize AODV, IPv4 and SCTP decodersDenis Ovsienko2014-03-261-86/+82
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-2/+336
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* SCTP: remove an unused variable (compiler warning)Denis Ovsienko2013-09-071-9/+2
* RESEND: [PATCH 1/1] ForCES fix SCTP TML portjamal2011-03-311-3/+3
* Use EXTRACT_16BITS to extract big-endian 16-bit quantities from the packet.Guy Harris2010-01-261-6/+6
* IETF FORCES protocol printer, from Jamal Hadi Salim <hadi at cyberus.ca.Michael Richardson2010-01-101-3/+51
* From Chris Larson: don't cut off the last byte of the chunk payload.guy2007-09-131-2/+3