aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icep.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-06Add support for reassembly.Guy Harris1-41/+29
2004-10-06From Francesco Fondelli: ICE protocol support.Guy Harris1-0/+1459