summaryrefslogtreecommitdiff
path: root/print-l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-6/+6
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+1
* L2TP: Add a bounds checkFrancois-Xavier Le Bail2021-02-141-0/+2
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-4/+1
* L2TP: Modernize packet parsing style.Denis Ovsienko2021-01-061-13/+17
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-16/+4
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-51/+51
* Clean up dissection.Guy Harris2018-07-091-114/+98
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-291-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* L2TP: Filter out non-printable charactersFrancois-Xavier Le Bail2018-02-281-1/+1
* 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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-97/+97
* Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail2018-01-041-3/+3
* L2TP: Use more the ND_TCHECK_2() macroFrancois-Xavier Le Bail2017-12-241-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-7/+7
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-58/+58
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n)Francois-Xavier Le Bail2017-11-221-2/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-55/+55
* CVE-2017-13006/L2TP: Check whether an AVP's content exceeds the AVP length.Guy Harris2017-09-131-46/+177
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-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-33/+33
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-22/+22
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-1/+1
* NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko2014-03-151-129/+128
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+36
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-1/+1
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-4/+4
* Just use a u_char * to go through the packet data; don't try to beGuy Harris2009-08-181-18/+23
* remove redundant TRUE|FALSE defshannes2006-06-231-9/+1
* If the length is specified, check to make sure it doesn't go past theguy2005-04-201-1/+16
* Get rid of an unused variable.guy2005-04-201-6/+4
* Check to make sure the length of an AVP is large enough to include theguy2003-12-261-3/+12
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+3
* whitespace cleanupitojun2002-06-111-25/+25
* From Rick Watson <watsonrick@users.sourceforge.net>: useguy2002-05-251-57/+60
* Squelch a compiler warning.guy2001-11-101-2/+2
* L2TP dissector changes, from Motonori Shindo:guy2001-11-051-390/+370
* more detailed output in ppp/pppoe/l2tp.itojun2000-08-181-6/+2