aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+3
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
2008-01-13Add svn:eol-style native and svn:keywords IdStephen Fisher1-30/+30
svn path=/trunk/; revision=24081
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File ↵Ulf Lamping1-0/+30
Format" - this is incomplete and buggy, be careful! svn path=/trunk/; revision=24079