aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
(presumably-)harmless-but-otherwise-unremovable const-to-nonconst warnings. In the TACACS dissector, clean up the variables used in option parsing to avoid some const-to-nonconst warnings. Clean up some white space. svn path=/trunk/; revision=15043
2005-06-19push one more object into the session structure so acse can pick it up later.Ronnie Sahlberg1-0/+3
svn path=/trunk/; revision=14695
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routineGerald Combs1-36/+10
when there's a perfectly good tvb_bytes_to_str() lying around, just _begging_ to be used. Fix up white space. svn path=/trunk/; revision=14304
2005-05-03Back out all of the tvb_ensure_bytes_exist() calls. They shouldn't beGerald Combs1-75/+3
neccessary any more, and were causing problems. svn path=/trunk/; revision=14298
2005-04-26Add a slew of tvb_ensure_bytes_exist() calls. This should probably beGerald Combs1-3/+75
converted to use the new-style ASN.1 code. Fixes bug 102. svn path=/trunk/; revision=14193
2005-03-25buildbot bugfix: yet another (un-)signed problem.Ulf Lamping1-0/+2
Guy, you may have a look to add some "invalid" message to the tree in this case svn path=/trunk/; revision=13907
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-2/+2
This seems to be a "more common" typo, fixed it 13 times throughout the code ... svn path=/trunk/; revision=13452
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ↵Ulf Lamping1-1/+1
invalid parameters add a message parameter to the show_exception function svn path=/trunk/; revision=13074
2004-12-31"string_to_hex()" doesn't modify its first argument, so make it aGuy Harris1-2/+2
"const" pointer, and don't cast away the constness of "tvb_get_ptr()"s result when passing it to "string_to_hex()". svn path=/trunk/; revision=12898
2004-11-03From Yuriy Sidelnikov: take stuff that has to be done regardless ofGuy Harris1-8/+3
whether a protocol tree is being built outside "if (tree)". svn path=/trunk/; revision=12480
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1820
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410