aboutsummaryrefslogtreecommitdiffstats
path: root/range.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-6/+6
in the "Save As" dialog and some other minor changes svn path=/trunk/; revision=9610
2004-01-09some code cleanup in range.cUlf Lamping1-15/+18
svn path=/trunk/; revision=9609
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping1-7/+27
as this will be also used for the print dialog later. Calculate packet count for user specified ranges svn path=/trunk/; revision=9598
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping1-1/+5
svn path=/trunk/; revision=9580
2004-01-05an enum represents the radio buttons much better,Ulf Lamping1-8/+12
than an "array" of gbooleans svn path=/trunk/; revision=9564
2003-12-29removed a GTK2 warningUlf Lamping1-2/+2
svn path=/trunk/; revision=9482
2003-12-29Give it an RCS ID.Guy Harris1-1/+3
svn path=/trunk/; revision=9479
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-0/+73
more ways to choose which packets can be saved, in the save(as) dialog box svn path=/trunk/; revision=9476