aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-02 Fix svn properties where needed:Jörg Mayer4-769/+769
2005-08-02Fix svn properties where needed:Jörg Mayer1-90/+90
2005-08-02 Fix svn properties where needed:Jörg Mayer5-0/+0
2005-08-02 Fix svn properties where needed:Jörg Mayer0-0/+0
2005-08-02Remove svn:executableJörg Mayer5-66/+66
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer80-660/+660
2005-08-02Fix svn properties where needed:Jörg Mayer47-394/+394
2005-08-02set svn:eol-style and svn:keywordsJörg Mayer5-5/+5
2005-08-02It's svn:eol-style, not eol-styleJörg Mayer0-0/+0
2005-08-02Fix "no previous declaration" warningsJörg Mayer4-151/+151
2005-08-02Fix more "no previous declaration" warningsJörg Mayer2-4/+4
2005-08-02Fix more "no previous declaration" warningsJörg Mayer13-27/+31
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
2005-08-02Fix more "no previous declaration" warningsJörg Mayer6-10/+11
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer2-0/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer18-93/+96
2005-08-02Include the .h files into the .c files. That way weJörg Mayer3-0/+3
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs2-3/+3
2005-08-01The .spec file now refers to "ethereal.desktop". Link to it when weGerald Combs1-0/+2
2005-08-01Update RPM builds.Gerald Combs2-4/+20
2005-08-01Add notes about the LPD and ISAKMP bugs.Gerald Combs1-3/+12
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 Kukosa7-1129/+1629
2005-08-01- fix name handling of imported typesTomas Kukosa1-275/+267
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 Mayer5-45/+45
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 Combs4-20/+32
2005-07-29some more ememification of tvb_get_string()Ronnie Sahlberg1-15/+6
2005-07-29Suggest that perhaps displaying chunks in the chunked encoding with theGuy Harris1-0/+7
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itGuy Harris1-4/+7
2005-07-29If we do reassembly and hand the packet to the dissector, and theGuy Harris2-8/+24
2005-07-29Constify some variables, functions, and structure members to squelchGuy Harris3-6/+7
2005-07-29Constify some variables and arguments to squelch compiler warnings.Guy Harris1-3/+3
2005-07-29Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
2005-07-29Cast away some (otherwise unremovable, and harmless, in this case)Guy Harris1-4/+4