summaryrefslogtreecommitdiff
path: root/print-lwres.c
Commit message (Expand)AuthorAgeFilesLines
* lwres: Fix an undefined behavior in pointer arithmeticBill Fenner2023-05-021-1/+3
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* lwres: Update a variable typeFrancois-Xavier Le Bail2021-11-021-1/+1
* lwres: Fix a length checkFrancois-Xavier Le Bail2021-09-271-1/+1
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-2/+0
* Include <string.h> only if required.Denis Ovsienko2020-10-171-1/+0
* lwres: Modernize packet parsing style.Denis Ovsienko2020-10-111-61/+14
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Squelch more narrowing warnings.Guy Harris2019-04-181-3/+3
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-51/+51
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-2/+2
* LWRES: Use more EXTRACT_U_1() macroFrancois-Xavier Le Bail2018-01-291-6/+12
* LWRES: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-231-45/+46
* 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
* Make sure s is set when we get to tail:.Guy Harris2018-01-161-0/+4
* Change the way we dissect some structures entries.Guy Harris2018-01-151-51/+49
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-51/+51
* Use nd_ types.Guy Harris2017-12-301-53/+53
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Use nd_ types for DNS.Guy Harris2017-12-131-2/+2
* 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-48/+48
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-49/+50
* CVE-2016-7993/Clean up relative time stamp printing.Guy Harris2017-01-181-1/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+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-14/+14
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-10/+10
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize some generic codeDenis Ovsienko2014-04-031-1/+1
* NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko2014-04-011-97/+97
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* Add length checks.guy2004-03-241-3/+6
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Fix typo found by Alex Medvedev <alexm@pycckue.org>.guy2003-07-301-2/+2