aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-4/+4
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);wmeier1-1/+1
2009-04-05Use ep_strdup_printf() and emem_strbuf_t's.guy1-20/+15
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-20Fix for bug 2554:jake1-4/+68
2008-01-03Fix for Bug 2156:jake1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-1/+1
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-08-17snprintf -> g_snprintfulfl1-4/+0
2005-08-08various code cleanup:ulfl1-9/+9
2005-08-02Fix more "no previous declaration" warningsjmayer1-0/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-4/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-04-20Add a comment asking about the address and mask length fields inguy1-0/+4
2004-09-29Move various tables into the epan directory.guy1-2/+2
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1210