aboutsummaryrefslogtreecommitdiff
path: root/print-fr.c
AgeCommit message (Expand)Author
2021-05-25Frame Relay: make the buffer big enough for the biggest message.Guy Harris
2021-05-25Frame Relay: have q922_string() handle errors better.Guy Harris
2020-09-08FR: Fix a typo in a comment.Denis Ovsienko
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-04FR: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail
2020-03-31FR: Remove useless "oui.h" includeFrancois-Xavier Le Bail
2019-10-28FRF.16: Add a length check before the bounds checkFrancois-Xavier Le Bail
2019-10-19FRF.16: Add a length checkFrancois-Xavier Le Bail
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-04-18Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-23Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputchar() functionFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-03-16Add some const qualifiersFrancois-Xavier Le Bail
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-23FR: Add parentheses when extracting the flagsFrancois-Xavier Le Bail
2017-12-17FR: Rework extracting the flagsFrancois-Xavier Le Bail
2017-12-17Fix spacesFrancois-Xavier Le Bail
2017-12-17FR: Fix extracting the DE flagFrancois-Xavier Le Bail
2017-12-15Use more the ND_TTEST_1() macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail
2017-11-30Use more the EXTRACT_U_1() macro (35/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-20Fix a bound checkFrancois-Xavier Le Bail
2017-11-19More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris
2017-07-22Frame Relay: denote a genuine fall through caseDenis Ovsienko
2017-01-18CVE-2017-5482/Q.933: add a missing bounds checkDenis Ovsienko
2017-01-18pass correct caplen to other functions as wellDenis Ovsienko
2017-01-18CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris
2016-09-24Clean up "invalid IE" messages.Guy Harris
2016-09-24Fix indentation.Guy Harris
2016-09-21Check for invalid IE lengths.Guy Harris
2016-09-21More cleanups of Q.933 output.Guy Harris
2016-09-21Clean up printing of Q.933 packets.Guy Harris
2016-09-20The name is "FRF.15", so include the "." in the truncation message.Guy Harris
2016-09-20Make another never-negative variable an unsigned.Guy Harris
2016-09-20Make a never-negative variable a u_int.Guy Harris