aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icep.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+6
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-969/+969
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-13/+13
2013-09-02Batch of filterable expert info.Michael Mann1-34/+63
2013-05-21Minor cleanup. Removal of unnecessary packet_info* global variableMichael Mann1-171/+70
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-10From Michael Mann: Added dissection of IceP over UDP as well as a few prefere...Anders Broman1-164/+218
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+6
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-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-13/+13
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-430/+427
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-57/+19
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-4/+4
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-09-18Licepnse -> LicenseJaap Keuter1-4/+4
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2005-08-20more sprintf updatesRonnie Sahlberg1-3/+1
2005-08-18several times replacing:Ulf Lamping1-3/+1
2005-08-15ememify g_malloc() callsRonnie Sahlberg1-4/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-16/+1
2005-07-09Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris1-10/+4
2005-04-24Don't try to free the same memory twice.Gerald Combs1-2/+6
2004-10-06"tvb_reported_length_remaining()" returns a "gint", so assign its returnGuy Harris1-2/+2
2004-10-06remove MSVC compiler warningUlf Lamping1-1/+1
2004-10-06bring MSVC generation back to live, as elipses in macros are not alowed. May ...Ulf Lamping1-35/+36
2004-10-06We now do reassembly.Guy Harris1-5/+4