summaryrefslogtreecommitdiff
path: root/print-pptp.c
Commit message (Expand)AuthorAgeFilesLines
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-156/+158
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-36/+36
* 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-16/+16
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-126/+126
* PPTP: use tok2str() and ternary conditionalDenis Ovsienko2014-04-091-170/+84
* NDOize 7 bigger decodersDenis Ovsienko2014-03-191-341/+377
* print-pptp: add a missing breakDenis Ovsienko2014-02-101-0/+1
* print-pptp: pptp_result_code_print(): badly placed breakFrancois-Xavier Le Bail2014-02-101-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-6/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-1/+1
* remove redundant TRUE|FALSE defshannes2006-06-231-9/+1
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-54/+54
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-17/+17
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+3
* whitespace cleanupitojun2002-06-111-15/+15
* Small PPTP fix from Motonori Shindo.guy2001-10-311-2/+2
* avoid trigraphitojun2001-03-171-10/+10
* PPTP support, from Motonori Shindo <mshindo@mshindo.net>.guy2001-03-091-0/+1070