aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
Commit message (Expand)AuthorAgeFilesLines
* Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris2004-02-111-3/+3
* use the same packet range things for "Print" dialog, as already implementedUlf Lamping2004-01-091-17/+17
* some code cleanup in range.cUlf Lamping2004-01-091-67/+54
* Save As and range: don't use global vars in range.c,Ulf Lamping2004-01-081-76/+96
* save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping2004-01-071-16/+63
* an enum represents the radio buttons much better,Ulf Lamping2004-01-051-12/+12
* From Dick Gooris: updated lots of commentsUlf Lamping2004-01-041-165/+180
* Include <string.h> to declare various string manipulation functions.Guy Harris2003-12-301-1/+2
* Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris2003-12-291-0/+389