aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-08-11fix several bugs where we might dereference a null pointerRonnie Sahlberg1-10/+19
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionsRonnie Sahlberg2-12/+6
2005-08-10Remove proprietary information at the author's request.Gerald Combs1-749/+87
2005-08-10ep_tvb_get_string -> tvb_get_ephemeral_stringGerald Combs1-1/+1
2005-08-10Don't overflow a buffer. This might fix bug 327.Gerald Combs1-26/+31
2005-08-10When we receive junk data, mark it as a malformed packet instead ofGerald Combs1-8/+14
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionRonnie Sahlberg2-5/+1
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.Ronnie Sahlberg3-50/+22
2005-08-10convert to tvb_get_ephemeral_stringz() and fix an obvious memleakRonnie Sahlberg1-1/+1
2005-08-10add new function tvb_get_ephemeral_stringz()Ronnie Sahlberg2-0/+35
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg7-54/+19
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg3-26/+26
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg50-128/+134
2005-08-10ememify tywo more tvb_get_string()Ronnie Sahlberg1-4/+2
2005-08-08various code cleanup:Ulf Lamping92-466/+156
2005-08-08OK, so Didier was probably right using $^ :-)Jörg Mayer1-1/+1
2005-08-08Didier Gautheron:Jörg Mayer1-2/+2
2005-08-08FromRonnie Sahlberg1-47/+317
2005-08-08updates from Anders BRonnie Sahlberg5-2868/+2554
2005-08-08Centralize the code to create the subtree for RSVP objects and to putGuy Harris1-416/+279
2005-08-07from Dominique BastienRonnie Sahlberg1-2/+2
2005-08-07DHCP Failover runs over TCP; use tcp_dissect_pdus.Guy Harris1-635/+627
2005-08-07Fix the spelling of "transferred".Guy Harris1-27/+77
2005-08-06If a dissector writer directly throws DissectorError, don't punish theGuy Harris3-20/+30
2005-08-06Support throwing an exception with a null message pointer, and have theGuy Harris4-16/+65
2005-08-06Increase the size of some variables so that we don't overflow them and loopGerald Combs1-11/+11
2005-08-06Update toMichael Tüxen2-150/+275
2005-08-06Squelch more const pointer warnings.Guy Harris1-1/+1
2005-08-06Don't assign "" to a string that's only used after it's assigned to.Guy Harris1-71/+50
2005-08-06Use a NULL value for di->xfer as an indication that we don't know theGuy Harris1-5/+16
2005-08-06DissectorError is not supposed to be directly thrown; one should use theGuy Harris1-68/+68
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris2-3/+4
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs6-11/+17
2005-08-06Squelch another const warning.Guy Harris1-1/+1
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping4-10/+10
2005-08-05Put in a comment asking about the music going over the connection - weGuy Harris1-6/+5
2005-08-05More char -> const char warning fixes.Jörg Mayer2-2/+2
2005-08-05From David Richards:Anders Broman2-470/+542
2005-08-05From THORNTON, MATTAnders Broman2-131/+959
2005-08-05char -> const char warning fixesJörg Mayer1-29/+32
2005-08-05More char -> const char warning fixesJörg Mayer10-24/+26
2005-08-05More char -> const char warning fixesJörg Mayer34-84/+86
2005-08-04Separate declaration from initialization with non-static valuesJörg Mayer1-2/+11
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris1-0/+7
2005-08-04Forgot to remove gdebug.h from Makefile.common tooJörg Mayer1-1/+0
2005-08-04Albert Chin:Jörg Mayer1-3/+10
2005-08-04Albert Chin:Jörg Mayer3-64/+0
2005-08-04Increase the size of some variables, so that we don't overflow them. FixesGerald Combs1-9/+11
2005-08-04Exception handling fixes, and a fix to packet-frame.c,Gilbert Ramirez4-18/+285
2005-08-04When processing records, advance the offset.Guy Harris1-8/+3