aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-03From Richard van der Hoff:Anders Broman4-568/+740
2005-08-02Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fi...Anders Broman1-56/+58
2005-08-02ememify the tvb_get_string call in mmse.Ronnie Sahlberg1-2/+2
2005-08-02ememify packet-rpc call to tvb_get_string()Ronnie Sahlberg1-2/+1
2005-08-02remove a pointless g_strdupRonnie Sahlberg1-1/+1
2005-08-02Clean up after ourselves so that we pass "distcheck" again.Gerald Combs1-0/+5
2005-08-02Explain the BoundsError and ReportedBoundsError errors a bit more, asGuy Harris1-0/+15
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer6-10/+10
2005-08-02add some comments, has to be extendedUlf Lamping1-1/+13
2005-08-02bugfix: in an attepmt to fix a crash while doing reassemling of connection or...Ulf Lamping1-15/+31
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer77-653/+653
2005-08-02Fix "no previous declaration" warningsJörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer6-10/+11
2005-08-02Fix more "no previous declaration" warningsJörg Mayer18-93/+96
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs1-2/+2
2005-08-01Break out of a loop before we exhaust system memory.Gerald Combs1-1/+1
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa4-999/+1520
2005-07-31From Martin MathiesonAnders Broman1-93/+160
2005-07-31From Martin Mathieson:Anders Broman1-51/+297
2005-07-30More char -> const char fixesJörg Mayer23-70/+65
2005-07-30Include .h into .c to make sure declarations match.Jörg Mayer2-3/+4
2005-07-30Stefan Rompf:Jörg Mayer1-1/+1
2005-07-30More char -> const char warning fixesJörg Mayer4-44/+44
2005-07-30Create packet-dcom-cba-acco.hJörg Mayer3-0/+34