aboutsummaryrefslogtreecommitdiffstats
path: root/ieee-float.h
AgeCommit message (Collapse)AuthorFilesLines
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forGuy Harris1-84/+0
IEEE-float-to-native-float code, and use that as the basis for IEEE-double-to-native-double code. Use that code on VAXes. Eliminate "ieee-float.h", as we no longer use it; instead, we use the tvbuff routines for extracting IEEE floating-point numbers. svn path=/trunk/; revision=5243
2001-02-04Tvbuffify the RSVP dissector.Guy Harris1-4/+4
Display the message checksum, and check it if possible. Fix some IPv6 entries to be 16 bytes long, not 4 bytes long. Make the routine to fetch an IEEE floating point number and turn it into a "long" take a tvbuff pointer and offset rather than a pointer to data. svn path=/trunk/; revision=2987
2000-03-09Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan1-0/+84
is being added - MPLS Traffic Engineering extensions for RSVP - MPLS-encapsulated IP packets on Ethernet - OSPF Extensions for MPLS (including generic opaque LSA support for OSPF) THe following features will be committed at a later date (if I get around to writing them :-) - Label Distribution Protocol (LDP) - IS-IS Extensions for MPLS svn path=/trunk/; revision=1707