aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up the comment before "get_column_width()" to reflect currentGuy Harris1999-07-281-6/+12
* Have:Guy Harris1999-07-281-1/+55
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-3/+1
* Revert to static sizing of columns.Guy Harris1999-07-221-1/+66
* Added "Packet Length in bytes" as an optional column.Gilbert Ramirez1999-07-221-3/+6
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-5/+1
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5
* Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1999-06-211-2/+2
* Use "gtk_toggle_button_set_state()" rather thanGuy Harris1999-06-191-63/+1
* Update the column widths if we change the time stamp format from theGuy Harris1999-06-191-2/+2
* Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1999-06-191-15/+2
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-1/+2
* IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez1999-03-051-2/+2
* * Final commit for version 0.5.1Gerald Combs1999-01-041-4/+5
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-9/+43
* Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1998-12-221-1/+5
* A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1998-12-171-1/+2
* Note that wiring the current longest string in a column intoGuy Harris1998-12-161-1/+5
* * Added patches from Laurent and GuyGerald Combs1998-11-181-14/+11
* * Fixes for TCP and UDP port number display.Gerald Combs1998-11-171-1/+7
* * Added column formatting functionality.Gerald Combs1998-11-171-0/+644