aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris1-3/+3
so that characters with the 8th bit set don't get sign-extended and cause the macros not to return the right answer. svn path=/trunk/; revision=10036
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-17/+17
in the "Save As" dialog and some other minor changes svn path=/trunk/; revision=9610
2004-01-09some code cleanup in range.cUlf Lamping1-67/+54
svn path=/trunk/; revision=9609
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping1-76/+96
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-16/+63
svn path=/trunk/; revision=9580
2004-01-05an enum represents the radio buttons much better,Ulf Lamping1-12/+12
than an "array" of gbooleans svn path=/trunk/; revision=9564
2004-01-04From Dick Gooris: updated lots of commentsUlf Lamping1-165/+180
svn path=/trunk/; revision=9548
2003-12-30Include <string.h> to declare various string manipulation functions.Guy Harris1-1/+2
svn path=/trunk/; revision=9500
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris1-0/+389
directory. svn path=/trunk/; revision=9487