aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* From Taisuke Sasaki: put in missing {} in an "if".Guy Harris2003-10-071-2/+3
* The authentication data field in "simple password" authentication is 64Guy Harris2003-05-081-3/+3
* Reorder defines numerically within versionJörg Mayer2003-01-211-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-3/+3
* From Andreas Trauer:Guy Harris2002-11-271-8/+31
* From Taisuke Sasaki:Guy Harris2002-11-151-4/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-142/+142
* 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