aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
AgeCommit message (Collapse)AuthorFilesLines
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-9/+2
svn path=/trunk/; revision=636
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-1/+3
capture to a file or printer. This should eventually get the ability to print either all the packets or only the packets selected by the display filter, and possibly also the ability to print only packets M through N. Get rid of "cur" member of "capture_file" structure; nobody used it. There's no need to pass a pointer to a "dialog_button" variable to "simple_dialog()" for the error boxes displayed if a file copy or move fails; that dialog box is just a message box and has only an "OK" button. Put the declaration of "prefs" into "prefs.h". svn path=/trunk/; revision=378
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1-2/+2
we've shown the top-level window, because we want it to pop up on *top* of the top-level window, rather than being hidden behind it. Put a "strerror()"-based reason *why* the open failed in that dialog. svn path=/trunk/; revision=308
1998-11-17* Added column formatting functionality.Gerald Combs1-10/+10
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-10-28* Added preference file saves and reads.Gerald Combs1-4/+15
svn path=/trunk/; revision=75
1998-10-12- Added match_strval function to packet.cGerald Combs1-2/+11
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+2
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+33
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25