aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-13/+13
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-05Fix compile errors: remove unused parameters, fix format string.Evan Huus1-15/+9
2013-07-05Major cleanup to ICQ dissector. Still needs a bunch of proto_tree_add_text -...Michael Mann1-1274/+883
2013-07-05Batch of filterable expert infos.Michael Mann1-15/+25
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-34/+34
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-19/+14
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 928-932;Bill Meier1-8/+5
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.Stig Bjørlykke1-0/+1
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-33/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-02-19We don't call assert() (and shouldn't - dissectors should useGuy Harris1-1/+0
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-12-08From Jakub Zawadzki:Anders Broman1-2/+1
2009-12-02Back out r30376, which introduced a buffer overrun. Fixes bug 4285.Gerald Combs1-1/+3
2009-10-06From Didier Gautheron:Anders Broman1-2/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-21/+7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2009-05-13Apply some of the patches from:Anders Broman1-6/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-21/+21
2008-03-06Make this dissector (which runs on a non-IANA-assigned port) a new-style diss...Jeff Morriss1-657/+255
2006-08-31use an expert_info instead of an fprintf to show an undecoded message (fprint...Ulf Lamping1-1/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-07-30More char -> const char fixesJörg Mayer1-7/+7
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-5/+5
2005-01-26if there must be an unknown version message, use hex instead of decimal to pr...Ulf Lamping1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2222