aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-02From Olivier Biot: support AT_STRINGZ columns.guy1-4/+25
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-2/+2
2004-02-29From Jeff Morriss:guy1-1/+8
2004-02-05Add new col_append methods which will prepend the (format) string with theobiot1-1/+46
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-3/+4
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.guy1-15/+13
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-5/+5
2003-12-09Don't automatically size the columns - that's expensive in largeguy1-2/+1
2003-12-02From Didier Gautheron: for each column format type, save the first andguy1-15/+36
2003-09-12Added TimeReference frames.sahlberg1-6/+31
2003-09-03And for Cal,sahlberg1-1/+5
2003-08-26In "col_set_addr()", don't do anything other than clearing the columnguy1-1/+3
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedguy1-68/+32
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",guy1-19/+2
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy1-2/+18
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy1-28/+132
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toguy1-10/+7
2003-01-22From Dinesh Dutt:guy1-1/+21
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNguy1-17/+101
2002-12-10From Alfred Koebler: add support for a column for the interface andguy1-1/+2
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-1/+24
2002-12-03Show all 6 digits of precision in the time stamp column when displayingguy1-5/+5
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy1-5/+5
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerguy1-6/+1
2002-10-23Put a leading "0x" in front of the hex value for ARCNET addresses whenguy1-2/+2
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orguy1-10/+1
2002-10-19"addr->data", not "addr", points to the DLCI.guy1-2/+2
2002-10-18Put in code to handle AT_DLCI.guy1-2/+7
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETguy1-1/+17
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",guy1-1/+12
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-15/+15