aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slsk.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-23slsk: fix infinite loopPeter Wu1-82/+82
2017-04-15packet-slsk.c: Fix potential uninitialized variable.Michael Mann1-1/+1
2017-04-15packet-slsk.c: General cleanupMichael Mann1-1063/+770
2017-04-11packet-slsk.c: Fix (many potential) SLSK long dissector loopsMichael Mann1-0/+34
2017-01-31format_text_wmem -> format_textMichael Mann1-3/+3
2017-01-31Add format_text_wmem.Michael Mann1-3/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-6/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann1-74/+76
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-20/+20
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-20/+20
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-20/+20
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+6
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-6/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+1
2013-07-11Fix an obvious case of incorrectly comparing the return value of tvb_length_r...Chris Maynard1-2/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+1
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-14/+14
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-75/+75
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+1
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2409/+2412
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-03Corrected abbrev for Client IP.Stig Bjørlykke1-1/+1
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-50/+50
2009-05-13Apply some of the patches from:Anders Broman1-9/+3
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1