In HTTP-over-TCP, handle more than one HTTP message in a TCP segment.
[obnox/wireshark/wip.git] / column.c
2003-12-09 guyDon't automatically size the columns - that's expensive...
2003-09-03 sahlbergAnd for Cal,
2003-01-27 guyMake the list of column format descriptions "static...
2003-01-22 guyFrom Dinesh Dutt:
2002-12-10 guyAdd a new type of column for the circuit ID (Frame...
2002-12-10 guyFrom Alfred Koebler: add support for a column for the...
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-07-22 guy"col_format_to_pref_str()" is used only in "prefs.c...
2001-07-22 guyCheck for valid column titles (non-zero-length) and...
2001-07-22 guyPut in a comment noting that the format of a preference...
2001-07-11 guyFrom Todd Sabin: cleaned up "get_column_format_matches()".
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-01 guyAdd a fourth choice of time format in the packet list...
2000-08-11 denielMiscellaneous code cleaning
2000-01-10 guyMove the code in "column.c" that implements the column...
1999-12-29 guyGet rid of the "(UDP)" and "(TCP)" in various NetBIOS...
1999-10-17 guyFix typo in preferences-display name for COL_RES_NET_SRC.
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-09-10 guyFix a comment, to reflect the demise of "ethereal.h".
1999-09-10 guyWe need to catch a "window delete" event for the prefer...
1999-07-28 guyFix up the comment before "get_column_width()" to refle...
1999-07-28 guyHave:
1999-07-23 guyAdd a "File/Print" menu item, which prints *all* the...
1999-07-22 guyRevert to static sizing of columns.
1999-07-22 gramAdded "Packet Length in bytes" as an optional column.
1999-07-13 gramSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-06-21 gramFound some erroneous usages of gtk_signal_connect_objec...
1999-06-19 guyUse "gtk_toggle_button_set_state()" rather than
1999-06-19 guyUpdate the column widths if we change the time stamp...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-05 gramIPX addresses in the Destination/Source fields of the...
1999-01-04 gerald* Final commit for version 0.5.1
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-22 gramFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-12-16 guyNote that wiring the current longest string in a column...
1998-11-18 gerald* Added patches from Laurent and Guy
1998-11-17 gerald* Fixes for TCP and UDP port number display.
1998-11-17 gerald* Added column formatting functionality.