aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-9/+9
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-24/+9
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-30/+30
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-36/+9
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-62/+62
2009-01-08Fix for bug 2902:Jaap Keuter1-14/+14
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier1-12/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsMartin Mathieson1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+2
2005-09-01From Martin MathiesonAnders Broman1-26/+44
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+3
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-05-27From Martin MathiesonAnders Broman1-65/+719
2005-05-16From Martin Mathieson:Anders Broman1-150/+1286
2005-03-06Martin Mathieson: Add information sourcesJörg Mayer1-0/+4
2005-02-20modify eol-style propertyLuis Ontanon1-2/+2
2005-02-19From Martin MathielsonLuis Ontanon1-0/+494