Change proto_tree_add_ipv6() to take a struct e_in6_addr pointer
[metze/wireshark/wip.git] / epan / dissectors / packet-ospf.c
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-10-01 Jeffrey SmithTreat IPv4 subnet masks as distinct from addresses
2015-08-23 Alexis La GoutteOSPF: Fix indent (use 4 spaces)
2015-08-22 Joerg MayerFix two bugs
2015-08-22 Joerg MayerSmall cleanups and improvements
2015-05-12 Pascal QuantinOSPF: fix dissection of Router Address TLV
2015-03-22 Michael MannRemove proto_tree_add_text from packet-ospf.c
2015-02-22 Michael MannAdd tvb_address_with_resolution_to_str.
2015-02-06 Jeff MorrissFurther simplify the LSA-Update processing: the always...
2015-02-04 Jeff MorrissTOS-specific forwarding blocks aren't actually required...
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-28 Michael MannReplace ip6_to_str and ip6_guint8_to_str with address_t...
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-13 Bill MeierUse ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...
2014-09-19 Bill MeierDo encoding-arg changes (all benign)
2014-09-09 Anish BhattOSPF : cleanup hf_filter array
2014-08-09 Guy HarrisClean up Internet checksum handling.
2014-07-16 Jim YoungFix regression related to OSPF related enum order defin...
2014-07-15 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-07-11 Anish BhattUpdate to fix for Bug 6302.
2014-07-05 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-06-24 Anish BhattOSPF Cleanup. Remove unnecessary TFS declarations
2014-06-21 Anish BhattCheck constraints for OSPFv2 LSAs:
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-16 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-06-15 Alexis La GoutteOSPF: Remove unused code (will be never reused)
2014-06-15 Joerg MayerFix warnings turning errors (also fixes buildbot)
2014-06-15 Michael Mannpacket-ospf.c : proto_tree_add_text -> something filterable
2014-05-01 Alexis La GoutteAdd OSPF Authentication Trailer (RFC6506)
2014-05-01 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-04-29 Mike GerschefskeUpdated items in dissect_ospf_v2_lsa to use filterable...
2014-04-28 Alexis La GoutteMake filterable OSPF Header...
2014-04-28 Mike GerschefskeUpdated ospf link state router messages to use proto_tr...
2014-04-27 Alexis La GoutteAdd Modelines info
2014-04-24 Alexis La GoutteFix packet-ospf.c:1181:33: warning: code will never...
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-04-08 Alexis La GoutteRemove some variant of tfs_set_notset...
2014-04-08 Alexis La GoutteFix Hello options Flags
2014-04-08 Alexis La GoutteMake filterable OSPF Hello Packet
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-15 Jakub ZawadzkiFix some const/ not const warnings.
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-13 Jörg MayerDario Lombardo <lomato@gmail.com> via
2013-03-19 Anders BromanFrom beroset:
2013-01-18 Evan HuusFrom Kaushal Shah via https://bugs.wireshark.org/bugzil...
2012-10-11 Bill MeierChange 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-01 Anders BromanFrom David Ward: OSPF dissector: add filters for v3...
2012-08-25 Bill MeierExtern (and use) extended value string instead of the...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-08-10 Michael Mannconvert some simple uses to use ephemeral memory
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-19 pascalFix RVALS() macro usage
2012-05-08 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2011-12-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-12-02 Jaap KeuterFrom Salil Kanitkar:
2011-10-27 Bill MeierFix some proto_tree_add_item() encoding args;
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-19 Bill MeierMore conversions of proto_tree_add_item() 'encoding...
2011-08-16 Jeff MorrissBased on patch from Denis Ovsienko via
2011-03-27 Stig BjørlykkeAdded some missing breaks.
2011-03-22 Bill MeierRe-arrange code so Coverity Prevent doesn't falsely...
2011-01-14 Jeff MorrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-08-02 Bill MeierFix cases where the type of a for loop variable is...
2010-06-21 Stig BjørlykkeRemoved leading empty line.
2010-05-14 Bill MeierFix a few usages of "" in the hfp] array 'blurb' field.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-19 Bill MeierFix gcc -Wshadow warnings
2009-10-27 Anders BromanFrom Francesco Fondelli:
2009-09-10 Jeff MorrissFrom Edward J. Paradise via https://bugs.wireshark...
2009-09-09 Stig BjørlykkeAdded support for Multi-Topology (MT) Routing (RFC4915)
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-30 Gerald CombsRemove some unused variable assignments.
2009-06-22 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-22 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-09 Stig BjørlykkeFrom Edward J. Paradise via bug 3520:
2009-05-05 Guy HarrisDon't assume that the message type or the LS type are...
2009-04-08 Bill Meier(Trivial) Fix some spelling & etc in comments
2009-03-22 Bill MeierP64 changes: Fix some cases for which size_t is not...
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-11-25 Stig BjørlykkeHighlight the "Auth Data" bytes when selecting "OSPF...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-14 Stig BjørlykkeFrom Edward J. Paradise (bug 2775):
2008-08-14 Jaap KeuterFrom Edward J. Paradise:
2008-05-15 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-04-10 Jaap KeuterFrom Roberto Morro:
2007-10-16 Sake BlokFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-08-26 Stig BjørlykkeFrom Todd J Martin:
2007-06-26 Jaap KeuterFix for bug 1658:
2007-03-27 Ulf Lampingfrom Peter Johansson:
next