summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bfd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-10/+10
svn path=/trunk/; revision=28989
2009-06-29From Artem Tamazov:Anders Broman1-0/+1
Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix svn path=/trunk/; revision=28881
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-2/+2
Also: whiule we're at it: - fix hf[] blurbs as appropriate to use NULL; - fix some indentation svn path=/trunk/; revision=27890
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24286
2007-09-07From Todd J Martin:Stig Bjørlykke1-47/+315
The attached patch to packet-bfd.c adds the following enhancements to BFD decoding: - The Authentication Section is now decoded. All of the authentication methods are supported. Verification of checksums is not implemented. - BFD flags are now shown in a tree - Added support for the M flag - Added a display filter for the message length - For the Desired Min TX Interval, Required Min RX Interval, and Required Min Echo RX Interval fields, the time value is now printed in both milliseconds and microseconds. (Previously, only milliseconds was being shown.) The PDU represents the time in microseconds, but most implementations deal in milliseconds. - Added a warning to flag the packet if the Authentication bit is set, but the full Authentication Section is not present. - Added descriptions for most of the fields - Fix the name of the protocol. BFD stands for Bidirectional Forwarding Detection and not Bi-directional Fault Detection. - Register the protocol on the UDP multihop port (4784). - Change the filter name for the protocol from bfdcontrol to bfd since all of the other display filters started with bfd. Removed unused hf_bfd_auth_checksum. Modified printing of the ':' at the end of the Authentication tree. svn path=/trunk/; revision=22825
2006-08-08From: Bálint Réczey:Jaap Keuter1-7/+25
The attached patch fixes decoding of message flags in BFD control packets. svn path=/trunk/; revision=18853
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-02-27Properly terminate a value string. Fixes a current Buildbot complaint.Gerald Combs1-1/+2
svn path=/trunk/; revision=17422
2006-02-20From Balint Reczey (IJ/ETH)Anders Broman1-27/+173
> The included patch fixes BFD version detection in the BFD packet > dissector and extends it to correctly dissect version 1 packets. The > Authentication Section part of the packet is still not dissected. > svn path=/trunk/; revision=17357
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-23/+19
svn path=/trunk/; revision=17316
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+273
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410