aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Apply yet another set of the optimization patches:Anders Broman1-10/+6
2007-10-26Apply yet another set of the optimization patches:Anders Broman1-19/+13
2007-10-03This patch adds two new column types:Sake Blok1-0/+54
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...Mike Duigou1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou1-1/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-5/+8
2007-07-23- add a column for the expert info severity levelUlf Lamping1-0/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping1-6/+6
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-1/+1
2007-03-23From Sake Blok:Stephen Fisher1-7/+61
2007-03-22fix some more warningsUlf Lamping1-12/+12
2006-12-11From Thomas Sillaber:Stephen Fisher1-0/+6
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+47
2006-11-29Froim Rene Pilz:Anders Broman1-0/+4
2006-10-15add a new port type for usb endpointsRonnie Sahlberg1-0/+11
2006-06-26add a new column DCE/RPC context IDUlf Lamping1-0/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-20Mike Hall:Jörg Mayer1-0/+3
2005-12-18"Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switchJörg Mayer1-0/+4
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg1-0/+45
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping1-17/+17
2005-08-31If we set one or more time references and then changed the time displayGerald Combs1-30/+20
2005-08-25timestamp display precision:Ulf Lamping1-9/+191
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+6
2005-08-18several times replacing:Ulf Lamping1-3/+3
2005-08-08various code cleanup:Ulf Lamping1-38/+34
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping1-0/+3
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg1-0/+4
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-0/+11
2005-02-22From Francisco Alcoba:Luis Ontanon1-7/+3
2004-12-31Properly cast the pointer assigned to col_info->col_data.Guy Harris1-1/+1
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-9/+9
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-30/+5
2004-10-12From Tomas Kukosa: fix "col_set_str()" to work correctly with fencedGuy Harris1-3/+2
2004-08-24When deciding whether to add a separator or not, look at the buffer toGuy Harris1-36/+62
2004-08-24In "col_append_sep_fstr()" and "col_append_sep_str()", check "col_data"Guy Harris1-2/+2
2004-08-10From Neil Piercy: put in some missing "put in the terminating NUL"sGuy Harris1-0/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-02From Olivier Biot: support AT_STRINGZ columns.Guy Harris1-4/+25
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-2/+2
2004-02-29From Jeff Morriss:Guy Harris1-1/+8
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot1-1/+46
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-3/+4
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris1-15/+13
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-5/+5
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-2/+1
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-15/+36
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-6/+31