aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-25icq: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+2
2017-05-24packet-icq.c: Use more FT_UINT_STRINGMichael Mann1-82/+58
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-5/+1
2016-02-06Bluetooth: GATT: Add support for OTS/OTPMichal Labedzki1-2/+0
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-10ICQ: fix icq.meta_user.found_authorization field registrationPascal Quantin1-1/+1
2014-12-10Eliminate proto_tree_add_text from packet-icq.cMichael Mann1-198/+235
2014-10-06Convert (what appear to be) "4 space tabs"; Adjust editor-modelines; Do some ...Bill Meier1-1108/+1108
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-11/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-14/+14
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
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