summaryrefslogtreecommitdiff
path: root/print-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* PPPoE: Modernize packet parsing style.Denis Ovsienko2020-10-131-11/+8
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* PPPoE: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-07-311-8/+13
* Don't use <ctype.h> macros.Guy Harris2019-09-011-1/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-10/+10
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-2/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-16/+16
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-2/+2
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* 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
* 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
* Avoid collisions with isascii().Guy Harris2015-08-311-4/+4
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-1/+1
* convert some stray printf()'sDenis Ovsienko2014-04-021-1/+1
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-27/+21
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-3/+3
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Get rid of unnecessary initialization.Guy Harris2012-11-301-1/+1
* Teach PPPoE parser about RFC 4638Matt Dainty2011-12-091-0/+2
* According to RFC 2516, use of the End-Of-List tag is not required, andguy2005-04-261-16/+1
* Use %u to print unsigned quantities.guy2004-08-271-18/+22
* Add some bounds checks.guy2004-08-271-1/+3
* Improve bounds checking.guy2004-03-241-6/+6
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* Use the right format to print a value as 2 hex digits.guy2003-11-151-2/+2
* From Neil Spring:guy2003-11-151-4/+4
* Get rid of an unused variable.guy2003-07-011-3/+5
* credit Greg Stark as being the original Author of the PPPoE decoderhannes2003-06-141-1/+3
* from Greg Stark <gsstark[AT]mit.edu>:hannes2003-06-131-20/+37
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-31/+4
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-5/+4