aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
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