summaryrefslogtreecommitdiff
path: root/l2vpn.c
Commit message (Collapse)AuthorAgeFilesLines
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
| | | | | | | | This can prevent bizarre failures if, for example, you've done a configuration in the top-level source directory, leaving behind one config.h file, and then do an out-of-tree build in another directory, with different configuration options. This way, we always pick up the same config.h, in the build directory.
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
|
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
|
* Update to match the registry.Guy Harris2016-10-091-9/+14
|
* Fix some names for MPLS PW types, and use that table for LDP.Guy Harris2016-10-081-2/+2
|
* Support two separate layer 2 type registries.Guy Harris2016-10-081-27/+64
| | | | | | | Apparently, the IANA has two separate but similar registries, the BGP Layer 2 Encapsulation Types registry and the MPLS Pseudowire Types registry. Have two separate tables for them, and update them to match the current state of the registries.
* 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-12/+12
|
* unset executable bit on a few .h and .c filesDenis Ovsienko2013-04-201-0/+0
|
* l2vpn.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-1/+1
|
* import latest definition for Pseudowires from draft-ietf-pwe3-iana-allocation-04hannes2004-06-151-0/+58
and put it to its new home l2vpn.{c|h} rework bgp, ldp, lsp-ping to use the common l2vpn_encaps tokenlist update FILES list to acommodate the recent file additions