aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ymsg.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-6/+6
2010-05-16From Robert Lickenbrock:jake1-2/+9
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-01-26Fix some gcc -Wshadow warningswmeier1-4/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-02-25Added a few service values.stig1-1/+10
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2007-05-18- show service val in protocol tree label (there can be multiple of them)martinm1-2/+9
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-10-30From Gennady Feldman:jake1-50/+54
2006-09-18From G.F. aka Gena01jake1-21/+51
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-09-26From Martin Mathieson:etxrab1-35/+85
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer1-1/+1
2005-06-14From Samuel Thibault,etxrab1-1/+29
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+433