aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10036 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-09use the same packet range things for "Print" dialog, as already implementedulfl1-17/+17
in the "Save As" dialog and some other minor changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9610 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-09some code cleanup in range.culfl1-67/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9609 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-08Save As and range: don't use global vars in range.c,ulfl1-76/+96
as this will be also used for the print dialog later. Calculate packet count for user specified ranges git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9598 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeulfl1-16/+63
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9580 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-05an enum represents the radio buttons much better,ulfl1-12/+12
than an "array" of gbooleans git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9564 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-04From Dick Gooris: updated lots of commentsulfl1-165/+180
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9548 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-30Include <string.h> to declare various string manipulation functions.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9500 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelguy1-0/+389
directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9487 f5534014-38df-0310-8fa8-9805f1628bb7