summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-k12.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-18- Use report_error and Co. to report errorsLuis Ontanon1-18/+20
svn path=/trunk/; revision=14688
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read ↵Luis Ontanon1-2/+2
these, ethereal does) - change k12.atm.vci and k12.atm.vpi into atm.vci and atm.vpi svn path=/trunk/; revision=14682
2005-06-16Remove unused variable.Guy Harris1-3/+2
Clean up indentation. svn path=/trunk/; revision=14662
2005-06-16third and last(?) iteration on the import routines for tektronix 32bit rf5 ↵Luis Ontanon1-9/+46
files. Now the import is correct even for large files. I found out when and where the "junk" was inserted. svn path=/trunk/; revision=14646
2005-06-13use a helper dissector to show k12 files.Luis Ontanon1-0/+199
svn path=/trunk/; revision=14621