aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-09-15A few more dissectors converted to wmemPascal Quantin1-10/+11
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-23/+14
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+3
2013-04-06Made IP address fields filterable as well as a few others.Michael Mann1-226/+405
2013-04-06Show the PIMv2 register flags in the correct tree.Jaap Keuter1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+2
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-19/+42
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-23/+23
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-02-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-16/+8
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-21/+21
2011-01-13Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-5/+5
2010-12-20Fix warnings with format.Chris Maynard1-2/+5
2010-12-20Some PIM enhancements, mostly to allow more fields to be filterable.Chris Maynard1-133/+271
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1002/+1002
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-19OK, I guess those URLs were for a protocol in the process of becomingGuy Harris1-3/+1
2010-01-19Get rid of a dead link, use IETF links for what appear to be the lastGuy Harris1-3/+3
2009-11-19- Remove if(tree) checksGerasimos Dimitriadis1-32/+34
2009-11-17Fix for Bug 4248:Gerasimos Dimitriadis1-6/+1
2009-10-09From Didier Gautheron:Anders Broman1-2/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-1/+1
2009-04-05Use ep_strdup_printf() and emem_strbuf_t's.Guy Harris1-20/+15
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-20Fix for bug 2554:Jaap Keuter1-4/+68
2008-01-03Fix for Bug 2156:Jaap Keuter1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-1/+1
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-08-17snprintf -> g_snprintfUlf Lamping1-4/+0
2005-08-08various code cleanup:Ulf Lamping1-9/+9
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-0/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-4/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-04-20Add a comment asking about the address and mask length fields inGuy Harris1-0/+4