aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-3/+3
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-4/+4
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-3/+3
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-65/+2
2003-09-03And for Cal,Ronnie Sahlberg1-2/+11
2003-01-27Make the list of column format descriptions "static", and size it basedGuy Harris1-21/+45
2003-01-22From Dinesh Dutt:Guy Harris1-5/+38
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris1-6/+17
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris1-3/+13
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-8/+30
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+4
2001-07-22"col_format_to_pref_str()" is used only in "prefs.c", and knows aboutGuy Harris1-53/+1
2001-07-22Check for valid column titles (non-zero-length) and valid column formatsGuy Harris1-2/+2
2001-07-22Put in a comment noting that the format of a preferences string isGuy Harris1-2/+7
2001-07-11From Todd Sabin: cleaned up "get_column_format_matches()".Guy Harris1-54/+52
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-8/+19
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris1-357/+16
1999-12-29Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocolGuy Harris1-2/+2
1999-10-17Fix typo in preferences-display name for COL_RES_NET_SRC.Guy Harris1-2/+2
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-25/+42
1999-09-10Fix a comment, to reflect the demise of "ethereal.h".Guy Harris1-3/+3
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris1-2/+8
1999-07-28Fix up the comment before "get_column_width()" to reflect currentGuy Harris1-6/+12
1999-07-28Have:Guy Harris1-1/+55
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-3/+1
1999-07-22Revert to static sizing of columns.Guy Harris1-1/+66
1999-07-22Added "Packet Length in bytes" as an optional column.Gilbert Ramirez1-3/+6
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-5/+1
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+5
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-2/+2
1999-06-19Use "gtk_toggle_button_set_state()" rather thanGuy Harris1-63/+1
1999-06-19Update the column widths if we change the time stamp format from theGuy Harris1-2/+2
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-15/+2
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-1/+2
1999-03-05IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez1-2/+2
1999-01-04* Final commit for version 0.5.1Gerald Combs1-4/+5
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-9/+43
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1-1/+5
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
1998-12-16Note that wiring the current longest string in a column intoGuy Harris1-1/+5
1998-11-18* Added patches from Laurent and GuyGerald Combs1-14/+11
1998-11-17* Fixes for TCP and UDP port number display.Gerald Combs1-1/+7
1998-11-17* Added column formatting functionality.Gerald Combs1-0/+644