aboutsummaryrefslogtreecommitdiff
path: root/print-lwres.c
AgeCommit message (Expand)Author
2021-11-28lwres: Update a variable typeFrancois-Xavier Le Bail
2021-09-27lwres: Fix a length checkFrancois-Xavier Le Bail
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-10-11lwres: Modernize packet parsing style.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-04-18Squelch more narrowing warnings.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-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputchar() functionFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-30Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris
2018-01-29LWRES: Use more EXTRACT_U_1() macroFrancois-Xavier Le Bail
2018-01-23LWRES: Use more ND_TCHECK_n() macrosFrancois-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-16Make sure s is set when we get to tail:.Guy Harris
2018-01-15Change the way we dissect some structures entries.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-30Use nd_ types.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-13Use nd_ types for DNS.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-01-18CVE-2016-7993/Clean up relative time stamp printing.Guy Harris
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-03NDOize some generic codeDenis Ovsienko
2014-04-01NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko
2014-04-01NDOize safeputs() and safeputchar()Denis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-09-24justify declarations of struct tok arraysDenis Ovsienko
2004-03-24Add length checks.guy
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15From Neil Spring:guy
2003-07-30Fix typo found by Alex Medvedev <alexm@pycckue.org>.guy
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2002-09-05Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy