aboutsummaryrefslogtreecommitdiff
path: root/print-pppoe.c
AgeCommit message (Expand)Author
2020-10-13PPPoE: Modernize packet parsing style.Denis Ovsienko
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-07-31PPPoE: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2019-09-01Don't use <ctype.h> macros.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-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-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
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-10Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-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
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
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-08-31Avoid collisions with isascii().Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-02convert some stray printf()'sDenis Ovsienko
2014-04-02NDOize LLDP, PPP and RSVP decodersDenis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-13NDOize 8 more small decodersDenis Ovsienko
2014-02-25don't include addrtoname.h needlesslyDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2013-09-24justify declarations of struct tok arraysDenis Ovsienko
2012-11-30Get rid of unnecessary initialization.Guy Harris
2011-12-09Teach PPPoE parser about RFC 4638Matt Dainty
2005-04-26According to RFC 2516, use of the End-Of-List tag is not required, andguy
2004-08-27Use %u to print unsigned quantities.guy
2004-08-27Add some bounds checks.guy
2004-03-24Improve bounds checking.guy
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15Use the right format to print a value as 2 hex digits.guy
2003-11-15From Neil Spring:guy
2003-07-01Get rid of an unused variable.guy
2003-06-14credit Greg Stark as being the original Author of the PPPoE decoderhannes
2003-06-13from Greg Stark <gsstark[AT]mit.edu>:hannes
2002-12-19Hoist a bunch of stuff that should be done by all if_print routines intoguy
2002-12-18Add a new routine "default_print_packet()", which takes a pointer to theguy