aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-2/+3
* Show the opaque type as a field and, if the opaque type is TrafficGuy Harris2002-05-141-9/+35
* Add some comments.Guy Harris2002-05-141-1/+8
* From Motonori Shindo:Guy Harris2002-05-131-8/+6
* Handle an LSA length <= the length of an LSA header.Guy Harris2002-05-111-1/+3
* Get rid of an unused variable.Guy Harris2002-05-111-3/+1
* - Added support for LMP draft versions -02 and -03 (selectable inAshok Narayanan2002-05-101-34/+205
* Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris2002-04-251-5/+5
* Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris2002-04-241-12/+11
* From Joerg Mayer:Guy Harris2002-04-141-8/+3
* Fixed small bug in translation of IXCD in OSPF GMPLS LSA.Ashok Narayanan2002-02-191-3/+3
* "tvb_ieee_to_long()" returns a "long", not a "long long", so you can'tGuy Harris2002-02-141-5/+5
* GMPLS extensions for OSPF Opaque LSAsAshok Narayanan2002-02-141-3/+58
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-10/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* From Taisuke Sasaki: fix the handling of the metric and referenced LSGuy Harris2001-12-051-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* OSPFv3 checksum fix, from Taisuke Sasaki.Guy Harris2001-11-281-19/+50
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* Get rid of some unused variables.Guy Harris2001-11-211-13/+1
* Section D.4.3 "Generating Cryptographic authentication" of RFC 2328 saysGuy Harris2001-10-271-2/+6
* Get rid of a trailing blank.Guy Harris2001-09-141-3/+3
* Fixes to the OSPFv3 dissector, from Palle Lyckegaard.Guy Harris2001-09-131-16/+14
* Fix some bugs (and some indentation).Guy Harris2001-09-111-10/+8
* OSPFv3 support, from Palle Lyckegaard.Guy Harris2001-09-051-191/+950
* Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPGuy Harris2001-07-081-1/+7
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-3/+2
* Updates to OSPF for the changes between drafts 3 and 4 ofGuy Harris2001-05-141-5/+7
* Additional OSPF LSA types and opaque-options flag, from MichaelGuy Harris2001-05-021-7/+21
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* Tvbuffify the RSVP dissector.Guy Harris2001-02-041-4/+4
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-6/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Always put the packet type in the Info column.Guy Harris2000-12-281-4/+3
* Tvbuffify the RIP and OSPF dissectors.Guy Harris2000-12-271-645/+742
* Check the checksum on OSPF packets, if possible.Guy Harris2000-12-141-3/+44
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Changes from Craig Metz to:Guy Harris2000-09-131-2/+6
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Enhancements/fixed to OSPF from Michael Rozhavsky:Guy Harris2000-07-141-3/+9
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-114/+114
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-8/+28
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-4/+4
* Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan2000-03-091-4/+259