aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-14Update all time columns when changing the time precision.stig1-11/+62
2008-03-04Initialize ipv6_addr before we use it.stig1-0/+1
2008-03-04Free compiled dfilter after usage.stig1-1/+3
2008-03-02Convert strcpy() calls to g_strlcpy()sfisher1-47/+66
2008-03-01Custom column updates:sfisher1-85/+97
2008-02-22Improved custom columns with custom title.stig1-4/+6
2008-02-22Check for existing cinfo in have_custom_cols().stig1-1/+1
2008-02-22Use custom column check function for custom columns to make sure the dfiltersfisher1-2/+2
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher1-0/+62
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/Solarissfisher1-54/+0
2008-02-12Introduce a new column type called custom, which lets you put any displaysfisher1-0/+54
2007-10-27Apply yet another set of the optimization patches:etxrab1-10/+6
2007-10-26Apply yet another set of the optimization patches:etxrab1-19/+13
2007-10-03This patch adds two new column types:sake1-0/+54
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...bondolo1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...bondolo1-1/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald1-5/+8
2007-07-23- add a column for the expert info severity levelulfl1-0/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ba...ulfl1-6/+6
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-1/+1
2007-03-23From Sake Blok:sfisher1-7/+61
2007-03-22fix some more warningsulfl1-12/+12
2006-12-11From Thomas Sillaber:sfisher1-0/+6
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-0/+47
2006-11-29Froim Rene Pilz:etxrab1-0/+4
2006-10-15add a new port type for usb endpointssahlberg1-0/+11
2006-06-26add a new column DCE/RPC context IDulfl1-0/+3
2006-05-21name changesahlberg1-2/+2
2006-01-20Mike Hall:jmayer1-0/+3
2005-12-18"Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switchjmayer1-0/+4
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...sahlberg1-0/+45
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupulfl1-17/+17
2005-08-31If we set one or more time references and then changed the time displaygerald1-30/+20
2005-08-25timestamp display precision:ulfl1-9/+191
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-6/+6
2005-08-18several times replacing:ulfl1-3/+3
2005-08-08various code cleanup:ulfl1-38/+34
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...ulfl1-0/+3
2005-04-01From Mark C Brown NETTL updatessahlberg1-0/+4
2005-03-06Handle XNS IDP socket numbers.guy1-0/+11
2005-02-22From Francisco Alcoba:lego1-7/+3
2004-12-31Properly cast the pointer assigned to col_info->col_data.guy1-1/+1
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anguy1-9/+9
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-30/+5
2004-10-12From Tomas Kukosa: fix "col_set_str()" to work correctly with fencedguy1-3/+2
2004-08-24When deciding whether to add a separator or not, look at the buffer toguy1-36/+62
2004-08-24In "col_append_sep_fstr()" and "col_append_sep_str()", check "col_data"guy1-2/+2
2004-08-10From Neil Piercy: put in some missing "put in the terminating NUL"sguy1-0/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1