Based on patch from Denis Ovsienko via
[obnox/wireshark/wip.git] / epan / dissectors / packet-ospf.c
2011-08-16 morrissBased on patch from Denis Ovsienko via
2011-03-27 stigAdded some missing breaks.
2011-03-22 wmeierRe-arrange code so Coverity Prevent doesn't falsely...
2011-01-14 morrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 guyRename the routines that handle dissector tables with...
2010-08-02 wmeierFix cases where the type of a for loop variable is...
2010-06-21 stigRemoved leading empty line.
2010-05-14 wmeierFix a few usages of "" in the hfp] array 'blurb' field.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-01-19 wmeierFix gcc -Wshadow warnings
2009-10-27 etxrabFrom Francesco Fondelli:
2009-09-10 morrissFrom Edward J. Paradise via https://bugs.wireshark...
2009-09-09 stigAdded support for Multi-Topology (MT) Routing (RFC4915)
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-30 geraldRemove some unused variable assignments.
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-06-09 stigFrom Edward J. Paradise via bug 3520:
2009-05-05 guyDon't assume that the message type or the LS type are...
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2009-03-22 wmeierP64 changes: Fix some cases for which size_t is not...
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-11-25 stigHighlight the "Auth Data" bytes when selecting "OSPF...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-14 stigFrom Edward J. Paradise (bug 2775):
2008-08-14 jakeFrom Edward J. Paradise:
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2008-04-10 jakeFrom Roberto Morro:
2007-10-16 sakeFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-08-26 stigFrom Todd J Martin:
2007-06-26 jakeFix for bug 1658:
2007-03-27 ulflfrom Peter Johansson:
2007-03-23 ulflfix a lot more warnings
2007-02-14 sfisherChanges to the ansi_map and ospf dissectors to use...
2006-12-07 sfisherFrom Francesco Fondelli: Update/addition to Bandwidth...
2006-07-13 etxrabFrancesco Fondelli:
2006-07-07 geraldFix more bugs reported by Ilja van Sprundel.
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-16 jmayerdone:
2005-12-18 etxrabFrom Michael Rozhavsky:
2005-12-16 etxrabA patch for packet-ospf.c is attached:
2005-12-16 etxrabFrom Michael Rozhavsky:
2005-11-15 guyHandle OSPF V3 prefixes similarly to the way other...
2005-11-04 sahlbergremove an array and the remaining strcat from ospf
2005-11-04 sahlbergget rid of some strcat and a stackbased array
2005-10-29 sahlbergremove some strcat and dissect the options bitfield...
2005-09-25 sahlbergremove some redundant code that would always evaluate...
2005-09-24 sahlbergremove an array from the stack, remove some strcpy...
2005-09-15 sahlbergupdate for ospf from Senthil Kumar Nagappan
2005-08-20 sahlbergsprintf elimination
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-25 etxrabFrom Morro Roberto :
2005-07-08 ulflchecksum messages: use "[correct]" instead of "(correct...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-03-05 guyFor OSPF versions other than 2 or 3, stop dissecting...
2004-09-29 guyMove various tables into the epan directory.
2004-09-28 guyFrom Carlos Pignataro:
2004-09-28 guyMove various checksum routines and headers to epan.
2004-07-23 jmayerTrivial warning fixes:
2004-07-21 guyFrom Roberto Morro: support for GMPLS UNI and E-NNI...
2004-07-18 gramMove dissectors to epan/dissectors directory.