| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the list of column format descriptions "static", and size it based | Guy Harris | 2003-01-27 | 1 | -21/+45 |
* | From Dinesh Dutt: | Guy Harris | 2003-01-22 | 1 | -5/+38 |
* | Add a new type of column for the circuit ID (Frame Relay DLCI, ISDN | Guy Harris | 2002-12-10 | 1 | -6/+17 |
* | From Alfred Koebler: add support for a column for the interface and | Guy Harris | 2002-12-10 | 1 | -3/+13 |
* | From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC | Gerald Combs | 2002-12-08 | 1 | -8/+30 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -12/+12 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -5/+4 |
* | "col_format_to_pref_str()" is used only in "prefs.c", and knows about | Guy Harris | 2001-07-22 | 1 | -53/+1 |
* | Check for valid column titles (non-zero-length) and valid column formats | Guy Harris | 2001-07-22 | 1 | -2/+2 |
* | Put in a comment noting that the format of a preferences string is | Guy Harris | 2001-07-22 | 1 | -2/+7 |
* | From Todd Sabin: cleaned up "get_column_format_matches()". | Guy Harris | 2001-07-11 | 1 | -54/+52 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -8/+19 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -1/+3 |
* | Move the code in "column.c" that implements the column preferences tab | Guy Harris | 2000-01-10 | 1 | -357/+16 |
* | Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocol | Guy Harris | 1999-12-29 | 1 | -2/+2 |
* | Fix typo in preferences-display name for COL_RES_NET_SRC. | Guy Harris | 1999-10-17 | 1 | -2/+2 |
* | Add summary-vs-detail radio buttons to the print dialog box; detail | Guy Harris | 1999-09-12 | 1 | -25/+42 |
* | Fix a comment, to reflect the demise of "ethereal.h". | Guy Harris | 1999-09-10 | 1 | -3/+3 |
* | We need to catch a "window delete" event for the preferences dialog box | Guy Harris | 1999-09-10 | 1 | -2/+8 |
* | Fix up the comment before "get_column_width()" to reflect current | Guy Harris | 1999-07-28 | 1 | -6/+12 |
* | Have: | Guy Harris | 1999-07-28 | 1 | -1/+55 |
* | Add a "File/Print" menu item, which prints *all* the packets in the | Guy Harris | 1999-07-23 | 1 | -3/+1 |
* | Revert to static sizing of columns. | Guy Harris | 1999-07-22 | 1 | -1/+66 |
* | Added "Packet Length in bytes" as an optional column. | Gilbert Ramirez | 1999-07-22 | 1 | -3/+6 |
* | Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree and | Gilbert Ramirez | 1999-07-13 | 1 | -5/+1 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+5 |
* | Found some erroneous usages of gtk_signal_connect_object. I always wondered | Gilbert Ramirez | 1999-06-21 | 1 | -2/+2 |
* | Use "gtk_toggle_button_set_state()" rather than | Guy Harris | 1999-06-19 | 1 | -63/+1 |
* | Update the column widths if we change the time stamp format from the | Guy Harris | 1999-06-19 | 1 | -2/+2 |
* | Added "Capture" and "Display" menus; "Capture" has a "Start" item, which | Guy Harris | 1999-06-19 | 1 | -15/+2 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -1/+2 |
* | IPX addresses in the Destination/Source fields of the "column" part of the GUI | Gilbert Ramirez | 1999-03-05 | 1 | -2/+2 |
* | * Final commit for version 0.5.1 | Gerald Combs | 1999-01-04 | 1 | -4/+5 |
* | * Added Joerg Mayer's Vines patch | Gerald Combs | 1998-12-29 | 1 | -9/+43 |
* | Fixed more bugs with dialogues and gtk+-1.1.x. | Gilbert Ramirez | 1998-12-22 | 1 | -1/+5 |
* | A patch spread across many files to let Ethereal compile under GTK+-1.1.x. | Gilbert Ramirez | 1998-12-17 | 1 | -1/+2 |
* | Note that wiring the current longest string in a column into | Guy Harris | 1998-12-16 | 1 | -1/+5 |
* | * Added patches from Laurent and Guy | Gerald Combs | 1998-11-18 | 1 | -14/+11 |
* | * Fixes for TCP and UDP port number display. | Gerald Combs | 1998-11-17 | 1 | -1/+7 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -0/+644 |