aboutsummaryrefslogtreecommitdiff
path: root/print-ppp.c
AgeCommit message (Expand)Author
2022-07-16PPP: Change the pointer to packet dataFrancois-Xavier Le Bail
2022-07-03PPP: Don't process further if protocol is unknown (-e option)Francois-Xavier Le Bail
2022-06-06PPP: Add tests to avoid incorrectly re-entering ppp_hdlc()Francois-Xavier Le Bail
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-09-08Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail
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-08Rename DLT_PPP_WITHDIRECTION to DLT_PPP_PPPDFrancois-Xavier Le Bail
2020-08-06CHDLC: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2020-08-06PPP: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail
2020-05-25Squelch some warnings.Guy Harris
2020-04-18When un-escaping, don't allocate a too-large buffer.Guy Harris
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-19Use more HTTPS in URLsFrancois-Xavier Le Bail
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
2019-03-20PPP: Update two error messagesFrancois-Xavier Le Bail
2019-03-18PPP: Fix two loops for undefined behavior at runtimeFrancois-Xavier Le Bail
2019-03-18PPP: Fix inaccurate variable namesFrancois-Xavier Le Bail
2019-03-18Clean up whitespacesFrancois-Xavier Le Bail
2018-09-14Remove some useless testsFrancois-Xavier Le Bail
2018-06-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputchar() functionFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-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-14Add a malloc/free process with garbage collectorFrancois-Xavier Le Bail
2018-03-10Fix a typoFrancois-Xavier Le Bail
2018-02-06Style updateFrancois-Xavier Le Bail
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-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-06PPP: Add a missing semicolonFrancois-Xavier Le Bail
2018-01-04Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-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-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-24Fix lcpconfopts[] bounds check.Guy Harris
2017-11-24More EXTRACT_U_1() and ND_TCHECK_n, clean up signedness, add length checks.Guy Harris
2017-11-23Use more the EXTRACT_U_1() macro to fetch a one-byte value (23/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-22Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n)Francois-Xavier Le Bail
2017-11-22Use more the EXTRACT_8BITS() macro to fetch a one-byte value (21/n)Francois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail