aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping2007-03-251-6/+6
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-1/+1
* From Sake Blok:Stephen Fisher2007-03-231-7/+61
* fix some more warningsUlf Lamping2007-03-221-12/+12
* From Thomas Sillaber:Stephen Fisher2006-12-111-0/+6
* From Douglas Pratley with trivial changes and documentation changes Stephen Fisher2006-12-051-0/+47
* Froim Rene Pilz:Anders Broman2006-11-291-0/+4
* add a new port type for usb endpointsRonnie Sahlberg2006-10-151-0/+11
* add a new column DCE/RPC context IDUlf Lamping2006-06-261-0/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* Mike Hall:Jörg Mayer2006-01-201-0/+3
* "Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switchJörg Mayer2005-12-181-0/+4
* in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg2005-10-041-0/+45
* add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping2005-10-021-17/+17
* If we set one or more time references and then changed the time displayGerald Combs2005-08-311-30/+20
* timestamp display precision:Ulf Lamping2005-08-251-9/+191
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-6/+6
* several times replacing:Ulf Lamping2005-08-181-3/+3
* various code cleanup:Ulf Lamping2005-08-081-38/+34
* add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping2005-06-301-0/+3
* From Mark C Brown NETTL updatesRonnie Sahlberg2005-04-011-0/+4
* Handle XNS IDP socket numbers.Guy Harris2005-03-061-0/+11
* From Francisco Alcoba:Luis Ontanon2005-02-221-7/+3
* Properly cast the pointer assigned to col_info->col_data.Guy Harris2004-12-311-1/+1
* Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2004-12-301-9/+9
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-301-30/+5
* From Tomas Kukosa: fix "col_set_str()" to work correctly with fencedGuy Harris2004-10-121-3/+2
* When deciding whether to add a separator or not, look at the buffer toGuy Harris2004-08-241-36/+62
* In "col_append_sep_fstr()" and "col_append_sep_str()", check "col_data"Guy Harris2004-08-241-2/+2
* From Neil Piercy: put in some missing "put in the terminating NUL"sGuy Harris2004-08-101-0/+3
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Olivier Biot: support AT_STRINGZ columns.Guy Harris2004-04-021-4/+25
* From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot2004-03-181-2/+2
* From Jeff Morriss:Guy Harris2004-02-291-1/+8
* Add new col_append methods which will prepend the (format) string with theOlivier Biot2004-02-051-1/+46
* Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris2004-01-311-3/+4
* Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris2004-01-291-15/+13
* move timestamp format options from "View->Options" dialog intoUlf Lamping2004-01-191-5/+5
* Don't automatically size the columns - that's expensive in largeGuy Harris2003-12-091-2/+1
* From Didier Gautheron: for each column format type, save the first andGuy Harris2003-12-021-15/+36
* Added TimeReference frames.Ronnie Sahlberg2003-09-121-6/+31
* And for Cal,Ronnie Sahlberg2003-09-031-1/+5
* In "col_set_addr()", don't do anything other than clearing the columnGuy Harris2003-08-261-1/+3
* Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris2003-08-261-68/+32
* Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris2003-08-261-19/+2
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-2/+18
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-28/+132
* Thou shalt not cast pointers of unknown alignment to pointers toGuy Harris2003-01-281-10/+7