summaryrefslogtreecommitdiff
path: root/epan/packet-range.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-22Constant modifier 'L' not needed;Bill Meier1-32/+45
Remove unneeded #includes; Change several tabs to spaces; Add editor modelines. svn path=/trunk/; revision=54361
2013-07-11Move some more modules into epan.Jeff Morriss1-0/+368
svn path=/trunk/; revision=50517
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-253/+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-210/+5
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/+458
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