Eliminate some unused variables.
[obnox/wireshark/wip.git] / packet-ospf.c
2002-04-14 guyFrom Joerg Mayer:
2002-02-19 ashoknFixed small bug in translation of IXCD in OSPF GMPLS...
2002-02-14 guy"tvb_ieee_to_long()" returns a "long", not a "long...
2002-02-14 ashoknGMPLS extensions for OSPF Opaque LSAs
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-05 guyFrom Taisuke Sasaki: fix the handling of the metric...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-28 guyOSPFv3 checksum fix, from Taisuke Sasaki.
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-21 guyGet rid of some unused variables.
2001-10-27 guySection D.4.3 "Generating Cryptographic authentication...
2001-09-14 guyGet rid of a trailing blank.
2001-09-13 guyFixes to the OSPFv3 dissector, from Palle Lyckegaard.
2001-09-11 guyFix some bugs (and some indentation).
2001-09-05 guyOSPFv3 support, from Palle Lyckegaard.
2001-07-08 guySupport for draft-rosen-vpn-ospf-bgp-mpls and for addit...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-05-14 guyUpdates to OSPF for the changes between drafts 3 and...
2001-05-02 guyAdditional OSPF LSA types and opaque-options flag,...
2001-04-23 guyMove the declarations of IP protocol numbers to "ipprot...
2001-02-04 guyTvbuffify the RSVP dissector.
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyAlways put the packet type in the Info column.
2000-12-27 guyTvbuffify the RIP and OSPF dissectors.
2000-12-14 guyCheck the checksum on OSPF packets, if possible.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-09-13 guyChanges from Craig Metz to:
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-14 guyEnhancements/fixed to OSPF from Michael Rozhavsky:
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-03-14 guyFix some errors discovered by making GCC do format...
2000-03-09 ashoknSupport for MultiProtocol Label Switching (MPLS). The...
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-02-11 guyFix from Nick Amato for a typo - "Link", in "Link State...
1999-11-17 guyTypo fixes, and fix to bug wherein when Ethereal sees...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-27 guyGet rid of a presumed debugging "printf()".
1999-10-19 gramAdded Tony Hart's <thart@avici.com> patch to dissect...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-01-17 guyClean up some output lines, and show the checksum value...
1998-11-17 gerald* Added column formatting functionality.
1998-10-20 guy Add a "val_to_str()" routine that calls "match_strval...
1998-10-13 guySquelch a number of "-Wall" errors by:
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-29 hannesSupport for AS-external LSAs added.
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision