Wireshark-commits: [Wireshark-commits] rev 22825: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 07 Sep 2007 19:05:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22825

User: stig
Date: 2007/09/07 07:05 PM

Log:
 From Todd J Martin:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +314 -46   packet-bfd.c    Modified