summaryrefslogtreecommitdiff
path: root/print-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Make "-x" and "-X" work with PPPoE interfaces; based on code from Darrenguy2002-05-291-7/+18
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+6
* Add support for NetBSD DLT_PPP_ETHER; adapted from NetBSD changes byguy2001-06-201-5/+23
* styleitojun2001-06-151-156/+130
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-2/+2
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-2/+2
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1