aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-10-28comment out the heuristics registration until we actually implement some ↵Ronnie Sahlberg1-1/+1
heuristics svn path=/trunk/; revision=16353
2005-10-28From Mike FrischRonnie Sahlberg3-0/+3586
New protocol : PVFS2 Example captures for fuzz testing can be found in Mikes email of Oct 7 svn path=/trunk/; revision=16352
2005-10-281. replace "and" with "&&" in ethereal_gen.py:2103Anders Broman2-1/+2
2. add make_printable_string in libethereal.def svn path=/trunk/; revision=16351
2005-10-28If bytes_to_str() is passed a zero length value, return an empty stringGerald Combs1-49/+51
instead of asserting. Fixes bug 560. Fix up whitespace. svn path=/trunk/; revision=16350
2005-10-28Fix the bit mask for dec_dna.ctl.router_state. This should fix theGerald Combs1-172/+172
"check ftsanity.py output" error in Buildbot. Fix up whitespace. svn path=/trunk/; revision=16349
2005-10-28Came up to be an almost complete rewrite:Luis Ontanon2-1714/+1471
- decode up to Q.2630.3 - (almost) all parameter fields have its own filter expression - remove buffers from the stack - add some color (expert info) to the tree svn path=/trunk/; revision=16348
2005-10-27Fix uninitialized variable errors.Guy Harris4-40/+59
Rename some variables to make the names used in progress bars more common. (Should more of that functionality be moved into common progress bar code?) svn path=/trunk/; revision=16347
2005-10-27Make the processing of "-z" arguments in the Tethereal I/O stat tap moreGuy Harris2-106/+109
like that of the Ethereal I/O stat tap. Improve error messages in both taps. Use nstime() routines and structure assignment to do operations on nstime_t values. svn path=/trunk/; revision=16346
2005-10-27Add a CVE item for the IRC bug.Gerald Combs1-0/+1
svn path=/trunk/; revision=16345
2005-10-27register 1.2.840.113533.7.66.13 as passwordbasedmac from CRMFRonnie Sahlberg3-2/+21
svn path=/trunk/; revision=16344
2005-10-27add decoding of some more universal types for the opportunistic decode of ↵Ronnie Sahlberg1-0/+24
unknown ber blobs. svn path=/trunk/; revision=16343
2005-10-27get rid of the last two strcpy from epan/dissectorsRonnie Sahlberg1-9/+2
svn path=/trunk/; revision=16342
2005-10-27remove some strcpyRonnie Sahlberg1-14/+12
svn path=/trunk/; revision=16341
2005-10-27get rid of some strcpyRonnie Sahlberg2-2/+2
svn path=/trunk/; revision=16340
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=16339
2005-10-27get rid of some strcpyRonnie Sahlberg1-21/+11
svn path=/trunk/; revision=16338
2005-10-27remove some strcpyRonnie Sahlberg1-10/+5
svn path=/trunk/; revision=16337
2005-10-27remove a strcpy() callRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=16336
2005-10-27remove a strcpyRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=16335
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=16334
2005-10-27remove a strcpy callRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=16333
2005-10-27remove a strcpyRonnie Sahlberg1-13/+3
make the code A LOT nicer and get rid of unchecked memcpy svn path=/trunk/; revision=16332
2005-10-27remove some strcpyRonnie Sahlberg1-29/+48
svn path=/trunk/; revision=16331
2005-10-27simply use 4 spaces for example indentation and formattingUlf Lamping1-31/+7
svn path=/trunk/; revision=16330
2005-10-27remove some strcpy() and some buffers.Ronnie Sahlberg1-79/+84
boy o boy the fc dissector family is in really poor shape and should be rewritten svn path=/trunk/; revision=16329
2005-10-27Synopsis: don't prepend an optional - before the first record number, it ↵Ulf Lamping1-1/+1
won't work svn path=/trunk/; revision=16328
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris4-55/+99
rather than checking only on every progress bar update quantum, so that if the update quantum is *very* large, we don't end up waiting longer than the standard time for a dialog box before checking. svn path=/trunk/; revision=16327
2005-10-26Don't run "process_ptvc_record()" on replies unless we're building aGuy Harris1-29/+41
protocol tree. svn path=/trunk/; revision=16326
2005-10-26from Jaap Keuter:Ulf Lamping1-1/+63
The attached patch extends the synopsys and adds an 'Examples' chapter to the editcap documentation. I've edited this a bit, without the real knowledge :-(, to make it: a. look better b. make more sense (at least to me) svn path=/trunk/; revision=16325
2005-10-26Add a comment.Guy Harris1-0/+1
svn path=/trunk/; revision=16324
2005-10-26updates to CMPRonnie Sahlberg2-14/+402
implement the glue to dissect CMP oer TCP svn path=/trunk/; revision=16323
2005-10-26Add the rest of the IE:sAnders Broman3-6/+928
svn path=/trunk/; revision=16322
2005-10-26From Mike DuigouAnders Broman1-4/+6
Safer handling for building address string for AT_STRINGZ and AT_URI. svn path=/trunk/; revision=16321
2005-10-26From Mark C Brown, Anders Broman2-5/+7
Small patch correcting nettl.uid to unsigned and adding pduin/pduout as nettl.kind values... svn path=/trunk/; revision=16320
2005-10-26Set correct offset fore some signals, use dummy funtion to get hf fields ↵Anders Broman3-157/+516
auto generated. svn path=/trunk/; revision=16319
2005-10-26Add the recent IRC bug to the release notes.Gerald Combs1-0/+6
svn path=/trunk/; revision=16318
2005-10-26bugfix: don't crash the file open dialog, if the preview gets confused by ↵Ulf Lamping1-8/+12
"invalid" timestamps. The localtime call will return NULL on invalid input which results in a NULL pointer exception. Simply print '?' if localtime returned NULL. svn path=/trunk/; revision=16317
2005-10-25Tags should be implicit.Anders Broman3-249/+250
svn path=/trunk/; revision=16316
2005-10-25As there are more Procedure codes the hueristics need to be updated.Anders Broman2-5/+7
svn path=/trunk/; revision=16315
2005-10-25some ies in the init proc weren't propperly decoded.Luis Ontanon1-27/+33
svn path=/trunk/; revision=16314
2005-10-25Check in re-generated version from Graeme Lunt's fix to asn2eth.Guy Harris1-44/+44
svn path=/trunk/; revision=16313
2005-10-25Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it getGuy Harris3-8/+2
it from "packet-rtse.h" (which, at least on some platforms, doesn't declare it as static, so GCC 4.0, at least, fails because the static and non-static declarations collide). svn path=/trunk/; revision=16312
2005-10-25Check in the re-generated NBAP dissector.Guy Harris2-7/+50
svn path=/trunk/; revision=16311
2005-10-25Avoid a conflict in global symbols by declaring some variables static.Luis Ontanon3-13/+13
svn path=/trunk/; revision=16310
2005-10-25We don't have an SS-Operations.asn file, and don't use one.Guy Harris1-1/+1
svn path=/trunk/; revision=16309
2005-10-25Document ptvcursors.Gilbert Ramirez1-0/+60
svn path=/trunk/; revision=16308
2005-10-25remove a bunch of arrays, some strcpy() and make it dissect the fc4 type ↵Ronnie Sahlberg1-78/+127
bitmask better svn path=/trunk/; revision=16307
2005-10-25remove a buffer from the stack and some strcpy()Ronnie Sahlberg1-17/+50
the previous code had a bug in that it would never display one of the flags unless the other flag was also set. svn path=/trunk/; revision=16306
2005-10-25remove a stack based array and some strcpy()Ronnie Sahlberg1-27/+57
svn path=/trunk/; revision=16305
2005-10-25Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=16304