aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
Commit message (Collapse)AuthorAgeFilesLines
* More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1999-09-091-9/+2
| | | | svn path=/trunk/; revision=636
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-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
* Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1999-06-121-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
* * Added column formatting functionality.Gerald Combs1998-11-171-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
* * Added preference file saves and reads.Gerald Combs1998-10-281-4/+15
| | | | svn path=/trunk/; revision=75
* - Added match_strval function to packet.cGerald Combs1998-10-121-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
* * OSPF alignment fixes (Gerald)Gerald Combs1998-10-101-1/+2
| | | | | | * FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
* * Ethernet manufacturer support (Laurent)Gerald Combs1998-09-251-0/+33
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25