aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
svn path=/trunk/; revision=15172
2005-08-02Fix more "no previous declaration" warningsJörg Mayer6-10/+11
svn path=/trunk/; revision=15171
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer2-0/+2
svn path=/trunk/; revision=15170
2005-08-02Fix more "no previous declaration" warningsJörg Mayer18-93/+96
svn path=/trunk/; revision=15169
2005-08-02Include the .h files into the .c files. That way weJörg Mayer3-0/+3
a) get rid of warnings of type "no previous declaration" and b) make sure that declaration and implementation are in sync. svn path=/trunk/; revision=15168
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs2-3/+3
run "make dist" before running "make". svn path=/trunk/; revision=15167
2005-08-01The .spec file now refers to "ethereal.desktop". Link to it when weGerald Combs1-0/+2
create our RPMs. svn path=/trunk/; revision=15166
2005-08-01Update RPM builds.Gerald Combs2-4/+20
svn path=/trunk/; revision=15165
2005-08-01Add notes about the LPD and ISAKMP bugs.Gerald Combs1-3/+12
svn path=/trunk/; revision=15164
2005-08-01Break out of a loop before we exhaust system memory.Gerald Combs1-1/+1
svn path=/trunk/; revision=15163
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa7-1129/+1629
- usage of #.FN_PARS in h225 and h245 dissectors - PER dissectors regenerated svn path=/trunk/; revision=15162
2005-08-01- fix name handling of imported typesTomas Kukosa1-275/+267
- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE svn path=/trunk/; revision=15161
2005-07-31From Martin MathiesonAnders Broman1-93/+160
- Makes more of the header fields filterable - Rationalises a bit the way header lines are parsed svn path=/trunk/; revision=15160
2005-07-31From Martin Mathieson:Anders Broman1-51/+297
This update: - adds more command parameter details - doesn't clutter the tree with unknown fields svn path=/trunk/; revision=15159
2005-07-30More char -> const char fixesJörg Mayer23-70/+65
Declare some functions static svn path=/trunk/; revision=15158
2005-07-30Include .h into .c to make sure declarations match.Jörg Mayer2-3/+4
Fix a copy/paste in the .h surrounding ifndef. One char -> const char fix. svn path=/trunk/; revision=15157
2005-07-30Stefan Rompf:Jörg Mayer1-1/+1
Fix warnings of type: proto.c:2219: warning: ISO C forbids conditional expr with only one void side svn path=/trunk/; revision=15156
2005-07-30More char -> const char warning fixesJörg Mayer5-45/+45
svn path=/trunk/; revision=15155
2005-07-30Create packet-dcom-cba-acco.hJörg Mayer3-0/+34
svn path=/trunk/; revision=15154
2005-07-30Make dissect_CBA_Connection_Data again available for plugins (althoughGuy Harris1-1/+1
it should be declared in a header file, so that the plugins can #include the header file rather than using a possibly-out-of-date private declaration, and so that it's clearer that it shouldn't be static). svn path=/trunk/; revision=15153
2005-07-30Fix 'isn't prototype' warningJörg Mayer1-1/+1
svn path=/trunk/; revision=15152
2005-07-30Clean up some more const issues.Guy Harris1-2/+2
svn path=/trunk/; revision=15151
2005-07-30Get rid of another unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=15150
2005-07-30Widen a variable, as a guint16 value is assigned to it; the upper 8 bitsGuy Harris1-4/+2
might be irrelevant in this case, but we might as well not throw them out. Clean up some code that sets "cdata->flags". svn path=/trunk/; revision=15149
2005-07-30Get rid of some unused variables.Guy Harris1-3/+1
svn path=/trunk/; revision=15148
2005-07-30Declare the value_string tables as arrays of value_strings, not ofGuy Harris1-2/+2
pointers to same, and make them "const" while we're at it. svn path=/trunk/; revision=15147
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer24-152/+154
svn path=/trunk/; revision=15146
2005-07-30Remove packet-fcse.hJörg Mayer1-1/+0
svn path=/trunk/; revision=15145
2005-07-30Declare many functions static, move the #defines from packet-fcse.h toJörg Mayer2-66/+33
packet-fcse.c and remove packet-fcse.h svn path=/trunk/; revision=15144
2005-07-29Pick up some fixes and enhancements fromGerald Combs4-20/+32
http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/: In the LPD dissector, make lpd_client_code a value_string so that we don't segfault. Do the same for lpd_server_code, although it's not strictly necessary. Check to see if htmlview is installed, and use it as our HTML viewer. The Fedora RPM has other patches, but I'm not sure if they should be applied. svn path=/trunk/; revision=15143
2005-07-29some more ememification of tvb_get_string()Ronnie Sahlberg1-15/+6
svn path=/trunk/; revision=15142
2005-07-29Suggest that perhaps displaying chunks in the chunked encoding with theGuy Harris1-0/+7
data dissector might be overkill, as it causes each of those chunks to be dumped in hex in Tethereal output - along with whatever's done with the data reassembled from those chunks. svn path=/trunk/; revision=15141
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itGuy Harris1-4/+7
takes care of the square brackets, etc.. svn path=/trunk/; revision=15140
2005-07-29If we do reassembly and hand the packet to the dissector, and theGuy Harris2-8/+24
dissector says "sorry, I need even more data in this packet", don't flag that packet as being reassembled in that frame. Indicate that we should perhaps do all the "partial reassembly" stuff in "fragment_set_partial_assembly()", which would obviate the need for the hack in the TCP dissector. Clean up indentation. svn path=/trunk/; revision=15139
2005-07-29Constify some variables, functions, and structure members to squelchGuy Harris3-6/+7
compiler warnings. svn path=/trunk/; revision=15138
2005-07-29Constify some variables and arguments to squelch compiler warnings.Guy Harris1-3/+3
svn path=/trunk/; revision=15137
2005-07-29Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
svn path=/trunk/; revision=15136
2005-07-29Cast away some (otherwise unremovable, and harmless, in this case)Guy Harris1-4/+4
warnings. svn path=/trunk/; revision=15135
2005-07-28Add release notes. The content still needs to be filled in.Gerald Combs2-1/+193
svn path=/trunk/; revision=15134
2005-07-28more emeification of tvb_get_string()Ronnie Sahlberg2-9/+4
svn path=/trunk/; revision=15133
2005-07-28ememify some more calls to tvb_get_string()Ronnie Sahlberg4-8/+4
this fixes an obvious memleak in ms-mms svn path=/trunk/; revision=15132
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ↵Ronnie Sahlberg9-27/+11
time :-( svn path=/trunk/; revision=15131
2005-07-28ememify some more tvb_get_string() callsRonnie Sahlberg3-27/+11
one memleak in vnc related to tvb_get_string() closed. svn path=/trunk/; revision=15130
2005-07-28ememify the tvb_get_string() and tvb_fake_unicode() calls in tdsRonnie Sahlberg1-35/+22
svn path=/trunk/; revision=15129
2005-07-28add an ep version of tvb_fake_unicode()Ronnie Sahlberg2-0/+44
svn path=/trunk/; revision=15128
2005-07-28packet_ber has for some time been doing sanity checking of the BER Length fieldsRonnie Sahlberg2-5/+5
that they are not longer than the reported length of the tvb. this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb. this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well. fix some of these instances. svn path=/trunk/; revision=15127
2005-07-28char -> const char warning fixesJörg Mayer16-149/+144
svn path=/trunk/; revision=15126
2005-07-28Warning fixesJörg Mayer3-3/+3
svn path=/trunk/; revision=15125
2005-07-28Updated Ankur Aggarwal's entryJörg Mayer1-1/+2
svn path=/trunk/; revision=15124
2005-07-28Add Extreme stuffJörg Mayer2-0/+4
svn path=/trunk/; revision=15123