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