aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Extern (and use) extended value string instead of the associated value string...wmeier1-3/+3
2012-08-10Use val_to_str_const() where appropriate;wmeier1-13/+13
2012-08-10convert some simple uses to use ephemeral memorymmann1-9/+2
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-3/+3
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+0
2011-12-02From Salil Kanitkar:jake1-4/+243
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argwmeier1-32/+32
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-03-27Added some missing breaks.stig1-0/+2
2011-03-22Re-arrange code so Coverity Prevent doesn't falsely report several INFINITE_L...wmeier1-1840/+1842
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-49/+47
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-1/+1
2010-06-21Removed leading empty line.stig1-1/+0
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.wmeier1-3/+4
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-5/+5
2009-10-27From Francesco Fondelli:etxrab1-154/+152
2009-09-10From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...morriss1-37/+37
2009-09-09Added support for Multi-Topology (MT) Routing (RFC4915)stig1-35/+91
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-30Remove some unused variable assignments.gerald1-1/+0
2009-06-22From Kovarththanan Rajaratnam:stig1-98/+98
2009-06-22From Kovarththanan Rajaratnam:stig1-331/+331
2009-06-09From Edward J. Paradise via bug 3520:stig1-8/+7
2009-05-05Don't assume that the message type or the LS type are valid.guy1-10/+14
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-2/+2
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-11-25Highlight the "Auth Data" bytes when selecting "OSPF Header".stig1-0/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-08-14From Edward J. Paradise (bug 2775):stig1-0/+21
2008-08-14From Edward J. Paradise:jake1-77/+488
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-6/+9
2008-04-10From Roberto Morro:jake1-4/+15
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake1-1/+1
2007-08-26From Todd J Martin:stig1-4/+128
2007-06-26Fix for bug 1658:jake1-5/+10
2007-03-27from Peter Johansson:ulfl1-9/+9
2007-03-23fix a lot more warningsulfl1-1/+1
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)sfisher1-10/+4
2006-12-07From Francesco Fondelli: Update/addition to Bandwidth Constraints Model codesfisher1-5/+21
2006-07-13Francesco Fondelli:etxrab1-5/+85
2006-07-07Fix more bugs reported by Ilja van Sprundel.gerald1-30/+33
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2