aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
Commit message (Expand)AuthorAgeFilesLines
* From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2011-02-231-16/+8
* Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss2011-01-151-21/+21
* Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss2011-01-131-5/+5
* Fix warnings with format.Chris Maynard2010-12-201-2/+5
* Some PIM enhancements, mostly to allow more fields to be filterable.Chris Maynard2010-12-201-133/+271
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-1002/+1002
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* OK, I guess those URLs were for a protocol in the process of becomingGuy Harris2010-01-191-3/+1
* Get rid of a dead link, use IETF links for what appear to be the lastGuy Harris2010-01-191-3/+3
* - Remove if(tree) checksGerasimos Dimitriadis2009-11-191-32/+34
* Fix for Bug 4248:Gerasimos Dimitriadis2009-11-171-6/+1
* From Didier Gautheron:Anders Broman2009-10-091-2/+0
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-2/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-4/+4
* ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier2009-04-141-1/+1
* Use ep_strdup_printf() and emem_strbuf_t's.Guy Harris2009-04-051-20/+15
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Fix for bug 2554:Jaap Keuter2008-05-201-4/+68
* Fix for Bug 2156:Jaap Keuter2008-01-031-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* done:Jörg Mayer2006-01-161-1/+1
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-0/+1
* snprintf -> g_snprintfUlf Lamping2005-08-171-4/+0
* various code cleanup:Ulf Lamping2005-08-081-9/+9
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-0/+1
* checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping2005-07-081-4/+4
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* Add a comment asking about the address and mask length fields inGuy Harris2005-04-201-0/+4
* Move various tables into the epan directory.Guy Harris2004-09-291-2/+2
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1210