aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-4/+4
2015-03-15Remove proto_tree_add_text from packet-edonkey.cMichael Mann1-214/+234
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris1-0/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-15Clean up handling of the message type.Guy Harris1-7/+5
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-10/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-12/+12
2014-01-22edonkey seems to use 7-bit ascii for its tags etcMartin Kaiser1-5/+6
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-2/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-3/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-09-14use generic editor modelinesMartin Kaiser1-1/+12
2013-09-14emem -> wmemMartin Kaiser1-2/+3
2013-07-16Fix Coverity CID 1055436: Improper use of negative value.Chris Maynard1-17/+19
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-5/+5
2013-03-17[-Wmissing-prototypes]Anders Broman1-3/+5
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-29Make eDonkey dissector a "new style" and only dissect if first byte matches a...Michael Mann1-81/+71
2013-01-29Get Server Info should not have any data unless "challenged", per eMule sourc...Michael Mann1-5/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-17/+17
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-19Simplify proto_tree_add_string_format_value(..., val, "%s", val) with proto_t...Jakub Zawadzki1-5/+5
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-9/+9
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-23/+23
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-46/+46
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-12/+6
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+2
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 891 & 892;Bill Meier1-25/+22
2011-01-31Use tvb_bytes_to_str() iso home-grown hex output fcn.Bill Meier1-23/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-25From Andrew Jean:Jaap Keuter1-7/+14
2009-10-26From Jakub Zawadzki:Anders Broman1-48/+21
2009-09-17From zeemon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3848 :Jeff Morriss1-10/+10