aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icep.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-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-13/+13
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-430/+427
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-09-24Don't guard col_append_str with check_colkrj1-57/+19
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-4/+4
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-09-18Licepnse -> Licensejake1-4/+4
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1
2005-08-20more sprintf updatessahlberg1-3/+1
2005-08-18several times replacing:ulfl1-3/+1
2005-08-15ememify g_malloc() callssahlberg1-4/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-16/+1
2005-07-09Use "tvb_get_string()" rather than duplicating its functionality byguy1-10/+4
2005-04-24Don't try to free the same memory twice.gerald1-2/+6
2004-10-06"tvb_reported_length_remaining()" returns a "gint", so assign its returnguy1-2/+2
2004-10-06remove MSVC compiler warningulfl1-1/+1
2004-10-06bring MSVC generation back to live, as elipses in macros are not alowed. May ...ulfl1-35/+36
2004-10-06We now do reassembly.guy1-5/+4
2004-10-06Add support for reassembly.guy1-41/+29
2004-10-06From Francesco Fondelli: ICE protocol support.guy1-0/+1459