aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-19From Carles Kishimoto: add support for GMPLS extensions, as per the I-Dguy1-10/+32
2004-01-06Make some variables to which 16-bit values are assigned wide enough toguy1-5/+5
2004-01-05removed some MSVC warnings (level 3)ulfl1-3/+3
2003-12-21Compiling with -pedantic:jmayer1-2/+2
2003-10-24From Taisuke Sasaki: fix offsets of metrics in Inter-Area-Prefix-LSAsguy1-4/+4
2003-10-07From Taisuke Sasaki: put in missing {} in an "if".guy1-2/+3
2003-05-08The authentication data field in "simple password" authentication is 64guy1-3/+3
2003-01-21Reorder defines numerically within versionjmayer1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-3/+3
2002-11-27From Andreas Trauer:guy1-8/+31
2002-11-15From Taisuke Sasaki:guy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-142/+142
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+3
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-2/+3
2002-05-14Show the opaque type as a field and, if the opaque type is Trafficguy1-9/+35
2002-05-14Add some comments.guy1-1/+8
2002-05-13From Motonori Shindo:guy1-8/+6
2002-05-11Handle an LSA length <= the length of an LSA header.guy1-1/+3
2002-05-11Get rid of an unused variable.guy1-3/+1
2002-05-10- Added support for LMP draft versions -02 and -03 (selectable inashokn1-34/+205
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willguy1-5/+5
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.guy1-12/+11
2002-04-14From Joerg Mayer:guy1-8/+3
2002-02-19Fixed small bug in translation of IXCD in OSPF GMPLS LSA.ashokn1-3/+3
2002-02-14"tvb_ieee_to_long()" returns a "long", not a "long long", so you can'tguy1-5/+5
2002-02-14GMPLS extensions for OSPF Opaque LSAsashokn1-3/+58
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-10/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-05From Taisuke Sasaki: fix the handling of the metric and referenced LSguy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-28OSPFv3 checksum fix, from Taisuke Sasaki.guy1-19/+50
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-11-21Get rid of some unused variables.guy1-13/+1
2001-10-27Section D.4.3 "Generating Cryptographic authentication" of RFC 2328 saysguy1-2/+6
2001-09-14Get rid of a trailing blank.guy1-3/+3
2001-09-13Fixes to the OSPFv3 dissector, from Palle Lyckegaard.guy1-16/+14
2001-09-11Fix some bugs (and some indentation).guy1-10/+8
2001-09-05OSPFv3 support, from Palle Lyckegaard.guy1-191/+950
2001-07-08Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPguy1-1/+7
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-3/+2
2001-05-14Updates to OSPF for the changes between drafts 3 and 4 ofguy1-5/+7
2001-05-02Additional OSPF LSA types and opaque-options flag, from Michaelguy1-7/+21
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-3/+3
2001-02-04Tvbuffify the RSVP dissector.guy1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-1/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-28Always put the packet type in the Info column.guy1-4/+3