summaryrefslogtreecommitdiff
path: root/gmpls.c
Commit message (Collapse)AuthorAgeFilesLines
* gmpls.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-9/+9
|
* add support for link attribute subTLV, update GMPLS printer to latest spec ↵hannes2006-04-141-9/+17
| | | | (rfc4205)
* From Manu Pathak: add support for LMP Service Discovery extensionsguy2005-05-191-1/+45
| | | | (defined in the UNI 1.0 spec).
* bugfix: changed format for diffserv-TE subTLVs, add tok2str() for decoding ↵hannes2004-09-151-1/+12
| | | | BC models
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
| | | | | | | | | | appropriately, and that GNUmakefile and the MSVC++ project file define it apppriately, as we do with libpcap, rather than defining it in "interface.h". Undo the rcsid-shuffling and addition of extra #includes, as we no longer need to arrange that "interface.h" be included before using _U_ in an RCS ID or copyright.
* From Neil Spring:guy2003-11-151-4/+4
| | | | | | | | | | | use "_U_" in the definitions of "rcsid[]", to eliminate complaints about those variables being unused; move the definitions after the include of "interface.h", or add an include of "interface.h", so that "_U_" is defined. Include "config.h" before including "tcpdump-stdinc.h" in "missing/datalinks.c".
* add GMPLS payload ID codepoints mentioned in draft-ietf-ccamp-gmpls-g709-04.txthannes2003-10-201-2/+19
|
* Move the definitions of the various GMPLS "struct tok"s out of gmpls.hguy2003-06-091-0/+117
into a new gmpls.c file; have gmpls.h contain only external declarations of those structures. That removes compiler warnings about static structures being defined but not used, and also lets more than one file share structures used in both of those files, rather than having private definitions of them.