aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-02-19We don't call assert() (and shouldn't - dissectors should useguy1-1/+0
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-12-08From Jakub Zawadzki:etxrab1-2/+1
2009-12-02Back out r30376, which introduced a buffer overrun. Fixes bug 4285.gerald1-1/+3
2009-10-06From Didier Gautheron:etxrab1-2/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-21/+7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-7/+7
2009-05-13Apply some of the patches from:etxrab1-6/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-06-28Fix some warnings reported by gcc -Wshadow ...wmeier1-21/+21
2008-03-06Make this dissector (which runs on a non-IANA-assigned port) a new-style diss...morriss1-657/+255
2006-08-31use an expert_info instead of an fprintf to show an undecoded message (fprint...ulfl1-1/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-07-30More char -> const char fixesjmayer1-7/+7
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-5/+5
2005-01-26if there must be an unknown version message, use hex instead of decimal to pr...ulfl1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2222