Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move AF specific stuff into dedicated file | hannes | 2007-02-26 | 1 | -5/+2 |
| | |||||
* | remove redundant TRUE|FALSE defs and move them to tcpdump-stdinc.h | hannes | 2006-06-23 | 1 | -4/+1 |
| | |||||
* | courtesy rick cheng (rcheng AT juniper dot net): | hannes | 2006-02-03 | 1 | -6/+11 |
| | | | | | | improve code readability: - LDP_TLV_ADDRESS_LIST printer - BFD_DISCRIMINATOR printer | ||||
* | enable support for Address-Withdraw and Label-Withdraw Msgs, fix typos | hannes | 2006-02-01 | 1 | -5/+5 |
| | |||||
* | code cosmetics: | hannes | 2005-07-11 | 1 | -3/+3 |
| | | | | | | | at places where the entity to print / or increment shares the semantics of an IPv4 or IPv6 address use sizeof(in_addr) and sizeof(in6_addr), rather than a hardcoded 4 or 16 | ||||
* | Add some additional length checking. | guy | 2005-06-16 | 1 | -1/+3 |
| | |||||
* | add boundary, infinite loop checks | hannes | 2005-05-03 | 1 | -1/+14 |
| | |||||
* | additional check against zero length messages | hannes | 2005-04-27 | 1 | -1/+4 |
| | |||||
* | don't call bittok2str() twice in a printf() statement, fix typo (cc_values ↵ | hannes | 2005-04-19 | 1 | -4/+7 |
| | | | | vs cv_values) | ||||
* | -bugfix: attempt to print ldp messages as long there is something on the wire | hannes | 2005-04-19 | 1 | -12/+98 |
| | | | | -improve support (add interface parameter TLV parser) for the Martini FEC TLV | ||||
* | import latest definition for Pseudowires from draft-ietf-pwe3-iana-allocation-04 | hannes | 2004-06-15 | 1 | -29/+4 |
| | | | | | | 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 | ||||
* | From Steiner Haug: handle LDP-over-TCP, and do more complete LDP | guy | 2004-05-27 | 1 | -16/+167 |
| | | | | decoding. | ||||
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -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: | guy | 2003-11-15 | 1 | -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". | ||||
* | fixed typos, fixed bug in unknown message processing | hannes | 2002-12-14 | 1 | -7/+7 |
| | |||||
* | added ldp_tlv_print() routine; support for Hello Message; support for common ↵ | hannes | 2002-12-14 | 1 | -29/+113 |
| | | | | hello,IPv4/v6 transport address and Config Sequence Number TLVs | ||||
* | cleaned up confusion between LDP Message TLVs and subTLVs which live inside ↵ | hannes | 2002-12-13 | 1 | -55/+146 |
| | | | | those | ||||
* | initial checkin for a Label Distribution Protocol dissector | hannes | 2002-12-13 | 1 | -0/+207 |