summaryrefslogtreecommitdiff
path: root/nlpid.c
Commit message (Collapse)AuthorAgeFilesLines
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
| | | | | | | Moreover: Remove netdissect.h include in interface.h Move thiszone declaration in netdissect.h Update a comment
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
| | | | Get the full log via: git log --follow netdissect-stdinc.h
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
| | | | | | | The purpose of this macro was to enable the file-by-file switch to NDO, after which only tcpdump.c had a use of it and the definitions guarded by it. Update tcpdump.c not to require them any more and dismiss the unused definitions.
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
| | | | | The only one it found was that routines in sigsecret.c needed to refer to ndo->ndo_sigsecret, not just sigsecret.
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* whitespace changesMichael Richardson2014-01-011-1/+1
|
* unset executable bit on a few .h and .c filesDenis Ovsienko2013-04-201-0/+0
|
* Added support for SPBAjith Adapa2012-05-221-0/+1
|
* nlpid.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-1/+1
|
* add PPP to the ISO nlpid printerhannes2004-10-191-1/+2
|
* clean up some confusion between Q.933 and LMIhannes2004-10-181-2/+2
|
* add baseline FRF.15 (=fragmentation) support for frame-relayhannes2004-10-121-1/+2
|
* -move the nlpid definitions and tokens to a dedicated file(s)hannes2004-10-071-0/+43
-make use of it in the ISO, Frame-relay and CDP printers