aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/display_opts.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-10/+8
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-8/+14
2001-06-18Get rid of an unnecessary declaration of "packet_list".Guy Harris1-4/+2
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-7/+35
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-3/+3
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-5/+6
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-1/+17
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-1/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-22Remove the "Decode IPv4 TOS field as DiffServ field" option from theLaurent Deniel1-54/+14
2000-08-11Miscellaneous code cleaningLaurent Deniel1-10/+5
2000-07-09Put up a progress dialog when changing the time display; it can take aGuy Harris1-29/+57
2000-07-09In the "Display Options" dialog box code, separately keep track of theGuy Harris1-11/+22
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-2/+16
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Pull the code to fetch display options from the display options dialogGuy Harris1-32/+18
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-5/+5
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris1-3/+3
2000-05-08Keep a pointer to the current "Display Options" window, if any - if not,Guy Harris1-16/+24
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris1-9/+21
2000-05-08Make the display options dialog box use the new utilities to make theGuy Harris1-1/+7
2000-05-08Get rid of some unnecessary (and "#if 0"ed-out) includes.Guy Harris1-21/+1
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris1-1/+17
1999-10-18Move display.[ch] --> gtk/display_opts.[ch]Gilbert Ramirez1-0/+282