Commit Graph

11 Commits

Author SHA1 Message Date
Guy Harris
3e49644114 Based on a patch from Marc Binderberger, fix the handling of non-control
packets.
2009-03-27 01:25:39 -07:00
hannes
921ffddf12 shift the state field in the bfdv1 printer correct 2006-02-02 06:35:52 +00:00
hannes
a370efc5ca authentication present flag is 0x04 and not 0x40 2005-04-28 09:27:35 +00:00
hannes
a8c89731f0 do proper masking and shifting of the flag bits 2005-04-28 07:29:13 +00:00
hannes
620d5f1579 boundary check for authentication header 2005-04-27 23:14:02 +00:00
hannes
fe99fbf3b5 add support for BFDv1 as per draft-ietf-bfd-base-02 2005-04-27 23:00:53 +00:00
guy
bbc1cfa669 Have the configure script arrange that the Makefile define _U_
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.
2003-11-16 09:36:07 +00:00
guy
3824a6c041 From Neil Spring:
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".
2003-11-15 00:39:12 +00:00
hannes
00a6f199f0 - move UDP port numbers to udp.h
- then the number defines# are acessible from outside

- make a differentiation between BFD_ECHO_PORT and BFD_CONTROL_PORT
2003-10-27 22:44:37 +00:00
hannes
4b32b1020e display cosmetics: stay inline to other decoders for vflag handling 2003-10-27 17:21:32 +00:00
hannes
1899f7d7d1 support for bi-directional fault detection (BFD) Control packets
as per draft-katz-ward-bfd-01.txt
2003-10-27 10:13:44 +00:00