aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet-range.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Move some more modules into epan.Jeff Morriss1-0/+120
svn path=/trunk/; revision=50517
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-97/+0
really more of an Ethereal/Tethereal component than a libethereal component (nothing else in libethereal knows about capture files); move it back out of libethereal. (The range stuff doesn't; we leave it in libethereal.) svn path=/trunk/; revision=11898
2004-09-04Split the pure range stuff out into separate files, exporting their ownGuy Harris1-12/+3
functions. svn path=/trunk/; revision=11892
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-0/+106
they should ultimately be split into files with routines that handle ranges, which are just subsets of [0,2^32), and packet ranges, which are subsets of the packet list, possibly specified by a range. Move them into epan, so they can be used by, for example, utilities that handle ranges, such editcap. svn path=/trunk/; revision=11890