aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-30Make dissect_CBA_Connection_Data again available for plugins (althoughGuy Harris1-1/+1
2005-07-30Fix 'isn't prototype' warningJörg Mayer1-1/+1
2005-07-30Clean up some more const issues.Guy Harris1-2/+2
2005-07-30Get rid of another unused variable.Guy Harris1-1/+0
2005-07-30Widen a variable, as a guint16 value is assigned to it; the upper 8 bitsGuy Harris1-4/+2
2005-07-30Get rid of some unused variables.Guy Harris1-3/+1
2005-07-30Declare the value_string tables as arrays of value_strings, not ofGuy Harris1-2/+2
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer24-152/+154
2005-07-30Remove packet-fcse.hJörg Mayer1-1/+0
2005-07-30Declare many functions static, move the #defines from packet-fcse.h toJörg Mayer2-66/+33
2005-07-29Pick up some fixes and enhancements fromGerald Combs2-20/+21