aboutsummaryrefslogtreecommitdiffstats
path: root/packet-acse.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-04-30MSVC warnings removedUlf Lamping1-2/+2
svn path=/trunk/; revision=10738
2004-04-20From Yuriy Sidelnikov: add a dissector table for OIDs to the ACSEGuy Harris1-29/+24
dissector, and make the FTAP dissector register itself in that table. svn path=/trunk/; revision=10645
2004-01-24Trivial warning fixesJörg Mayer1-8/+8
svn path=/trunk/; revision=9822
2004-01-23removed line breaks to be able to compile againUlf Lamping1-24/+13
svn path=/trunk/; revision=9810
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris1-0/+1783
svn path=/trunk/; revision=9805