From Mark C Brown NETTL updates
[obnox/wireshark/wip.git] / epan / column-utils.c
2005-04-01 sahlbergFrom Mark C Brown NETTL updates
2005-03-06 guyHandle XNS IDP socket numbers.
2005-02-22 legoFrom Francisco Alcoba:
2004-12-31 guyProperly cast the pointer assigned to col_info->col_data.
2004-12-30 guyMake the "col_data" field in a "column_info" structure...
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
2004-10-12 guyFrom Tomas Kukosa: fix "col_set_str()" to work correctl...
2004-08-24 guyWhen deciding whether to add a separator or not, look...
2004-08-24 guyIn "col_append_sep_fstr()" and "col_append_sep_str...
2004-08-10 guyFrom Neil Piercy: put in some missing "put in the termi...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-02 guyFrom Olivier Biot: support AT_STRINGZ columns.
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-02-29 guyFrom Jeff Morriss:
2004-02-05 obiotAdd new col_append methods which will prepend the ...
2004-01-31 guyFix the spelling of "cumulative" (and variables whose...
2004-01-29 guyClean up whitespace, and use "%u" to print unsigned...
2004-01-19 ulflmove timestamp format options from "View->Options"...
2003-12-09 guyDon't automatically size the columns - that's expensive...
2003-12-02 guyFrom Didier Gautheron: for each column format type...
2003-09-12 sahlbergAdded TimeReference frames.
2003-09-03 sahlbergAnd for Cal,
2003-08-26 guyIn "col_set_addr()", don't do anything other than clear...
2003-08-26 guyUse "address_to_str_buf()" to generate column data...
2003-08-26 guyCreate an "address_to_str_buf()" routine, called by...
2003-04-16 guyPull the stuff done in "dissect_packet()" to initialize...
2003-04-16 guyAdd the notion of a "fence" to columns. A dissector...
2003-01-28 guyThou shalt not cast pointers of unknown alignment to...
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-12-03 guyShow all 6 digits of precision in the time stamp column...
2002-12-02 guyMake the format argument to the "col_XXX_fstr()" routin...
2002-11-11 guyInstead of tweaking a "Protocol configuration options...
2002-10-23 guyPut a leading "0x" in front of the hex value for ARCNET...
2002-10-19 guyThe Frame Relay DLCI is a virtual circuit identifer...
2002-10-19 guy"addr->data", not "addr", points to the DLCI.
2002-10-18 guyPut in code to handle AT_DLCI.
2002-10-18 guyAdd an AT_ARCNET address type for ARCNET addresses...
2002-10-15 guyAdd a new port type, PT_IPX, for IPX socket numbers...
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-06-29 guyFrom Didier Gautheron:
2002-06-28 guyThere are no "ipx.src" or "ipx.dst" filterable fields.
2002-06-28 guyFrom Didier Gautheron: move port number from AppleTalk...
2002-01-31 guyThere's no need to dynamically allocate the string...
2002-01-31 guyDon't include "inet_v6defs.h" in "column-utils.c";...
2002-01-29 guySupport for capturing on, and reading captures from...
2002-01-11 guyFrom Jirka Novak:
2001-12-10 guyThe packet length is an unsigned quantity; print it...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-09-14 guyGet rid of no-longer-necessary includes of <sys/time.h>.
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-04-02 guyDon't use "u_int" for IPv4 addresses in "column-utils...
2001-04-02 guyInclude <sys/time.h> as well as <time.h> in "column...
2001-04-01 hagbardMoved the the remaining column related routines out...