aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+1
svn path=/trunk/; revision=37543
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
can't be saved in compress form" are both equivalent to "this file file format requires seeking when writing it". Change the "can compress" Boolean in the file format table to "writing requires seeking", give all the entries the proper value, and do the checks for attempting to write a file format to a pipe or write it in compressed format to common code. This means we don't need to pass the "can't seek" flag to the dump open routines. svn path=/trunk/; revision=36575
2007-11-26Add writing support for the CommView file format.Stephen Fisher1-0/+2
svn path=/trunk/; revision=23594
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher1-0/+31
per enhancement bug #1795. svn path=/trunk/; revision=23558