aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsi.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-19/+19
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-9/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-11-15"Fill" value_strings.etxrab1-0/+1
2010-11-08Use value_string_ext fcns to access certain value_string arrays;wmeier1-327/+330
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-09-10From Alex deVries:etxrab1-16/+46
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-15/+15
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-09-25Minor proto_reg_handoff cleanupwmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-03-14Update documentation information.guy1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
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-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-4/+2
2005-06-19from Didier Gautheronlego1-1/+21
2005-03-31Add a link to a more recent Apple page describing DSI.guy1-0/+3
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/+846