summaryrefslogtreecommitdiff
path: root/print-lwres.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-62/+62
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-10/+10
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-5/+7
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+2
* Move all the "undefine so that the compiler doesn't whine aboutguy2001-06-261-7/+1
* Make sure "unsupported" is set before it's used.guy2001-02-091-3/+2
* correct null pointer deref. Jakob Schlyter <jakob@crt.se>itojun2001-02-021-3/+3
* full support of lwres dissectoritojun2001-01-291-117/+396
* BIND9 lwres dissector.itojun2001-01-291-0/+327